![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <wallet/crypter.h>#include <common/system.h>#include <crypto/aes.h>#include <crypto/sha512.h>#include <vector>Go to the source code of this file.
Namespaces | |
| wallet | |
Functions | |
| bool | wallet::EncryptSecret (const CKeyingMaterial &vMasterKey, const CKeyingMaterial &vchPlaintext, const uint256 &nIV, std::vector< unsigned char > &vchCiphertext) |
| bool | wallet::DecryptSecret (const CKeyingMaterial &vMasterKey, const std::vector< unsigned char > &vchCiphertext, const uint256 &nIV, CKeyingMaterial &vchPlaintext) |
| bool | wallet::DecryptKey (const CKeyingMaterial &vMasterKey, const std::vector< unsigned char > &vchCryptedSecret, const CPubKey &vchPubKey, CKey &key) |
1.8.14