Use quint64 everywhere for the transform rounds number.

This commit is contained in:
Felix Geyer
2012-05-08 22:31:09 +02:00
parent ebce183925
commit 8122ab2b2c
8 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ public:
QByteArray process(const QByteArray& data);
void processInPlace(QByteArray& data);
void processInPlace(QByteArray& data, int rounds);
void processInPlace(QByteArray& data, quint64 rounds);
void reset();
int blockSize() const;