diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-12 16:02:00 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-12 16:02:00 -0600 |
commit | 493efbb64095dca073926a07fdc654418490d8be (patch) | |
tree | 86903ae2c1ff693d93e46431a9bf37ff76f5631b /tests/hazmat/primitives/vectors/ciphers | |
parent | 7aeae3f91208325ce7ed5f2a05709b3991592842 (diff) | |
download | cryptography-493efbb64095dca073926a07fdc654418490d8be.tar.gz cryptography-493efbb64095dca073926a07fdc654418490d8be.tar.bz2 cryptography-493efbb64095dca073926a07fdc654418490d8be.zip |
update headers for the CAST5 vectors
Diffstat (limited to 'tests/hazmat/primitives/vectors/ciphers')
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cbc.txt b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cbc.txt index 173b0747..f425abb1 100644 --- a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cbc.txt +++ b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cbc.txt @@ -1,5 +1,6 @@ # CAST5 CBC vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for CBC +# Verified against the CommonCrypto and Go crypto packages # Key Length : 128 COUNT = 0 diff --git a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cfb.txt b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cfb.txt index d1a810db..165414ef 100644 --- a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cfb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cfb.txt @@ -1,5 +1,6 @@ # CAST5 CBC vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for CFB128 +# Verified against the CommonCrypto and Go crypto packages # Key Length : 128 COUNT = 0 diff --git a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ofb.txt b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ofb.txt index 7ec42f70..0fe447b1 100644 --- a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ofb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ofb.txt @@ -1,5 +1,6 @@ # CAST5 CBC vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for OFB +# Verified against the CommonCrypto and Go crypto packages # Key Length : 128 COUNT = 0 |