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

support for blake2b?

Open grexe opened this issue 9 years ago • 0 comments

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 be merged with the older blake2b project, this would also solve #2 .

Is it all that different or wouldn't it make sense to unify the 2 approaches and select the optimized implementation automatically (via a Java system call or via configuration?

grexe avatar Oct 17 '16 14:10 grexe