# coincurve | | | | --- | --- | | CI/CD | [![CI - Test](https://github.com/ofek/coincurve/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/build.yml) [![CI - Coverage](https://img.shields.io/codecov/c/github/ofek/coincurve/master.svg?logo=codecov&logoColor=red)](https://codecov.io/github/ofek/coincurve) | | Docs | [![CI - Docs](https://github.com/ofek/coincurve/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/docs.yml) | | Package | [![PyPI - Version](https://img.shields.io/pypi/v/coincurve.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coincurve.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coincurve.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/coincurve/) | | Meta | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black) [![imports - isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://github.com/pycqa/isort) [![License - MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) | ----- This library provides well-tested Python bindings for [libsecp256k1][], the heavily optimized C library used by [Bitcoin Core][] for operations on the elliptic curve [secp256k1][]. ## Features - Fastest available implementation (more than 10x faster than OpenSSL) - Clean, easy to use API - Frequent updates from the development version of [libsecp256k1][] - Linux, macOS, and Windows all have binary packages for multiple architectures - Linux & macOS use GMP for faster computation - Deterministic signatures as specified by [RFC 6979][] - Non-malleable signatures (lower-S form) by default - Secure, non-malleable [ECDH][] implementation ## Users - [Ethereum](https://ethereum.org) - [LBRY](https://lbry.com) - [ZeroNet](https://zeronet.io) - [libp2p](https://libp2p.io) and [many more](users.md)! ## 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) ## Navigation Desktop readers can use keyboard shortcuts to navigate. | Keys | Action | | --- | --- | | | Navigate to the "previous" page | | | Navigate to the "next" page | | | Display the search modal |