diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-05-09 11:45:55 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-05-09 12:45:55 -0400 |
commit | 2bc941d85df430a4dcbb3ac1b696946c3ec87fd9 (patch) | |
tree | b0c7d33e0fa208ad147fa75061dd8b9fe0355983 /docs | |
parent | 528eb1b4be65d5ad779cbde80680b49a7e5c6d03 (diff) | |
download | cryptography-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')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
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 |