]> git.ipfire.org Git - thirdparty/openssl.git/blob - crypto/idea/version
Import of old SSLeay release: SSLeay 0.8.1b
[thirdparty/openssl.git] / crypto / idea / version
1 1.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
11 1.0 ??/??/95 - eay
12 First version.