aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_arc4.py
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-11 16:05:58 -0800
committerDavid Reid <dreid@dreid.org>2013-11-11 16:05:58 -0800
commit92beb221fc0a1bd8ef1b955a98e1385daed0f207 (patch)
treebbf0a9b6fdee1423ad3a8e8f63944b5d1eaeb9bf /tests/hazmat/primitives/test_arc4.py
parent1759037b7078872e67e81f43518131a3f7021b4f (diff)
parentcf5fb332af542a6a38da8b8f481a358f32e5e154 (diff)
downloadcryptography-92beb221fc0a1bd8ef1b955a98e1385daed0f207.tar.gz
cryptography-92beb221fc0a1bd8ef1b955a98e1385daed0f207.tar.bz2
cryptography-92beb221fc0a1bd8ef1b955a98e1385daed0f207.zip
Merge pull request #242 from alex/ignore-nist-sections
Ignore the sections of the NIST files
Diffstat (limited to 'tests/hazmat/primitives/test_arc4.py')
-rw-r--r--tests/hazmat/primitives/test_arc4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/test_arc4.py b/tests/hazmat/primitives/test_arc4.py
index cf0c5eb4..71b5d63a 100644
--- a/tests/hazmat/primitives/test_arc4.py
+++ b/tests/hazmat/primitives/test_arc4.py
@@ -23,8 +23,8 @@ from ...utils import load_nist_vectors_from_file
class TestARC4(object):
- test_thing = generate_stream_encryption_test(
- lambda path: load_nist_vectors_from_file(path, "ENCRYPT"),
+ test_rfc = generate_stream_encryption_test(
+ lambda path: load_nist_vectors_from_file(path),
os.path.join("ciphers", "ARC4"),
[
"rfc-6229-40.txt",