From 6d85d09b0b8abd8b804593eb84079e0e67e279d7 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 5 Jun 2023 09:22:08 -0600 Subject: [PATCH] Update error return(s) for wc_RsaPSS_Verify --- doc/dox_comments/header_files/rsa.h | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dox_comments/header_files/rsa.h b/doc/dox_comments/header_files/rsa.h index cc95a663d..4b43a2991 100644 --- a/doc/dox_comments/header_files/rsa.h +++ b/doc/dox_comments/header_files/rsa.h @@ -426,6 +426,7 @@ int wc_RsaPSS_Sign(const byte* in, word32 inLen, byte* out, \return Success Length of text on no error. \return MEMORY_E memory exception. + \return MP_EXPTMOD_E - When using fastmath and FP_MAX_BITS not set to at least 2 times the keySize (Example when using 4096-bit key set FP_MAX_BITS to 8192 or greater value) \param in The byte array to be decrypted. \param inLen The length of in.