diff options
-rw-r--r-- | tests/hazmat/primitives/vectors/ciphers/CAST5/cast5-ctr.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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 |