Metadata-Version: 2.4
Name: coincurve
Version: 21.0.0
Summary: Safest and fastest Python library for secp256k1 elliptic curve operations
Project-URL: Homepage, https://ofek.dev/coincurve/
Project-URL: Sponsor, https://github.com/sponsors/ofek
Project-URL: History, https://ofek.dev/coincurve/history/
Project-URL: Tracker, https://github.com/ofek/coincurve/issues
Project-URL: Source, https://github.com/ofek/coincurve
Author-email: Ofek Lev <oss@ofek.dev>
License-Expression: MIT OR Apache-2.0
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
License-File: NOTICE
License-File: LICENSE-cffi
Keywords: bitcoin,crypto,cryptocurrency,ecdh,ecdsa,elliptic curves,ethereum,libsecp256k1,schnorr,secp256k1
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
# coincurve
| | |
| --- | --- |
| CI/CD | [](https://github.com/ofek/coincurve/actions/workflows/build.yml) [](https://codecov.io/github/ofek/coincurve) |
| Docs | [](https://github.com/ofek/coincurve/actions/workflows/docs.yml) |
| Package | [](https://pypi.org/project/coincurve/) [](https://pypi.org/project/coincurve/) [](https://pypi.org/project/coincurve/) |
| Meta | [](https://github.com/ofek/dep-sync) [](https://github.com/astral-sh/ruff) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |
-----
This library provides well-tested Python bindings for [libsecp256k1](https://github.com/bitcoin-core/secp256k1), the heavily optimized C library
used by [Bitcoin Core](https://github.com/bitcoin/bitcoin) for operations on the elliptic curve [secp256k1](https://en.bitcoin.it/wiki/Secp256k1).
Feel free to read the [documentation](https://ofek.dev/coincurve/)!
## Users
- [Ethereum](https://ethereum.org)
- [LBRY](https://lbry.com)
- [libp2p](https://libp2p.io)
and [many more](https://ofek.dev/coincurve/users/)!
## License
`coincurve` is distributed under the terms of any of the following licenses:
- [MIT](https://spdx.org/licenses/MIT.html)
- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)