Skip to content

Releases: tjwebb/fnv-plus

v1.2.7

12 May 00:38
Compare
Choose a tag to compare
  • fixed issue #2
  • added ability to switch between versions 1 and 1a of the FNV algorithm
  • added tests for fidelity to the examples in the original FNV paper

fnv-plus 1.2.x

26 Mar 05:23
Compare
Choose a tag to compare

New in 1.2.x

  • You can easily define custom seeds. Most other fnv implementations hardcode the fnv offset.
  • the hash() function can now take arbitrary Javascript objects as input.
  • changed default bitlength to 52