[FEATURE REQUEST] Support BLAKEx cryptographic hashes in the file module
Open
@MKLeb is already working on this.
Since Mar 23, 2022.
Feature
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 5.6k
- Avg merge
- 2d 44m
- Merged PRs (30d)
- 80
Description
The BLAKE2 family of cryptographic hash algorithms outperforms SHA2/3 by a factor of 2 (according to my tests with a 267M file) while at the same time claiming to be as secure.
It would thus be nice to have support for it in the file module.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.