mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-05-08 03:09:33 +00:00
relocating var declaration
This commit is contained in:
parent
ff02304e23
commit
3b8b68cddc
@ -38,12 +38,11 @@ private:
|
||||
int m_blocklen;
|
||||
int m_level;
|
||||
int m_mode;
|
||||
QByteArray* m_state;
|
||||
|
||||
int m_nk;
|
||||
int m_keyLen;
|
||||
int m_nr;
|
||||
int m_expandedKey;
|
||||
QByteArray* m_state;
|
||||
|
||||
typedef struct{
|
||||
int nk = 8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user