{"id":15633632,"url":"https://github.com/ofek/coincurve","last_synced_at":"2025-05-15T03:06:47.988Z","repository":{"id":44705029,"uuid":"86128341","full_name":"ofek/coincurve","owner":"ofek","description":"Safest and fastest Python library for secp256k1 elliptic curve operations","archived":false,"fork":false,"pushed_at":"2025-03-08T14:47:31.000Z","size":2146,"stargazers_count":164,"open_issues_count":6,"forks_count":52,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-10T04:05:14.627Z","etag":null,"topics":["bitcoin","cryptocurrency","ecdh","ecdsa","elliptic-curves","ethereum","python","schnorr","secp256k1"],"latest_commit_sha":null,"homepage":"http://ofek.dev/coincurve/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ofek"],"custom":["https://ofek.dev/donate/","https://paypal.me/ofeklev"]}},"created_at":"2017-03-25T03:05:10.000Z","updated_at":"2025-04-10T08:30:41.000Z","dependencies_parsed_at":"2024-01-11T06:26:02.913Z","dependency_job_id":"520d0926-96cd-49ac-98a7-7d6ebed3238f","html_url":"https://github.com/ofek/coincurve","commit_stats":{"total_commits":491,"total_committers":15,"mean_commits":"32.733333333333334","dds":0.1731160896130346,"last_synced_commit":"1e47583fd3dbd9cec7d6d764a932bdc3496dec5d"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fcoincurve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fcoincurve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fcoincurve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fcoincurve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofek","download_url":"https://codeload.github.com/ofek/coincurve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264766,"owners_count":22041793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cryptocurrency","ecdh","ecdsa","elliptic-curves","ethereum","python","schnorr","secp256k1"],"created_at":"2024-10-03T10:49:45.221Z","updated_at":"2025-05-15T03:06:42.980Z","avatar_url":"https://github.com/ofek.png","language":"Python","funding_links":["https://github.com/sponsors/ofek","https://ofek.dev/donate/","https://paypal.me/ofeklev"],"categories":[],"sub_categories":[],"readme":"# coincurve\n\n| | |\n| --- | --- |\n| 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\u0026logoColor=red)](https://codecov.io/github/ofek/coincurve) |\n| Docs | [![CI - Docs](https://github.com/ofek/coincurve/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/docs.yml) |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/coincurve.svg?logo=pypi\u0026label=PyPI\u0026logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coincurve.svg?color=blue\u0026label=Downloads\u0026logo=pypi\u0026logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coincurve.svg?logo=python\u0026label=Python\u0026logoColor=gold)](https://pypi.org/project/coincurve/) |\n| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/dep-sync) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![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\u0026style=social)](https://github.com/sponsors/ofek) |\n\n-----\n\nThis library provides well-tested Python bindings for [libsecp256k1](https://github.com/bitcoin-core/secp256k1), the heavily optimized C library\nused by [Bitcoin Core](https://github.com/bitcoin/bitcoin) for operations on the elliptic curve [secp256k1](https://en.bitcoin.it/wiki/Secp256k1).\n\nFeel free to read the [documentation](https://ofek.dev/coincurve/)!\n\n## Users\n\n- [Ethereum](https://ethereum.org)\n- [LBRY](https://lbry.com)\n- [libp2p](https://libp2p.io)\n\nand [many more](https://ofek.dev/coincurve/users/)!\n\n## License\n\n`coincurve` is distributed under the terms of any of the following licenses:\n\n- [MIT](https://spdx.org/licenses/MIT.html)\n- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofek%2Fcoincurve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofek%2Fcoincurve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofek%2Fcoincurve/lists"}