diff options
-rw-r--r-- | tests/hazmat/primitives/test_hmac_vectors.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/test_hmac_vectors.py b/tests/hazmat/primitives/test_hmac_vectors.py index 0754ab5e..81fe4d3e 100644 --- a/tests/hazmat/primitives/test_hmac_vectors.py +++ b/tests/hazmat/primitives/test_hmac_vectors.py @@ -21,8 +21,6 @@ from .utils import generate_hmac_test from ...utils import load_hash_vectors_from_file -#TODO: find HMAC whirlpool vectors? - class TestHMAC_MD5(object): test_hmac_md5 = generate_hmac_test( load_hash_vectors_from_file, |