Function esp_idf_sys::mbedtls_ecdsa_can_do
source ยท pub unsafe extern "C" fn mbedtls_ecdsa_can_do(
gid: mbedtls_ecp_group_id,
) -> c_int
Expand description
\brief This function checks whether a given group can be used for ECDSA.
\param gid The ECP group ID to check.
\return \c 1 if the group can be used, \c 0 otherwise