Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 977 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 977 Bytes

Unreleased

0.1.2

  • Fix <StableSipHasher128 as Hasher>::finish not being platform agnostic #12

0.1.1

  • feat: derive Clone for StableHasher #11

0.1.0

  • Rename StableHasherResult to FromStableHash #8
  • Use new-type for returned-hash of SipHasher128(Hash) #8
  • Introduce multi hasher support #8
  • StableHasher::finish now returns a small hash instead of being fatal #6
  • Remove StableHasher::finalize #4
  • Import stable hasher implementation from rustc (db8aca48129)