Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ verify
Method
verify
bitcoin/core/key.py:617–618 ·
view source on GitHub ↗
(self, hash, sig)
Source
from the content-addressed store, hash-verified
615
return
len(self) == 33
616
617
def
verify(self, hash, sig):
# pylint: disable=redefined-builtin
618
return
self._cec_key.verify(hash, sig)
619
620
def
__str__(self):
621
return
repr(self)
Callers
nothing calls this directly
Calls
1
verify
Method · 0.45
Tested by
no test coverage detected