Function esp_idf_hal::sys::esp_md5_clone

source ·
pub unsafe extern "C" fn esp_md5_clone(
    dst: *mut MD5Context,
    src: *const MD5Context
)
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.