diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-23 00:21:44 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-28 17:34:37 -0500 |
commit | 6122d129e97efc49390bd2c41f644b85b1056cce (patch) | |
tree | 2f4133b4edb5ed05cad2593b1ad07fdd1c13ce97 /tests | |
parent | 64cadb367f2a533e828a030481fde9f0a46d7801 (diff) | |
download | cryptography-6122d129e97efc49390bd2c41f644b85b1056cce.tar.gz cryptography-6122d129e97efc49390bd2c41f644b85b1056cce.tar.bz2 cryptography-6122d129e97efc49390bd2c41f644b85b1056cce.zip |
remove dangling todo
Diffstat (limited to 'tests')
-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, |