mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-29 11:32:03 -04:00
Use quint64 everywhere for the transform rounds number.
This commit is contained in:
parent
ebce183925
commit
8122ab2b2c
8 changed files with 13 additions and 13 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
m_backend->processInPlace(data);
|
||||
}
|
||||
|
||||
inline void processInPlace(QByteArray& data, int rounds) {
|
||||
inline void processInPlace(QByteArray& data, quint64 rounds) {
|
||||
Q_ASSERT(rounds > 0);
|
||||
m_backend->processInPlace(data, rounds);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue