Version 1.8.0
- Adds xxHash64
- New class:
XXHash64 - New constants:
xxh64,xxh64code - String extension:
xxh64code
- New class:
- Adds xxHash32
- New class:
XXHash32 - New constants:
xxh32,xxh32code - String extension:
xxh32code
- New class:
- Adds XXH3-64
- New class:
XXH3 - New constants:
xxh3,xxh3code - String extension:
xxh3code
- New class:
- Adds XXH3-128
- New class:
XXH128 - New constants:
xxh128,xxh128code - String extension:
xxh128code
- New class:
- Internal changes:
- Removes the parameters from
$finalizemethod inBlockHash - Uses
>>>instead of>>
- Removes the parameters from
- Uses Hash Rate instead of Runtime for benchmarks
Full Changelog: v1.7.0...v1.8.0