Merge pull request #5937 from anhu/blinding_on

Change comment to reflect that RSA blind is enabled by default
This commit is contained in:
David Garske
2022-12-28 12:56:58 -08:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ RSA keys can be used to encrypt, decrypt, sign and verify data.
Possible RSA enable options: Possible RSA enable options:
* NO_RSA: Overall control of RSA default: on * NO_RSA: Overall control of RSA default: on
* (not defined) * (not defined)
* WC_RSA_BLINDING: Uses Blinding w/ Private Ops default: off * WC_RSA_BLINDING: Uses Blinding w/ Private Ops default: on
Note: slower by ~20% Note: slower by ~20%
* WOLFSSL_KEY_GEN: Allows Private Key Generation default: off * WOLFSSL_KEY_GEN: Allows Private Key Generation default: off
* RSA_LOW_MEM: NON CRT Private Operations, less memory default: off * RSA_LOW_MEM: NON CRT Private Operations, less memory default: off