MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator()

Method operator()

src/util/bytevectorhash.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15size_t ByteVectorHash::operator()(const std::vector<unsigned char>& input) const
16{
17 return CSipHasher(m_k0, m_k1).Write(input.data(), input.size()).Finalize();
18}

Callers

nothing calls this directly

Calls 5

CSipHasherClass · 0.85
FinalizeMethod · 0.45
WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected