diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-16 14:33:19 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-16 14:33:19 -0700 |
commit | f55da9d05e01bb95811da925f3142b08998540ed (patch) | |
tree | 85298e6d15cc4df8564561a4554cffe4478eee67 | |
parent | fb39b3ffc6fcd3df0f89cd3978796a4377335075 (diff) | |
download | cryptography-f55da9d05e01bb95811da925f3142b08998540ed.tar.gz cryptography-f55da9d05e01bb95811da925f3142b08998540ed.tar.bz2 cryptography-f55da9d05e01bb95811da925f3142b08998540ed.zip |
Yolo
-rw-r--r-- | tests/primitives/test_cryptrec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/primitives/test_cryptrec.py b/tests/primitives/test_cryptrec.py index 4d16ce03..13ae771d 100644 --- a/tests/primitives/test_cryptrec.py +++ b/tests/primitives/test_cryptrec.py @@ -32,7 +32,7 @@ class TestCamelliaECB(object): os.path.join("Camellia", "NTT"), ["camellia-128-ecb.txt", "camellia-192-ecb.txt", "camellia-256-ecb.txt"], lambda key: ciphers.Camellia(binascii.unhexlify((key))), - lambda key: modes.EBC(), + lambda key: modes.ECB(), only_if=lambda api: api.supports_cipher("camellia-128-ecb"), skip_message="Does not support Camellia ECB", ) |