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

Class CachingRangeProofChecker

src/script/sigcache.h:44–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// ELEMENTS:
43
44class CachingRangeProofChecker
45{
46private:
47 bool store;
48public:
49 CachingRangeProofChecker(bool storeIn){
50 store = storeIn;
51 };
52
53 bool VerifyRangeProof(const std::vector<unsigned char>& vchRangeProof, const std::vector<unsigned char>& vchValueCommitment, const std::vector<unsigned char>& vchAssetCommitment, const CScript& scriptPubKey, const secp256k1_context* ctx) const;
54
55};
56
57class CachingSurjectionProofChecker
58{

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected