Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
size_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
CSipHasher
Class · 0.85
Finalize
Method · 0.45
Write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected