X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcrypter.cpp;fp=src%2Fcrypter.cpp;h=313fecbed27108edf25d7f86b804be873a3dadb4;hp=44f7cf3e6fa031b3d018c0ba0b354c850ce2c934;hb=53792d0d27e0c68322f1a4ab402150a8d4fcee6f;hpb=81d598a951123a6c8e74ddf0a605a9c0728653f4 diff --git a/src/crypter.cpp b/src/crypter.cpp index 44f7cf3..313fecb 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -2,12 +2,10 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include -#include -#include - #include "crypter.h" +#include + bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) {