X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcrypter.h;h=733d9a31230a76f87516656f30f75dcabdbeda87;hb=4a6759691d71bf2a7d2a0a9e4710f0887e66ab02;hp=bddcdfdaff1f5d2d056dac1ba3d28d04e2f03e03;hpb=881c78620a35fbc93d3491c381f82f957a9f83f1;p=novacoin.git 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); } };