From e1dbd3a3ca82d5f6aa3c5da6f7e29d0d487a9c61 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 16 Feb 2014 21:37:22 -0600 Subject: add origin header to cast5-ctr test vectors --- tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/hazmat/primitives/vectors') diff --git a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt index 1e345403..2bcdb4d6 100644 --- a/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt +++ b/tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt @@ -1,3 +1,7 @@ +# CAST5 CTR vectors built for https://github.com/pyca/cryptography +# Derived from the RFC 3686 test vectors for AES CTR +# Verified against the Go crypto packages +# Key Length : 128 COUNT = 0 KEY = AE6852F8121067CC4BF7A5765577F39E @@ -15,4 +19,4 @@ COUNT = 2 KEY = 7691BE035E5020A8AC6E618529F9A0DC IV = 00E0017B27777F3F PLAINTEXT = 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F20212223 -CIPHERTEXT = 612aec9151e753cc1f8b086ece5343737697cda52122e1d9d2294cb43e7547bb81b50939 \ No newline at end of file +CIPHERTEXT = 612aec9151e753cc1f8b086ece5343737697cda52122e1d9d2294cb43e7547bb81b50939 -- cgit v1.2.3