v0.2.0
Pre-release
Pre-release
This release includes code-breaking changes from 0.1.1
and features a minor version bump as described in the README.
Changes
- The
FNVDigest
protocol was removed - The
FNV1Hasher
&FNV1aHasher
types were removed - Hash functions were moved to new
FNV32
,FNV32a
,FNV64
,FNV64a
types - Added
FNVHasher
conforming types with digests up to 1024 bits usingDoubleWidth
arithmetic