diff options
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 |