Update src/Qt-RSA/qrsaencryption.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Oleg-designer 2021-05-14 17:33:22 +03:00 committed by GitHub
parent 1d728ad79e
commit 48daa87d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ To ensure reliable protection, it is recommended to use an exponent size of at l
* @param rawData Ecoded data.
* @param privKey Private RSA key.
* @param rsa Encryption key length.
* @param blockSizeMode Block size mode see BlockSize.
* @param blockSizeMode Block size mode see the BlockSize enum class.
* @return Decoded data.
* @note This is wrapper for a static method.
*/