Function riot_sys::md5_final

source ·
pub unsafe extern "C" fn md5_final(
    ctx: *mut md5_ctx_t,
    digest: *mut c_void
)
Expand description

@brief Finish up the current MD5 hash calculation generate the final hash

@param[in] ctx Context of the current calculation @param[out] digest Result location, must be 16 byte