diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2016-04-09 22:04:12 +0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-04-09 10:04:12 -0400 |
commit | 7e6afe8be14807c75fcc934a89aab8f1d94c52c4 (patch) | |
tree | 442e2f0ad6505a9a4f70059e8dac0b81e7dbdd86 /docs/development/test-vectors.rst | |
parent | 97511e5b8d8169096b48ff73ecce7d973129cf87 (diff) | |
download | cryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.tar.gz cryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.tar.bz2 cryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.zip |
Add vectors for unkeyed blake2s and blake2b. (#2867)
* Add vectors for unkeyed blake2s and blake2b.
* Add short note describing source of vectors.
* Add link to OpenSSL repository.
* Amend docs.
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 cc44492f..016073e8 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -331,6 +331,7 @@ Hashes * SHA1 from `NIST CAVP`_. * SHA2 (224, 256, 384, 512) from `NIST CAVP`_. * Whirlpool from the `Whirlpool website`_. +* Blake2s and Blake2b from OpenSSL `test/evptests.txt`_. HMAC ~~~~ @@ -456,3 +457,4 @@ header format (substituting the correct information): .. _`asymmetric/public/PKCS1/dsa.pub.pem`: https://github.com/ruby/ruby/blob/4ccb387f3bc436a08fc6d72c4931994f5de95110/test/openssl/test_pkey_dsa.rb#L53 .. _`Mozilla bug`: https://bugzilla.mozilla.org/show_bug.cgi?id=233586 .. _`Russian CA`: http://e-trust.gosuslugi.ru/MainCA +.. _`test/evptests.txt`: https://github.com/openssl/openssl/blob/2d0b44126763f989a4cbffbffe9d0c7518158bb7/test/evptests.txt |