diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-09-14 20:38:40 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-14 08:38:40 -0400 |
commit | d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a (patch) | |
tree | 35864f6ec6ac8b9efe12c1571b12d70ac36e5078 /docs | |
parent | 409a0c8d66a074033f7c6359c4f1578c9f479245 (diff) | |
download | cryptography-d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a.tar.gz cryptography-d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a.tar.bz2 cryptography-d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a.zip |
add chacha20 test vectors from RFC 7539 (#3918)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index dc89cafa..59dfdf94 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -440,6 +440,7 @@ Symmetric ciphers * CAST5 (ECB) from :rfc:`2144`. * CAST5 (CBC, CFB, OFB) generated by this project. See: :doc:`/development/custom-vectors/cast5` +* ChaCha20 from :rfc:`7539`. * ChaCha20Poly1305 from :rfc:`7539`, `OpenSSL's evpciph.txt`_, and the `BoringSSL ChaCha20Poly1305 tests`_. * IDEA (ECB) from the `NESSIE IDEA vectors`_ created by `NESSIE`_. |