Function esp_idf_hal::sys::mbedtls_ecp_point_init

source ยท
pub unsafe extern "C" fn mbedtls_ecp_point_init(
    pt: *mut mbedtls_ecp_point,
)
Expand description

\brief This function initializes a point as zero.

\param pt The point to initialize.