Function esp_idf_hal::sys::mbedtls_ecdh_init

source ยท
pub unsafe extern "C" fn mbedtls_ecdh_init(
    ctx: *mut mbedtls_ecdh_context,
)
Expand description

\brief This function initializes an ECDH context.

\param ctx The ECDH context to initialize. This must not be \c NULL.