mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-24 17:20:21 +08:00
Removes RSA constants
This commit removes the RSA constants MBEDTLS_RSA_PUBLIC and MBEDTLS_RSA_PRIVATE because they are now superfluous given that the mode parameter has been removed. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
cad59ed48e
commit
41e4ce4884
@ -57,8 +57,6 @@
|
||||
/*
|
||||
* RSA constants
|
||||
*/
|
||||
#define MBEDTLS_RSA_PUBLIC 0 /**< Request private key operation. */
|
||||
#define MBEDTLS_RSA_PRIVATE 1 /**< Request public key operation. */
|
||||
|
||||
#define MBEDTLS_RSA_PKCS_V15 0 /**< Use PKCS#1 v1.5 encoding. */
|
||||
#define MBEDTLS_RSA_PKCS_V21 1 /**< Use PKCS#1 v2.1 encoding. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user