aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-01-06 15:00:28 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2018-01-06 16:00:28 -0500
commit323f2ad66befb13ec3b31b5ab99c9448b9a6b067 (patch)
treeebf189232140ab50ae11d04229f45b03a5e7fa09 /docs/development/test-vectors.rst
parentf8327a977f31ef1d66c11555d65deb1c3f263bc5 (diff)
downloadcryptography-323f2ad66befb13ec3b31b5ab99c9448b9a6b067.tar.gz
cryptography-323f2ad66befb13ec3b31b5ab99c9448b9a6b067.tar.bz2
cryptography-323f2ad66befb13ec3b31b5ab99c9448b9a6b067.zip
add 1200 byte HKDF test vector and a generator/verifier for it (#4074)
* add 1200 byte HKDF test vector and a generator/verifier for it * exit non-zero when failing * ugh
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 6cee4fe8..817bdaf6 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -476,8 +476,8 @@ Creating test vectors
When official vectors are unavailable ``cryptography`` may choose to build
its own using existing vectors as source material.
-Custom Symmetric Vectors
-~~~~~~~~~~~~~~~~~~~~~~~~
+Created Vectors
+~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
@@ -486,6 +486,8 @@ Custom Symmetric Vectors
custom-vectors/cast5
custom-vectors/idea
custom-vectors/seed
+ custom-vectors/hkdf
+
If official test vectors appear in the future the custom generated vectors
should be discarded.