From 205db1bc8e17c787bbf654fb30b76c3cff536be3 Mon Sep 17 00:00:00 2001 From: fsb4000 Date: Sun, 8 Feb 2015 06:15:47 +0600 Subject: [PATCH] =?utf8?q?sha512=20=D1=88=D0=B8=D1=84=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=B5=D1=82=20=D0=B8=D0=BD=D0=B4=D0=B5=D0=BA=D1=81=200,=20=D0=B0=20=D0=BD=D0=B5=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/crypter.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/crypter.h b/src/crypter.h index bddcdfd..733d9a3 100644 --- a/src/crypter.h +++ b/src/crypter.h @@ -53,7 +53,7 @@ public: // 25000 rounds is just under 0.1 seconds on a 1.86 GHz Pentium M // ie slightly lower than the lowest hardware we need bother supporting nDeriveIterations = 25000; - nDerivationMethod = 1; + nDerivationMethod = 0; vchOtherDerivationParameters = std::vector(0); } }; -- 1.7.1