java-blake2s icon indicating copy to clipboard operation
java-blake2s copied to clipboard

support tree mode

Open grexe opened this issue 8 years ago • 2 comments

One of the main strength of BLAKE2 is the tree mode, where hashes for chunks of the input can be computed in parallel, as used in: https://github.com/s3git/bt2sum

Please add support for this feature in the Java library.

grexe avatar Oct 17 '16 11:10 grexe

is that called blake2sp? but this implementation is called blake2s though.

jackzhp avatar Nov 21 '18 10:11 jackzhp

as I understand it, it's part of the core BLAKE2 algorithm, as mentioned in the referenced page:

BLAKE2 supports arbitrary-depth trees

grexe avatar Dec 18 '18 15:12 grexe