Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ ECDSA_SIG_st
Class
ECDSA_SIG_st
bitcoin/core/key.py:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
240
# From openssl/ecdsa.h
241
class
ECDSA_SIG_st(ctypes.Structure):
242
_fields_ = [(
"r"
, ctypes.c_void_p),
243
(
"s"
, ctypes.c_void_p)]
244
245
class
CECKey:
246
""
"Wrapper around OpenSSL's EC_KEY"
""
Callers
1
signature_to_low_s
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected