diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-06 10:13:35 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-06 23:13:35 +0800 |
commit | e51236d7c0b5432f3e79fc025de6c9c8eb28f210 (patch) | |
tree | b26c0f6b2e53adea01155edfa0cf135c6224193c /docs/development/test-vectors.rst | |
parent | 15c2938c712ecae0da5ded48062a4805b02d53cf (diff) | |
download | cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.tar.gz cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.tar.bz2 cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.zip |
Last pass over fixing the links (#3224)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 4f0ece5c..3429d520 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -427,7 +427,7 @@ header format (substituting the correct information): # Verified against the CommonCrypto and Go crypto packages # Key Length : 128 -.. _`NIST`: http://www.nist.gov/ +.. _`NIST`: https://www.nist.gov/ .. _`IETF`: https://www.ietf.org/ .. _`NIST CAVP`: http://csrc.nist.gov/groups/STM/cavp/ .. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt |