diff options
Diffstat (limited to 'docs/development/custom-vectors/hkdf.rst')
-rw-r--r-- | docs/development/custom-vectors/hkdf.rst | 2 |
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 |