Expand description
AVX2 implementation of the blake2b compression function.
Functions§
- compress⚠
avx2
- The Blake2b compression function F. See https://tools.ietf.org/html/rfc7693#section-3.2
Takes as an argument the state vector
state
, message block vectormessage
, offset counter, final block indicator flagf
, and number of roundsrounds
. The state vector provided as the first parameter is modified by the function.