-
Couldn't load subscription status.
- Fork 297
Closed
Labels
Description
Apparently BLAKE2 includes parallel versions of the two hash functions to take advantage of multi-core:
https://github.com/BLAKE2/BLAKE2/blob/master/sse/blake2sp.c
It would be nice to have these to be able to take advantage of more cores when hashing large files.
ebkalderon and PaintNinja