byte_count should be the total number of bytes hashed after hashing the current msg.
byte_count should be the total number of bytes hashed after hashing the current msg.
pub extern fn blake2s_compress(state: Box, byte_count: u32, msg: Box) -> Box nopanic;
Was this page helpful?