mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 00:47:32 -04:00
Coding style fixes.
This commit is contained in:
parent
8335db4db5
commit
d4f02a78a7
21 changed files with 36 additions and 34 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
#include "KeePass2RandomStream.h"
|
||||
|
||||
#include "format/KeePass2.h"
|
||||
#include "crypto/CryptoHash.h"
|
||||
#include "format/KeePass2.h"
|
||||
|
||||
KeePass2RandomStream::KeePass2RandomStream(QByteArray key)
|
||||
: m_cipher(SymmetricCipher::Salsa20, SymmetricCipher::Stream, SymmetricCipher::Encrypt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue