1*0Sstevel@tonic-gate1.1 07/12/95 - eay 2*0Sstevel@tonic-gate Many thanks to Rhys Weatherley <rweather@us.oracle.com> 3*0Sstevel@tonic-gate for pointing out that I was assuming little endian byte 4*0Sstevel@tonic-gate order for all quantities what idea actually used 5*0Sstevel@tonic-gate bigendian. No where in the spec does it mention 6*0Sstevel@tonic-gate this, it is all in terms of 16 bit numbers and even the example 7*0Sstevel@tonic-gate does not use byte streams for the input example :-(. 8*0Sstevel@tonic-gate If you byte swap each pair of input, keys and iv, the functions 9*0Sstevel@tonic-gate would produce the output as the old version :-(. 10*0Sstevel@tonic-gate 11*0Sstevel@tonic-gate1.0 ??/??/95 - eay 12*0Sstevel@tonic-gate First version. 13