aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-14 08:45:42 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-05-14 08:45:42 -0400
commitaedb3f0714253f7c985ddd19dd017c5a6fcc1173 (patch)
treedf546004c75610be5243fc3a15d0842cd6cd4a0a /docs/development/test-vectors.rst
parent40c6d4051214c13e0c0640b55edadb0e5aa0ea0c (diff)
downloadcryptography-aedb3f0714253f7c985ddd19dd017c5a6fcc1173.tar.gz
cryptography-aedb3f0714253f7c985ddd19dd017c5a6fcc1173.tar.bz2
cryptography-aedb3f0714253f7c985ddd19dd017c5a6fcc1173.zip
Add SHA512/224 and SHA512/256 test vectors from NIST CAVP (#4237)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 3eb810cc..d28e3232 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -405,7 +405,7 @@ Hashes
* MD5 from :rfc:`1321`.
* RIPEMD160 from the `RIPEMD website`_.
* SHA1 from `NIST CAVP`_.
-* SHA2 (224, 256, 384, 512) from `NIST CAVP`_.
+* SHA2 (224, 256, 384, 512, 512/224, 512/256) 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`_.