aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-09 11:45:55 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-05-09 12:45:55 -0400
commit2bc941d85df430a4dcbb3ac1b696946c3ec87fd9 (patch)
treeb0c7d33e0fa208ad147fa75061dd8b9fe0355983 /docs/development/test-vectors.rst
parent528eb1b4be65d5ad779cbde80680b49a7e5c6d03 (diff)
downloadcryptography-2bc941d85df430a4dcbb3ac1b696946c3ec87fd9.tar.gz
cryptography-2bc941d85df430a4dcbb3ac1b696946c3ec87fd9.tar.bz2
cryptography-2bc941d85df430a4dcbb3ac1b696946c3ec87fd9.zip
add SHA3 and SHAKE vectors (#4213)
These can be used when OpenSSL 1.1.1 is released
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index fec0363f..3eb810cc 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -406,6 +406,8 @@ Hashes
* RIPEMD160 from the `RIPEMD website`_.
* SHA1 from `NIST CAVP`_.
* SHA2 (224, 256, 384, 512) from `NIST CAVP`_.
+* SHA3 (224, 256, 384, 512) from `NIST CAVP`_.
+* SHAKE (128, 256) from `NIST CAVP`_.
* Blake2s and Blake2b from OpenSSL `test/evptests.txt`_.
HMAC