aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/hkdf.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-18 15:19:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-18 15:19:34 -0600
commite5463ccb335149da72e455473af920b1dea453cf (patch)
treefbcdccf6c52f3577c6cfb2c6de2a6288f896c27e /docs/development/custom-vectors/hkdf.rst
parentbef31146c3b12443fafdd1ef1a6a3c4519c60661 (diff)
downloadcryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.gz
cryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.bz2
cryptography-e5463ccb335149da72e455473af920b1dea453cf.zip
consistently linky RFC in the docs (#4716)
* consistently linky RFC in the docs * oops
Diffstat (limited to 'docs/development/custom-vectors/hkdf.rst')
-rw-r--r--docs/development/custom-vectors/hkdf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/custom-vectors/hkdf.rst b/docs/development/custom-vectors/hkdf.rst
index 0e1a729a..6d7e8618 100644
--- a/docs/development/custom-vectors/hkdf.rst
+++ b/docs/development/custom-vectors/hkdf.rst
@@ -2,7 +2,7 @@ HKDF vector creation
====================
This page documents the code that was used to generate a longer
-HKDF test vector (1200 bytes) than is available in RFC 5869. All
+HKDF test vector (1200 bytes) than is available in :rfc:`5869`. All
the vectors were generated using OpenSSL and verified with Go.
Creation