From e5463ccb335149da72e455473af920b1dea453cf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 18 Jan 2019 15:19:34 -0600 Subject: consistently linky RFC in the docs (#4716) * consistently linky RFC in the docs * oops --- docs/development/custom-vectors/arc4.rst | 4 ++-- docs/development/custom-vectors/hkdf.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/development/custom-vectors') diff --git a/docs/development/custom-vectors/arc4.rst b/docs/development/custom-vectors/arc4.rst index ed8cd548..5b1b65d5 100644 --- a/docs/development/custom-vectors/arc4.rst +++ b/docs/development/custom-vectors/arc4.rst @@ -2,14 +2,14 @@ ARC4 vector creation ==================== This page documents the code that was used to generate the ARC4 test -vectors for key lengths not available in RFC 6229. All the vectors +vectors for key lengths not available in :rfc:`6229`. All the vectors were generated using OpenSSL and verified with Go. Creation -------- ``cryptography`` was modified to support ARC4 key lengths not listed -in RFC 6229. Then the following Python script was run to generate the +in :rfc:`6229`. Then the following Python script was run to generate the vector files. .. literalinclude:: /development/custom-vectors/arc4/generate_arc4.py 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 -- cgit v1.2.3