Closed Pi-Cla closed 5 days ago
Looking at the CI it seems blake3 has slightly sped it up: Before: 269.46s After: 265.45s 2nd After: 265.87s
So most of the time is being used in other parts of the program.
But still worth it especially when no one has shown a major attack against this hashing algorithm in the years since it was first published in 2021.
@uncomfyhalomacro and @Firstyear for thoughts
Seems fine to me :)
wooops. i just updated and pushed and didn't see this PR
If we use hashing only to figure out if two files are the same then blake3 is very fast and preferred over sha2. See: https://github.com/BLAKE3-team/BLAKE3