hashable v1.2.0.0 Release Notes

    • Switch string hashing from FNV-1 to SipHash, in an effort to prevent collision attacks.

    • Switch fixed-size integer hashing to Wang hash.

    • The default salt now switched on every program run, in an effort to prevent collision attacks.

    • Move hash method out of Hashable type class.

    • Add support for generic instance deriving.

    • Add instance for Ordering.