Update error return(s) for wc_RsaPSS_Verify

This commit is contained in:
kaleb-himes
2023-06-05 09:22:08 -06:00
parent ccd404e13d
commit 6d85d09b0b

View File

@ -426,6 +426,7 @@ int wc_RsaPSS_Sign(const byte* in, word32 inLen, byte* out,
\return Success Length of text on no error. \return Success Length of text on no error.
\return MEMORY_E memory exception. \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 in The byte array to be decrypted.
\param inLen The length of in. \param inLen The length of in.