MCPcopy 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
206def is_libsec256k1_available():
207 return _libsecp256k1_path is not None
208
209
210def use_libsecp256k1_for_signing(do_use):

Callers 2

testMethod · 0.90

Calls

no outgoing calls

Tested by 1

testMethod · 0.72