From ff64584f34b9f3b5fe099280a484acadc4e33ae5 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 11 Mar 2021 14:37:00 -0800 Subject: [PATCH] Removed an outdated comment. --- wolfcrypt/src/rsa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfcrypt/src/rsa.c b/wolfcrypt/src/rsa.c index f1512174b..f56c5c080 100644 --- a/wolfcrypt/src/rsa.c +++ b/wolfcrypt/src/rsa.c @@ -600,7 +600,6 @@ int wc_FreeRsaKey(RsaKey* key) #ifndef WOLFSSL_RSA_PUBLIC_ONLY #if defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_NO_RSA_KEY_CHECK) /* Check the pair-wise consistency of the RSA key. - * From NIST SP 800-56B, section 6.4.1.1. * Verify that k = (k^e)^d, for some k: 1 < k < n-1. */ int wc_CheckRsaKey(RsaKey* key) {