Merge pull request #6472 from kaleb-himes/ZD16185-Doc-Update-Request

Update error return(s) for wc_RsaPSS_Verify
This commit is contained in:
JacobBarthelmeh
2023-06-06 15:16:40 -06:00
committed by GitHub

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 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.