java-blake2s
java-blake2s copied to clipboard
A blake2s java implementation
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...
Since there is no recent Java implementation of the 64bit-optimized blake2b variant (which is more common these days), why not support it together with this library? Maybe the project could...
It would be very handy and established good practice to use this library within the standard Maven infrastructure, for this, the project has to be transformed into a Maven project...