mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-21 18:39:36 -05:00
Coding style fixes.
This commit is contained in:
parent
ca13ad8d25
commit
ee3bc89a54
9 changed files with 22 additions and 11 deletions
|
|
@ -89,7 +89,8 @@ QByteArray CompositeKey::transform(const QByteArray& seed, quint64 rounds) const
|
|||
}
|
||||
|
||||
QByteArray CompositeKey::transformKeyRaw(const QByteArray& key, const QByteArray& seed,
|
||||
quint64 rounds) {
|
||||
quint64 rounds)
|
||||
{
|
||||
QByteArray iv(16, 0);
|
||||
SymmetricCipher cipher(SymmetricCipher::Aes256, SymmetricCipher::Ecb,
|
||||
SymmetricCipher::Encrypt, seed, iv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue