hashable v1.1.1.0 Release Notes

    • Add hashWithSalt, which allows the user to create different hash values for the same input by providing different seeds. This is useful for application like Cuckoo hashing which need a family of hash functions.

    • Fix a bug in the Hashable instance for Int64/Word64 on 32-bit platforms.

    • Improved resilience to leading zero in the input being hashed.