birkenfeld / fddf

Fast data dupe finder
Apache License 2.0
109 stars 9 forks source link

Update Blake2 to Blake3 #21

Closed kamva9697 closed 4 years ago

kamva9697 commented 4 years ago

Updated to blake3 where blak2 was used

The recent blake 3 hashing algorithm comes with major performance updates. See: https://github.com/BLAKE3-team/BLAKE3

birkenfeld commented 4 years ago

Thanks for the PR, it's faster indeed :)

birkenfeld commented 4 years ago

Release 1.7.0 with this change.