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