Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 365 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 365 Bytes

1.0.0

  • Initial version.

1.0.1

  • Loop used for hashing is now compliant to the specification.
  • Added FNV-1 64bit hash function.
  • Added FNV-1a 64bit hash function.

1.0.2

  • Added a FNV-1 64-bit hash function that returns a BigInt.
  • Added a FNV-1a 64-bit hash function that returns a BigInt
  • [BREAKING CHANGE] fnv_constants.dart is no longer exported