Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@crichez crichez released this 03 Feb 01:05
· 17 commits to main since this release
bed36fe

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 using DoubleWidth arithmetic