Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ is_libsec256k1_available
Function
is_libsec256k1_available
bitcoin/core/key.py:206–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
205
206
def
is_libsec256k1_available():
207
return
_libsecp256k1_path is not None
208
209
210
def
use_libsecp256k1_for_signing(do_use):
Callers
2
test
Method · 0.90
use_libsecp256k1_for_signing
Function · 0.85
Calls
no outgoing calls
Tested by
1
test
Method · 0.72