summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/idea/version
diff options
context:
space:
mode:
authormiod <>2014-04-22 20:31:38 +0000
committermiod <>2014-04-22 20:31:38 +0000
commitccd10d4d23f7a3754a02c017e32f26716e75824a (patch)
tree4598ce10bcfadfefbee541f6f4d2d7f25b1762a7 /src/lib/libcrypto/idea/version
parent21f6cbfa0c48cb2e77b3e67ca01577d642b52247 (diff)
downloadopenbsd-ccd10d4d23f7a3754a02c017e32f26716e75824a.tar.gz
openbsd-ccd10d4d23f7a3754a02c017e32f26716e75824a.tar.bz2
openbsd-ccd10d4d23f7a3754a02c017e32f26716e75824a.zip
Remove meat which either duplicates code found in apps/, or is only of value
for 20th century historians, and can be put in the Attic.
Diffstat (limited to 'src/lib/libcrypto/idea/version')
-rw-r--r--src/lib/libcrypto/idea/version12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libcrypto/idea/version b/src/lib/libcrypto/idea/version
deleted file mode 100644
index 3f22293795..0000000000
--- a/src/lib/libcrypto/idea/version
+++ /dev/null
@@ -1,12 +0,0 @@
11.1 07/12/95 - eay
2 Many thanks to Rhys Weatherley <rweather@us.oracle.com>
3 for pointing out that I was assuming little endian byte
4 order for all quantities what idea actually used
5 bigendian. No where in the spec does it mention
6 this, it is all in terms of 16 bit numbers and even the example
7 does not use byte streams for the input example :-(.
8 If you byte swap each pair of input, keys and iv, the functions
9 would produce the output as the old version :-(.
10
111.0 ??/??/95 - eay
12 First version.