relocating var declaration

This commit is contained in:
Matteo Brichese 2017-07-07 14:20:52 -07:00
parent ff02304e23
commit 3b8b68cddc

View File

@ -38,12 +38,11 @@ private:
int m_blocklen; int m_blocklen;
int m_level; int m_level;
int m_mode; int m_mode;
QByteArray* m_state;
int m_nk; int m_nk;
int m_keyLen; int m_keyLen;
int m_nr; int m_nr;
int m_expandedKey; int m_expandedKey;
QByteArray* m_state;
typedef struct{ typedef struct{
int nk = 8; int nk = 8;