github pkolaczk/fclones v0.28.0
0.28.0

latest releases: v0.34.0, v0.33.1, v0.33.0...
2 years ago

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

  • Allow to select hash function; support xxhash3, blake3, sha256, sha512, sha3 by @pkolaczk in #163

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)

Don't miss a new fclones release

NewReleases is sending notifications on new releases.