diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-02-04 13:51:40 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-02-04 13:56:57 +0100 |
| commit | 93b7544501d6154f1d6530b670319d72754636ae (patch) | |
| tree | ee6c0993e9f36758c8f4d133c760251e8e035947 /src/crypter.h | |
| parent | Merge pull request #5509 (diff) | |
| parent | Clean up wallet encryption code. (diff) | |
| download | discoin-93b7544501d6154f1d6530b670319d72754636ae.tar.xz discoin-93b7544501d6154f1d6530b670319d72754636ae.zip | |
Merge pull request #5319
35f7227 Clean up wallet encryption code. (Daniel Kraft)
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 7b4c2f261..cbaf1562f 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. */ |