diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-09-13 20:03:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 19:03:36 -0500 |
| commit | bfe7b455c52437e3cf555472d7ca03f00740277d (patch) | |
| tree | 27a3414624cdf2d1dc65985bfa95d3db8f6514cd /docs/development | |
| parent | 3367c18bf2e71639843e38498f5ad2159835122d (diff) | |
| download | cryptography-bfe7b455c52437e3cf555472d7ca03f00740277d.tar.gz | |
Account for Bruce redoing his website or something (#5461)
Diffstat (limited to 'docs/development')
| -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 720bbbfb1..212f0e847 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -731,7 +731,7 @@ header format (substituting the correct information): .. _`IETF`: https://www.ietf.org/ .. _`Project Wycheproof`: https://github.com/google/wycheproof .. _`NIST CAVP`: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program -.. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt +.. _`Bruce Schneier's vectors`: https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/ .. _`CRYPTREC`: https://www.cryptrec.go.jp .. _`OpenSSL's test vectors`: https://github.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232 |
