Skip to content

Releases: rust-lang/rustc-stable-hash

v0.1.2

05 Mar 17:48
Compare
Choose a tag to compare

Another intermediate release, this time with a fix for <StableSipHasher128 as Hasher>::finish not being platform agnostic.

Release notes

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

v0.1.1

10 Dec 20:04
Compare
Choose a tag to compare

Intermediate release with a small nit.

Release notes

  • feat: derive Clone for StableHasher #11

v0.1.0

11 Jul 14:26
Compare
Choose a tag to compare

This is the first release of this crate: rustc-stable-hash version 0.1.0.

Release notes

  • 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)