Skip to content

Commit bfe7b45

Browse files
authored
Account for Bruce redoing his website or something (pyca#5461)
1 parent 3367c18 commit bfe7b45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/development/test-vectors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ header format (substituting the correct information):
731731
.. _`IETF`: https://www.ietf.org/
732732
.. _`Project Wycheproof`: https://github.com/google/wycheproof
733733
.. _`NIST CAVP`: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program
734-
.. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt
734+
.. _`Bruce Schneier's vectors`: https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
735735
.. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/
736736
.. _`CRYPTREC`: https://www.cryptrec.go.jp
737737
.. _`OpenSSL's test vectors`: https://github.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232

vectors/cryptography_vectors/ciphers/Blowfish/bf-cbc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reformatted from https://www.schneier.com/code/vectors.txt
1+
# Reformatted from https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
22
# to look like the NIST vectors
33

44
[ENCRYPT]

vectors/cryptography_vectors/ciphers/Blowfish/bf-cfb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reformatted from https://www.schneier.com/code/vectors.txt
1+
# Reformatted from https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
22
# to look like the NIST vectors
33

44
[ENCRYPT]

vectors/cryptography_vectors/ciphers/Blowfish/bf-ecb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reformatted from https://www.schneier.com/code/vectors.txt
1+
# Reformatted from https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
22
# to look like the NIST vectors
33

44
[ENCRYPT]

vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reformatted from https://www.schneier.com/code/vectors.txt
1+
# Reformatted from https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
22
# to look like the NIST vectors
33

44
[ENCRYPT]

0 commit comments

Comments
 (0)