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

Class CachingSurjectionProofChecker

src/script/sigcache.h:57–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57class CachingSurjectionProofChecker
58{
59private:
60 bool store;
61public:
62 CachingSurjectionProofChecker(bool storeIn){
63 store = storeIn;
64 };
65
66 bool VerifySurjectionProof(secp256k1_surjectionproof& proof, std::vector<secp256k1_generator>& vTags, secp256k1_generator& gen, const secp256k1_context* ctx, const uint256& wtxid) const;
67
68};
69
70void InitRangeproofCache();
71void InitSurjectionproofCache();

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected