MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / CSignatureCache

Method CSignatureCache

src/script/sigcache.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32public:
33 CSignatureCache()
34 {
35 GetRandBytes(nonce.begin(), 32);
36 }
37
38 void
39 ComputeEntry(uint256& entry, const uint256 &hash, const std::vector<unsigned char>& vchSig, const CPubKey& pubkey)

Callers

nothing calls this directly

Calls 2

GetRandBytesFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected