aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/test_nist.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-10 17:21:39 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-10 17:21:39 -0700
commit6c7be9c4f45974f907ca75f61b78a47bc3a3c6e1 (patch)
tree5a2dddb612b060ba87d32f5a7df84d7fdd4ac122 /tests/primitives/test_nist.py
parent920e3300c3c58190f853f529c2be8e9e670f7ab5 (diff)
parent180606f3e7fd9083567e9754fca39e44b5b06b15 (diff)
downloadcryptography-6c7be9c4f45974f907ca75f61b78a47bc3a3c6e1.tar.gz
cryptography-6c7be9c4f45974f907ca75f61b78a47bc3a3c6e1.tar.bz2
cryptography-6c7be9c4f45974f907ca75f61b78a47bc3a3c6e1.zip
Merge branch 'master' into triple-des
Conflicts: tests/primitives/test_nist.py
Diffstat (limited to 'tests/primitives/test_nist.py')
-rw-r--r--tests/primitives/test_nist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py
index 55756682..e736d4d1 100644
--- a/tests/primitives/test_nist.py
+++ b/tests/primitives/test_nist.py
@@ -44,7 +44,7 @@ def parameterize_encrypt_test(cipher, vector_type, params, fnames):
class TestAES_CBC(object):
@parameterize_encrypt_test(
"AES", "KAT",
- ["key", "iv", "plaintext", "ciphertext"],
+ ("key", "iv", "plaintext", "ciphertext"),
[
"CBCGFSbox128.rsp",
"CBCGFSbox192.rsp",
@@ -71,7 +71,7 @@ class TestAES_CBC(object):
@parameterize_encrypt_test(
"AES", "MMT",
- ["key", "iv", "plaintext", "ciphertext"],
+ ("key", "iv", "plaintext", "ciphertext"),
[
"CBCMMT128.rsp",
"CBCMMT192.rsp",