pub unsafe extern "C" fn md5(
digest: *mut c_void,
data: *const c_void,
len: size_t,
)
Expand description
@brief Calculate a MD5 hash from the given data
@param[out] digest Result location, must be 16 byte @param[in] data Input data @param[in] len Length of @p src