pub unsafe extern "C" fn sha512_common_update(
    ctx: *mut sha512_common_context_t,
    data: *const c_void,
    len: size_t
)
Expand description

@brief Add bytes into the hash

@param ctx sha512_common_context_t handle to use, must not be NULL @param[in] data Input data @param[in] len Length of @p data