From d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 14 Sep 2017 20:38:40 +0800 Subject: add chacha20 test vectors from RFC 7539 (#3918) --- docs/development/test-vectors.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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`_. -- cgit v1.2.3