blake2b-opt
blake2b-opt copied to clipboard
Fix keyed blake to match reference implementation.
In reference implementation, keylen
is xor'ed to the second byte of h
. This patch implements the same logic here.