google / farmhash

Automatically exported from code.google.com/p/farmhash
MIT License
626 stars 99 forks source link

FreeBSD produces wrong hashes #37

Open rurban opened 4 years ago

rurban commented 4 years ago

In my smhasher I just added a FreeBSD 12.1 smoker, and noticed that FarmHash (64 and 128 bit) fails the hash verification tests. I.e. FarmHash is not really portable on FreeBSD.

See https://cirrus-ci.com/task/6233793094746112

JacobHayes commented 4 years ago

Do they use the Hash or the Fingerprint? I think the fingerprints are the only ones intended to be cross platform stable.

rurban commented 4 years ago

The hash, not the fingerprint.