pub unsafe extern "C" fn mbedtls_ecdsa_can_do(gid: u32) -> i32
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