Skip to content

Releases: dice-group/dice-hash

0.2.0

22 Mar 07:40
2f4c37a
Compare
Choose a tag to compare

Major changes:

  • configurable policies. A policy defines which hash, seed and combine functions you use.
  • Predefined policies for wyhash, xxh3 and Martinus' robin-hood-hashing internal hash.
  • interfaces based on dice-hash 0.1.0 will most likely break with 0.2.0
  • hashes might not be stable between versions
  • there is no single-header-file anymore
  • the library hash statically linked parts and is not header-only anymore

0.1.0

20 Jan 10:52
2e97ce5
Compare
Choose a tag to compare

First release.

FYI: The hashes produced by this version are stable. But it is not guaranteed that future versions will produce the same hash.