Function esp_idf_svc::hal::sys::mbedtls_rsa_get_bitlen

source ยท
pub unsafe extern "C" fn mbedtls_rsa_get_bitlen(
    ctx: *const mbedtls_rsa_context,
) -> usize
Expand description

\brief This function retrieves the length of the RSA modulus in bits.

\param ctx The initialized RSA context.

\return The length of the RSA modulus in bits.