aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/crypto/idea/version
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-02-08 19:17:31 +0100
committerFabio Alessandrelli2018-02-14 01:26:34 +0100
commit6fcc8b7e1f415db55c6627630f622a37f6973714 (patch)
tree80c267a7a5b36b5537d9bb4038687f391ce159e5 /thirdparty/openssl/crypto/idea/version
parent308b03b377fc0001542ad4cfe876fca3c2f49a00 (diff)
downloadgodot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.gz
godot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.zst
godot-6fcc8b7e1f415db55c6627630f622a37f6973714.zip
Diffstat (limited to 'thirdparty/openssl/crypto/idea/version')
-rw-r--r--thirdparty/openssl/crypto/idea/version12
1 files changed, 0 insertions, 12 deletions
diff --git a/thirdparty/openssl/crypto/idea/version b/thirdparty/openssl/crypto/idea/version
deleted file mode 100644
index 3f2229379..000000000
--- a/thirdparty/openssl/crypto/idea/version
+++ /dev/null
@@ -1,12 +0,0 @@
-1.1 07/12/95 - eay
- Many thanks to Rhys Weatherley <rweather@us.oracle.com>
- for pointing out that I was assuming little endian byte
- order for all quantities what idea actually used
- bigendian. No where in the spec does it mention
- this, it is all in terms of 16 bit numbers and even the example
- does not use byte streams for the input example :-(.
- If you byte swap each pair of input, keys and iv, the functions
- would produce the output as the old version :-(.
-
-1.0 ??/??/95 - eay
- First version.