From 2bc941d85df430a4dcbb3ac1b696946c3ec87fd9 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 9 May 2018 11:45:55 -0500 Subject: add SHA3 and SHAKE vectors (#4213) These can be used when OpenSSL 1.1.1 is released --- docs/development/test-vectors.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/development/test-vectors.rst') 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 -- cgit v1.2.3