diff options
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", |