New Hash Functions
This release adds support for many modern hash functions, including cryptographic ones.
The hash can be selected with --hash-fn
parameter.
Hash function | Hash width | Cryptographic |
---|---|---|
metro | 128-bit | No |
xxhash3 | 128-bit | No |
blake3 | 256-bit | Yes |
sha256 | 256-bit | Yes |
sha512 | 512-bit | Yes |
sha3-256 | 256-bit | Yes |
sha3-512 | 512-bit | Yes |
What's Changed
Full Changelog: v0.27.3...v0.28.0
Credits
Big thank you goes to @kapitainsky for all the testing on macOS and some nice performance benchmarks!
See: #153 (comment)