diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-11 21:37:00 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-11 21:37:00 +0000 |
commit | f97744c656f2a5c7d4e42bcaba08dbe146a49425 (patch) | |
tree | f70a956124df18345d8c6371796ee2fb9c6de43b /lib/libcrypto/idea | |
parent | 784692b39eef33d005d12f2f9e171a4a8a47480d (diff) |
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'lib/libcrypto/idea')
-rw-r--r-- | lib/libcrypto/idea/version | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libcrypto/idea/version b/lib/libcrypto/idea/version new file mode 100644 index 00000000000..3f222937954 --- /dev/null +++ b/lib/libcrypto/idea/version @@ -0,0 +1,12 @@ +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. |