System independent TString::Hash()?

Hello,

Up to now I have successfully used TString::Hash(…) to generated “hashes”.
However, it seems that this function is NOT system independent as it generates different values on different systems, especially between 32bit and 64bit systems (see the attached root script which gives “733101550” on openSUSE 32bit, but “9223372036854775807” on Fedora 64bit.
Is there any possibility to get a system independent hash value with ROOT?

Thanks a lot,
Andreas
Hash.C (207 Bytes)