mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-25 06:39:54 -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_memory(1 << 16)
|
||||||
, m_parallelism(static_cast<quint32>(QThread::idealThreadCount()))
|
, m_parallelism(static_cast<quint32>(QThread::idealThreadCount()))
|
||||||
{
|
{
|
||||||
m_rounds = 1;
|
m_rounds = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
quint32 Argon2Kdf::version() const
|
quint32 Argon2Kdf::version() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue