aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-02-04 13:51:40 +0100
committerWladimir J. van der Laan <[email protected]>2015-02-04 13:56:57 +0100
commit93b7544501d6154f1d6530b670319d72754636ae (patch)
treeee6c0993e9f36758c8f4d133c760251e8e035947 /src/crypter.h
parentMerge pull request #5509 (diff)
parentClean up wallet encryption code. (diff)
downloaddiscoin-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.h3
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.
*/