Add doxygen comment \bug, for managing padding.

This commit is contained in:
manzerbredes 2015-03-11 09:57:36 +04:00
parent 45c03296b1
commit 8b97647abf

View file

@ -29,6 +29,7 @@
* *
* This class provide AES encrypt and decrypt. * This class provide AES encrypt and decrypt.
* *
* \bug Find another solution for managing padding.
*/ */
class AESCrypt : public AbstractSKA { class AESCrypt : public AbstractSKA {