Cross-platform Python CFFI bindings for libsecp256k1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

954 B

Developer Interface


All objects are available directly under the root namespace coincurve.

::: coincurve.verify_signature rendering: show_root_full_path: false selection: docstring_style: restructured-text

::: coincurve.PrivateKey rendering: show_root_full_path: false selection: docstring_style: restructured-text members: - init - sign - sign_recoverable - ecdh - add - multiply - to_hex - to_pem - to_der - to_int - from_hex - from_pem - from_der - from_int

::: coincurve.PublicKey rendering: show_root_full_path: false selection: docstring_style: restructured-text members: - init - verify - format - point - combine - add - multiply - combine_keys - from_signature_and_message - from_secret - from_point