Function flipper0::ffi::mbedtls_des_free

source ·
pub unsafe extern "C" fn mbedtls_des_free(
    ctx: *mut mbedtls_des_context
)
Expand description

\brief Clear DES context

\param ctx DES context to be cleared

\warning DES is considered a weak cipher and its use constitutes a security risk. We recommend considering stronger ciphers instead.