From 493efbb64095dca073926a07fdc654418490d8be Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 12 Feb 2014 16:02:00 -0600 Subject: update headers for the CAST5 vectors --- tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cbc.txt | 1 + tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-cfb.txt | 1 + tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ofb.txt | 1 + 3 files changed, 3 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3