diff options
Diffstat (limited to 'src/crypter.h')
-rw-r--r-- | src/crypter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypter.h b/src/crypter.h index f7018cfdbe..656658b0fe 100644 --- a/src/crypter.h +++ b/src/crypter.h @@ -107,9 +107,6 @@ public: } }; -bool EncryptSecret(const CKeyingMaterial& vMasterKey, const CKeyingMaterial &vchPlaintext, const uint256& nIV, std::vector<unsigned char> &vchCiphertext); -bool DecryptSecret(const CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCiphertext, const uint256& nIV, CKeyingMaterial& vchPlaintext); - /** Keystore which keeps the private keys encrypted. * It derives from the basic key store, which is used if no encryption is active. */ |