blake2b-opt icon indicating copy to clipboard operation
blake2b-opt copied to clipboard

Fix keyed blake to match reference implementation.

Open vstakhov opened this issue 9 years ago • 0 comments

In reference implementation, keylen is xor'ed to the second byte of h. This patch implements the same logic here.

vstakhov avatar Oct 27 '15 11:10 vstakhov