From f9ccdd7ffcc5ea109b6f174ee4a4e69151617fa7 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 28 Dec 2022 13:08:06 -0500 Subject: [PATCH] Change comment to reflect that RSA blind is enabled by default --- wolfcrypt/src/rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/rsa.c b/wolfcrypt/src/rsa.c index 30e98323b..64057d0a5 100644 --- a/wolfcrypt/src/rsa.c +++ b/wolfcrypt/src/rsa.c @@ -66,7 +66,7 @@ RSA keys can be used to encrypt, decrypt, sign and verify data. Possible RSA enable options: * NO_RSA: Overall control of RSA default: on * (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% * WOLFSSL_KEY_GEN: Allows Private Key Generation default: off * RSA_LOW_MEM: NON CRT Private Operations, less memory default: off