1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Revert "New function mbedtls_rsa_get_bitlen"

This reverts commit 1d26709dbd.
This commit is contained in:
Gilles Peskine
2018-11-12 18:42:43 +01:00
parent 64a43ce48e
commit e19b7d54d0
6 changed files with 18 additions and 80 deletions

View File

@ -403,16 +403,6 @@ void mbedtls_rsa_set_padding( mbedtls_rsa_context *ctx, int padding,
*/
size_t mbedtls_rsa_get_len( const mbedtls_rsa_context *ctx );
/**
* \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.
*
*/
size_t mbedtls_rsa_get_bitlen( const mbedtls_rsa_context *ctx );
/**
* \brief This function generates an RSA keypair.
*