MCPcopy Create free account
hub / github.com/ElementsProject/elements / CCrypter

Method CCrypter

src/wallet/crypter.h:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 CCrypter()
94 {
95 fKeySet = false;
96 vchKey.resize(WALLET_CRYPTO_KEY_SIZE);
97 vchIV.resize(WALLET_CRYPTO_IV_SIZE);
98 }
99
100 ~CCrypter()
101 {

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected