Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 361 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 361 Bytes

Changelog for ChibiHash

0.2.0.0 -- 2024-12-02

  • Added V2 implementation of ChibiHash - v1 still the default
  • Module exports both v1 and v2, API is the same
  • Added example usage to README

0.1.0.0 -- 2024-11-27

  • First version.
  • Initial implementation of the ChibiHash 64-bit hash function
  • Basic test suite with common test cases and known inputs