From 58dbc672b2ac5529240ba4cf792800686b51af80 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 21 Oct 2013 17:02:11 -0700 Subject: No need for another test function --- tests/primitives/test_nist.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/primitives/test_nist.py') diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index 99f5fc82..abd04b6d 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py @@ -205,15 +205,6 @@ class TestTripleDES_CBC(object): "TCBCIsubtab.rsp", "TCBCIvarkey.rsp", "TCBCIvartext.rsp", - ], - lambda key, iv: ciphers.TripleDES(binascii.unhexlify(key)), - lambda key, iv: modes.CBC(binascii.unhexlify(iv)), - ) - - test_KAT3 = generate_encrypt_test( - lambda path: load_3des_nist_vectors_from_file(path, "ENCRYPT"), - os.path.join("3DES", "KAT"), - [ "TCBCIinvperm.rsp", ], lambda key, iv: ciphers.TripleDES(binascii.unhexlify(key)), -- cgit v1.2.3