diff options
Diffstat (limited to 'src/crypt/cryptaes.h')
| -rw-r--r-- | src/crypt/cryptaes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypt/cryptaes.h b/src/crypt/cryptaes.h index 58ddba1..e0de1b1 100644 --- a/src/crypt/cryptaes.h +++ b/src/crypt/cryptaes.h @@ -2,6 +2,7 @@ #define CRYPTAES_H #include "cryptclassevp.h" +#include "cryptengine.h" #include <QDebug> @@ -16,6 +17,9 @@ public: virtual void encrypt(); virtual void decrypt(); + +private: + static const int IVLENGTH = 8; }; #endif // CRYPTAES_H |
