diff --git a/src/keys/CompositeKey.cpp b/src/keys/CompositeKey.cpp index a0f2373..5bf9cae 100644 --- a/src/keys/CompositeKey.cpp +++ b/src/keys/CompositeKey.cpp @@ -186,10 +186,10 @@ void TransformKeyBenchmarkThread::run() t.start(); do { - if (!cipher.processInPlace(key, 100)) { + if (!cipher.processInPlace(key, 10000)) { m_rounds = -1; return; } - m_rounds += 100; + m_rounds += 10000; } while (t.elapsed() < m_msec); }