Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ XOnlyPubKey
Method
XOnlyPubKey
src/pubkey.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
XOnlyPubKey::XOnlyPubKey(Span<const unsigned char> bytes)
178
{
179
assert(bytes.size() == 32);
180
std::copy(bytes.begin(), bytes.end(), m_keydata.begin());
181
}
182
183
std::vector<CKeyID> XOnlyPubKey::GetKeyIDs() const
184
{
Callers
nothing calls this directly
Calls
3
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected