diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-20 14:02:31 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-20 14:02:31 -0600 |
commit | dee5c25d35c53885698bca42015c9f7bbfb27baa (patch) | |
tree | 4e31274a1f0c4e88b976a00b968478257669fa69 | |
parent | b09622ccb6e3403e314395ff56fb787efb73bb1b (diff) | |
download | cryptography-dee5c25d35c53885698bca42015c9f7bbfb27baa.tar.gz cryptography-dee5c25d35c53885698bca42015c9f7bbfb27baa.tar.bz2 cryptography-dee5c25d35c53885698bca42015c9f7bbfb27baa.zip |
should be a URI
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt index 8d4379e2..e8da93be 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt @@ -1,4 +1,4 @@ -# IDEA CBC vectors built for cryptography.io +# IDEA CBC vectors built for https://cryptography.io # Derived from the AESVS MMT test data for CBC # Key Length : 128 diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt index 0778c4d8..0423b9cd 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt @@ -1,4 +1,4 @@ -# IDEA CFB128 vectors built for cryptography.io +# IDEA CFB128 vectors built for https://cryptography.io # Derived from the AESVS MMT test data for CFB128 # Key Length : 128 diff --git a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt index 40b4711d..3ac5dacd 100644 --- a/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt +++ b/tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt @@ -1,4 +1,4 @@ -# IDEA OFB vectors built for cryptography.io +# IDEA OFB vectors built for https://cryptography.io # Derived from the AESVS MMT test data for OFB # Key Length : 128 |