diff options
author | markus <> | 2003-05-11 21:36:59 +0000 |
---|---|---|
committer | markus <> | 2003-05-11 21:36:59 +0000 |
commit | 582bbd139cd2afd58d10dc051c5b0b989b441074 (patch) | |
tree | 77c8445ac880d4335f99e73e6c4960aab1ed3c47 /src/lib/libcrypto/idea | |
parent | 5e3b0c7b72d8aaff81be19f7eb4d18887c9b628e (diff) | |
parent | 9cea7b85baecb1a02a3ea617de73d9693a9792eb (diff) | |
download | openbsd-582bbd139cd2afd58d10dc051c5b0b989b441074.tar.gz openbsd-582bbd139cd2afd58d10dc051c5b0b989b441074.tar.bz2 openbsd-582bbd139cd2afd58d10dc051c5b0b989b441074.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/idea')
-rw-r--r-- | src/lib/libcrypto/idea/version | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/libcrypto/idea/version b/src/lib/libcrypto/idea/version new file mode 100644 index 0000000000..3f22293795 --- /dev/null +++ b/src/lib/libcrypto/idea/version | |||
@@ -0,0 +1,12 @@ | |||
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. | ||