X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcrypter.cpp;fp=src%2Fcrypter.cpp;h=44f7cf3e6fa031b3d018c0ba0b354c850ce2c934;hp=0ae13f414f89446198140952e6e4f41b71062abf;hb=20ef4799500378c005dee0c15573b40dab031d37;hpb=4d9684c7861eb9664f8c02f6f2e8e76945a17ed0 diff --git a/src/crypter.cpp b/src/crypter.cpp index 0ae13f4..44f7cf3 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -2,16 +2,12 @@ // 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 #include "crypter.h" -#ifdef WIN32 -#include -#endif bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) { @@ -55,6 +51,7 @@ bool CCrypter::Encrypt(const CKeyingMaterial& vchPlaintext, std::vector (nCLen);