
31 Jul
2007
31 Jul
'07
6:12 p.m.
On 7/31/07, Arash Partow <arash@partow.net> wrote:
Is your implementation endian invariant?
I do not have the code in front of me right now but I believe that I used only portable operations. Of course if your input data changed from little to big endian then it will produce a different hash. You could also run the unit test file that comes with it on a big endian machine and see what happens. Kevin