Skip to main content
The blake2s compress function, which takes a state, a byte count, and a message, and returns a new state. byte_count should be the total number of bytes hashed after hashing the current msg.

Signature