pub unsafe extern "C" fn sha3_update(
ctx: *mut keccak_state_t,
data: *const c_void,
len: size_t,
)
Expand description
@brief Add bytes into the hash
@param[in,out] ctx context handle to use @param[in] data Input data @param[in] len Length of @p data