From 6122d129e97efc49390bd2c41f644b85b1056cce Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 23 Oct 2013 00:21:44 -0500 Subject: remove dangling todo --- tests/hazmat/primitives/test_hmac_vectors.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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, -- cgit v1.2.3