Add support for encrypting spending keys

This commit is contained in:
Jack Grigg
2016-08-10 17:47:13 +12:00
parent 80259d4b4f
commit 16d140f4a2
6 changed files with 203 additions and 2 deletions

View File

@@ -172,5 +172,6 @@ public:
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial;
typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap;
typedef std::map<libzcash::PaymentAddress, std::vector<unsigned char> > CryptedSpendingKeyMap;
#endif // BITCOIN_KEYSTORE_H