From 8b97647abf18dec17e528194424f5f28c516e86b Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 11 Mar 2015 09:57:36 +0400 Subject: [PATCH] Add doxygen comment \bug, for managing padding. --- CryptClass/AESCrypt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CryptClass/AESCrypt.hpp b/CryptClass/AESCrypt.hpp index 4a0845c..455eed0 100644 --- a/CryptClass/AESCrypt.hpp +++ b/CryptClass/AESCrypt.hpp @@ -29,6 +29,7 @@ * * This class provide AES encrypt and decrypt. * + * \bug Find another solution for managing padding. */ class AESCrypt : public AbstractSKA {