mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-12 01:29:38 -04:00
parent
a747886323
commit
c645e2e303
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Argon2Kdf::Argon2Kdf()
|
|||
, m_memory(1 << 16)
|
||||
, m_parallelism(static_cast<quint32>(QThread::idealThreadCount()))
|
||||
{
|
||||
m_rounds = 1;
|
||||
m_rounds = 10;
|
||||
}
|
||||
|
||||
quint32 Argon2Kdf::version() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue