Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/dox_comments/header_files/rsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out,
\brief Used to verify that the message was signed by RSA key. The output
uses the same byte array as the input.

\return >0 Length of text.
\return >0 Length of the digest.
\return <0 An error occurred.

\param in Byte array to be decrypted.
Expand Down Expand Up @@ -388,7 +388,7 @@ int wc_RsaSSL_VerifyInline(byte* in, word32 inLen, byte** out,

\brief Used to verify that the message was signed by key.

\return Success Length of text on no error.
\return Success Length of digest on no error.
\return MEMORY_E memory exception.

\param in The byte array to be decrypted.
Expand Down