Contents

coincurve 21.0.0

0

Safest and fastest Python library for secp256k1 elliptic curve operations

Safest and fastest Python library for secp256k1 elliptic curve operations

Stars: 178, Watchers: 178, Forks: 59, Open Issues: 19

The ofek/coincurve repo was created 8 years ago and the last code push was 2 months ago.
The project is popular with 178 github stars!

How to Install coincurve

You can install coincurve using pip

pip install coincurve

or add it to a project with poetry

poetry add coincurve

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/coincurve/
GitHub Repo:
https://github.com/ofek/coincurve

Classifiers

  • Security/Cryptography
  • Software Development/Libraries
No  coincurve  pypi packages just yet.

Errors

A list of common coincurve errors.

Code Examples

Here are some coincurve code examples and snippets.

GitHub Issues

The coincurve package has 19 open issues on GitHub

  • Apply Repo-Review rules related to pytest
  • Bump actions/checkout from 5 to 6
  • Bump pypa/cibuildwheel from 2.23 to 3.3
  • python 3.14
  • Bump actions/download-artifact from 5 to 6
  • Bump astral-sh/setup-uv from 5 to 7
  • Bump actions/upload-artifact from 4 to 5
  • Bump ruff

See more issues on GitHub

Related Packages & Articles

ecdsa 0.19.1

ECDSA cryptographic signature library (pure python)

oscrypto 1.3.0

TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.