pub unsafe extern "C" fn sha1_final(
ctx: *mut sha1_context,
digest: *mut c_void,
)
Expand description
@brief Finalizes the SHA-1 message digest
@param[in] ctx Pointer to the SHA-1 context @param[out] digest Result location, must be 20 byte
pub unsafe extern "C" fn sha1_final(
ctx: *mut sha1_context,
digest: *mut c_void,
)
@brief Finalizes the SHA-1 message digest
@param[in] ctx Pointer to the SHA-1 context @param[out] digest Result location, must be 20 byte