diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-30 09:01:38 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-30 09:01:38 -0500 |
commit | 2b758679b3cc2ba936734b34e0865905b4340c5a (patch) | |
tree | cfde231bb4d89534d22648a323c03583c9cf3103 /tests/hazmat/primitives/test_cryptrec.py | |
parent | d5e9c8ddf0e644a740945a29cfa486ba25426300 (diff) | |
download | cryptography-2b758679b3cc2ba936734b34e0865905b4340c5a.tar.gz cryptography-2b758679b3cc2ba936734b34e0865905b4340c5a.tar.bz2 cryptography-2b758679b3cc2ba936734b34e0865905b4340c5a.zip |
restructure vectors into ciphers/hashes/hmac
Diffstat (limited to 'tests/hazmat/primitives/test_cryptrec.py')
-rw-r--r-- | tests/hazmat/primitives/test_cryptrec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_cryptrec.py b/tests/hazmat/primitives/test_cryptrec.py index 48f64a27..c882e475 100644 --- a/tests/hazmat/primitives/test_cryptrec.py +++ b/tests/hazmat/primitives/test_cryptrec.py @@ -29,7 +29,7 @@ from ...utils import load_cryptrec_vectors_from_file class TestCamelliaECB(object): test_NTT = generate_encrypt_test( load_cryptrec_vectors_from_file, - os.path.join("Camellia", "NTT"), + os.path.join("ciphers", "Camellia"), [ "camellia-128-ecb.txt", "camellia-192-ecb.txt", |