MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SatRIPEMD160

Method SatRIPEMD160

src/script/sign.cpp:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return MsLookupHelper(m_sig_data.sha256_preimages, hash, preimage);
465 }
466 miniscript::Availability SatRIPEMD160(const std::vector<unsigned char>& hash, std::vector<unsigned char>& preimage) const {
467 return MsLookupHelper(m_sig_data.ripemd160_preimages, hash, preimage);
468 }
469 miniscript::Availability SatHASH256(const std::vector<unsigned char>& hash, std::vector<unsigned char>& preimage) const {
470 return MsLookupHelper(m_sig_data.hash256_preimages, hash, preimage);
471 }

Callers 1

ProduceInputMethod · 0.45

Calls 1

MsLookupHelperFunction · 0.85

Tested by

no test coverage detected