From 48daa87d7908939c74ae8064acd19fc5eaaa3b8a Mon Sep 17 00:00:00 2001 From: Oleg-designer <78071329+Oleg-designer@users.noreply.github.com> Date: Fri, 14 May 2021 17:33:22 +0300 Subject: [PATCH] Update src/Qt-RSA/qrsaencryption.h Co-authored-by: Andrei Yankovich --- src/Qt-RSA/qrsaencryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qt-RSA/qrsaencryption.h b/src/Qt-RSA/qrsaencryption.h index d4aceeb..78a8764 100644 --- a/src/Qt-RSA/qrsaencryption.h +++ b/src/Qt-RSA/qrsaencryption.h @@ -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. */