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.