commit | 8af0390bcc054734c7fd3f0c896fdc1401f8d6aa | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 17:14:47 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 17:14:47 2013 -0700 |
tree | e637a69875c08de026ed632ccd9ea7b2fec28f1e | |
parent | d4728627e1a56d69c4f0df7692ea5abcf8e01d36 [diff] [blame] |
fix
diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index a460a3f..40b4533 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py
@@ -258,7 +258,7 @@ ) test_KAT2 = generate_encrypt_test( - lambda path: load_nist_vectors_from_file(path, "ENCRYPT"), + lambda path: load_3des_nist_vectors_from_file(path, "ENCRYPT"), os.path.join("3DES", "KAT"), [ "TOFBIinvperm.rsp",