From dee5c25d35c53885698bca42015c9f7bbfb27baa Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 20 Feb 2014 14:02:31 -0600 Subject: should be a URI --- tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt | 2 +- tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cfb.txt | 2 +- tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3