Releases: dice-group/dice-hash
Releases · dice-group/dice-hash
0.2.0
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