Function esp_idf_sys::esp_md5_clone
source ยท pub unsafe extern "C" fn esp_md5_clone(
dst: *mut mbedtls_md5_context,
src: *const mbedtls_md5_context,
)
Expand description
\brief Clone (the state of) an MD5 context
\param dst The destination context \param src The context to be cloned
\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.