$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin Sopp (baraclese_at_[hidden])
Date: 2007-07-31 14:12:35
On 7/31/07, Arash Partow <arash_at_[hidden]> 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