pub unsafe extern "C" fn mbedtls_ecdh_can_do(
    gid: mbedtls_ecp_group_id
) -> c_int
Expand description

\brief Check whether a given group can be used for ECDH.

\param gid The ECP group ID to check.

\return \c 1 if the group can be used, \c 0 otherwise