Function riot_sys::sha1_update

source ·
pub unsafe extern "C" fn sha1_update(
    ctx: *mut sha1_context,
    data: *const c_void,
    len: size_t
)
Expand description

@brief Update the SHA-1 context with a portion of the message being hashed

@param[in] ctx Pointer to the SHA-1 context to update @param[in] data Input data @param[in] len Length of @p data