diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-08 11:11:56 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-08 11:58:25 -0400 |
commit | ae28ca2648e71f0f1c420cf39c042184bff6cdf4 (patch) | |
tree | 1b81c6769c5a41afebfdc86595dc7daa5f260dec /tests | |
parent | bf2a9d9545f39ad0dd9b9c9c4aa2f7f2b5669f0f (diff) | |
download | cryptography-ae28ca2648e71f0f1c420cf39c042184bff6cdf4.tar.gz cryptography-ae28ca2648e71f0f1c420cf39c042184bff6cdf4.tar.bz2 cryptography-ae28ca2648e71f0f1c420cf39c042184bff6cdf4.zip |
update headers, add verification code
Diffstat (limited to 'tests')
3 files changed, 6 insertions, 5 deletions
diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt index e8da93be..dac78c23 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt @@ -1,8 +1,8 @@ -# IDEA CBC vectors built for https://cryptography.io +# IDEA CBC vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for CBC +# Verified against Botan # Key Length : 128 - COUNT = 0 KEY = 1f8e4973953f3fb0bd6b16662e9a3c17 IV = 2fe2b333ceda8f98 diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt index 0423b9cd..090b6a3c 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt @@ -1,5 +1,6 @@ -# IDEA CFB128 vectors built for https://cryptography.io +# IDEA CFB vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for CFB128 +# Verified against Botan # Key Length : 128 COUNT = 0 diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt index 3ac5dacd..c3d02a77 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt @@ -1,8 +1,8 @@ -# IDEA OFB vectors built for https://cryptography.io +# IDEA OFB vectors built for https://github.com/pyca/cryptography # Derived from the AESVS MMT test data for OFB +# Verified against Botan # Key Length : 128 - COUNT = 0 KEY = d7d57bd847154af9722a8df096e61a42 IV = fdde201c91e401d9 |