# 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](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)
Raw data
{
"_id": null,
"home_page": null,
"name": "coincurve",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "bitcoin, crypto, cryptocurrency, elliptic curves, ethereum, secp256k1",
"author": null,
"author_email": "Ofek Lev <oss@ofek.dev>",
"download_url": "https://files.pythonhosted.org/packages/d9/4c/9e5e51e6c12cec6444c86697992f9c6ccffa19f84d042ff939c8b89206ff/coincurve-20.0.0.tar.gz",
"platform": null,
"description": "# 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&logoColor=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&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/) |\n| 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) |\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",
"bugtrack_url": null,
"license": null,
"summary": "Cross-platform Python CFFI bindings for libsecp256k1",
"version": "20.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/ofek/coincurve/issues",
"Documentation": "https://ofek.dev/coincurve/",
"Homepage": "https://github.com/ofek/coincurve",
"Repository": "https://github.com/ofek/coincurve"
},
"split_keywords": [
"bitcoin",
" crypto",
" cryptocurrency",
" elliptic curves",
" ethereum",
" secp256k1"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "140cf6a8b06f461089aeab441824134ea5d5824dba3acaac0a9dbf8444cbe1d6",
"md5": "cff05c668d09f754d9f9048f16c7cd6c",
"sha256": "d559b22828638390118cae9372a1bb6f6594f5584c311deb1de6a83163a0919b"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "cff05c668d09f754d9f9048f16c7cd6c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1255634,
"upload_time": "2024-06-02T18:14:26",
"upload_time_iso_8601": "2024-06-02T18:14:26.381411Z",
"url": "https://files.pythonhosted.org/packages/14/0c/f6a8b06f461089aeab441824134ea5d5824dba3acaac0a9dbf8444cbe1d6/coincurve-20.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62c20dbabd2c6648f49f730fdcbba84c53b5ffaf452fca85c750633141fe049c",
"md5": "eed95bc4d7b6945a0e2500f8a2c82bc0",
"sha256": "33d7f6ebd90fcc550f819f7f2cce2af525c342aac07f0ccda46ad8956ad9d99b"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "eed95bc4d7b6945a0e2500f8a2c82bc0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1255532,
"upload_time": "2024-06-02T18:14:28",
"upload_time_iso_8601": "2024-06-02T18:14:28.792467Z",
"url": "https://files.pythonhosted.org/packages/62/c2/0dbabd2c6648f49f730fdcbba84c53b5ffaf452fca85c750633141fe049c/coincurve-20.0.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f577c4fa50f8cb5d050a9bcab806503acdd1705b0dfb5c554eed15cc18bc12e8",
"md5": "e57e2de8d81cc04b2c2533d6640fabea",
"sha256": "22d70dd55d13fd427418eb41c20fde0a20a5e5f016e2b1bb94710701e759e7e0"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e57e2de8d81cc04b2c2533d6640fabea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1191928,
"upload_time": "2024-06-02T18:14:30",
"upload_time_iso_8601": "2024-06-02T18:14:30.874684Z",
"url": "https://files.pythonhosted.org/packages/f5/77/c4fa50f8cb5d050a9bcab806503acdd1705b0dfb5c554eed15cc18bc12e8/coincurve-20.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3116254ea354a32a3a1d70722daf58f2ebf0f689f0940eaced5127233416553",
"md5": "98154f1e4ecfbbfea187992d6ccf6ceb",
"sha256": "46f18d481eaae72c169f334cde1fd22011a884e0c9c6adc3fdc1fd13df8236a3"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "98154f1e4ecfbbfea187992d6ccf6ceb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1194364,
"upload_time": "2024-06-02T18:14:32",
"upload_time_iso_8601": "2024-06-02T18:14:32.684045Z",
"url": "https://files.pythonhosted.org/packages/a3/11/6254ea354a32a3a1d70722daf58f2ebf0f689f0940eaced5127233416553/coincurve-20.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7a9d8717d41eb02688691adc30d7348f7c5fdc78e977f4cea83ee84622050b5",
"md5": "40a7c69cac84b8d97b92a117c4395a09",
"sha256": "9de1ec57f43c3526bc462be58fb97910dc1fdd5acab6c71eda9f9719a5bd7489"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "40a7c69cac84b8d97b92a117c4395a09",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1204658,
"upload_time": "2024-06-02T18:14:33",
"upload_time_iso_8601": "2024-06-02T18:14:33.919176Z",
"url": "https://files.pythonhosted.org/packages/a7/a9/d8717d41eb02688691adc30d7348f7c5fdc78e977f4cea83ee84622050b5/coincurve-20.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "551340923832d99c18fb01a00f83e5f6f702156e71cc0eb5d6281535eee662af",
"md5": "2ab87e3acc691ba3feb1c722a0593722",
"sha256": "a6f007c44c726b5c0b3724093c0d4fb8e294f6b6869beb02d7473b21777473a3"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "2ab87e3acc691ba3feb1c722a0593722",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1215298,
"upload_time": "2024-06-02T18:14:35",
"upload_time_iso_8601": "2024-06-02T18:14:35.318065Z",
"url": "https://files.pythonhosted.org/packages/55/13/40923832d99c18fb01a00f83e5f6f702156e71cc0eb5d6281535eee662af/coincurve-20.0.0-cp310-cp310-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d87646462a7a7810c7a3dcadae8969e1b78d535bcff072c26b17588e93a39b8",
"md5": "6d275c068c3e0e69bc8e0754d11df23a",
"sha256": "0ff1f3b81330db5092c24da2102e4fcba5094f14945b3eb40746456ceabdd6d9"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "6d275c068c3e0e69bc8e0754d11df23a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1204504,
"upload_time": "2024-06-02T18:14:36",
"upload_time_iso_8601": "2024-06-02T18:14:36.567559Z",
"url": "https://files.pythonhosted.org/packages/4d/87/646462a7a7810c7a3dcadae8969e1b78d535bcff072c26b17588e93a39b8/coincurve-20.0.0-cp310-cp310-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0158fbb9a312d559aee701491435b691e409fb0efa12eabf269ff651d537fed4",
"md5": "99ca4bc4f702234b2ae5bb9284223da5",
"sha256": "82f7de97694d9343f26bd1c8e081b168e5f525894c12445548ce458af227f536"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "99ca4bc4f702234b2ae5bb9284223da5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1209298,
"upload_time": "2024-06-02T18:14:38",
"upload_time_iso_8601": "2024-06-02T18:14:38.384043Z",
"url": "https://files.pythonhosted.org/packages/01/58/fbb9a312d559aee701491435b691e409fb0efa12eabf269ff651d537fed4/coincurve-20.0.0-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eed01d5679c000b31f3b32512632d98571f2bb752cd25c127d6f5bf3711b6eae",
"md5": "057b05b8d187d64bb406e4635fc8ff5a",
"sha256": "e905b4b084b4f3b61e5a5d58ac2632fd1d07b7b13b4c6d778335a6ca1dafd7a3"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "057b05b8d187d64bb406e4635fc8ff5a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1198934,
"upload_time": "2024-06-02T18:14:39",
"upload_time_iso_8601": "2024-06-02T18:14:39.788218Z",
"url": "https://files.pythonhosted.org/packages/ee/d0/1d5679c000b31f3b32512632d98571f2bb752cd25c127d6f5bf3711b6eae/coincurve-20.0.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3f68c1499f730fac49ec13740fb1c015ce8082fa6b917790056988559f22212",
"md5": "c139e6b1f5b66c86d20a8a496ccbd28e",
"sha256": "3657bb5ed0baf1cf8cf356e7d44aa90a7902cc3dd4a435c6d4d0bed0553ad4f7"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "c139e6b1f5b66c86d20a8a496ccbd28e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1193319,
"upload_time": "2024-06-02T18:14:41",
"upload_time_iso_8601": "2024-06-02T18:14:41.165016Z",
"url": "https://files.pythonhosted.org/packages/a3/f6/8c1499f730fac49ec13740fb1c015ce8082fa6b917790056988559f22212/coincurve-20.0.0-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24a7d60a41b3f0a546854c9b7ca65ab99a5fdf1c9e158ae264a580de8f23fd1c",
"md5": "64e3390bc21b458f49385a1b6203ae32",
"sha256": "44087d1126d43925bf9a2391ce5601bf30ce0dba4466c239172dc43226696018"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "64e3390bc21b458f49385a1b6203ae32",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1255635,
"upload_time": "2024-06-02T18:14:42",
"upload_time_iso_8601": "2024-06-02T18:14:42.483483Z",
"url": "https://files.pythonhosted.org/packages/24/a7/d60a41b3f0a546854c9b7ca65ab99a5fdf1c9e158ae264a580de8f23fd1c/coincurve-20.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b74a727fab66c0fbecfd7beeb38467910bd3652a77df649565e30160a9d2bae2",
"md5": "9e657696d2444027c9760238ddba7577",
"sha256": "5ccf0ba38b0f307a9b3ce28933f6c71dc12ef3a0985712ca09f48591afd597c8"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9e657696d2444027c9760238ddba7577",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1255536,
"upload_time": "2024-06-02T18:14:44",
"upload_time_iso_8601": "2024-06-02T18:14:44.077356Z",
"url": "https://files.pythonhosted.org/packages/b7/4a/727fab66c0fbecfd7beeb38467910bd3652a77df649565e30160a9d2bae2/coincurve-20.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f8b25d4ae5bb60665023e6d71681fada88ee95b5010dae6fc0b44d8b23b8df1",
"md5": "deb565bbd07071b9a251c7f8aeaac14b",
"sha256": "566bc5986debdf8572b6be824fd4de03d533c49f3de778e29f69017ae3fe82d8"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "deb565bbd07071b9a251c7f8aeaac14b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1191928,
"upload_time": "2024-06-02T18:14:45",
"upload_time_iso_8601": "2024-06-02T18:14:45.739551Z",
"url": "https://files.pythonhosted.org/packages/0f/8b/25d4ae5bb60665023e6d71681fada88ee95b5010dae6fc0b44d8b23b8df1/coincurve-20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d868c32c512fa27bfe7cfe70329fd43ebac23c0c8cec202cf6e4f52854e7ce3",
"md5": "5e8582b5b5c2046d2a732fa736c80a1c",
"sha256": "f4d70283168e146f025005c15406086513d5d35e89a60cf4326025930d45013a"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5e8582b5b5c2046d2a732fa736c80a1c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1194365,
"upload_time": "2024-06-02T18:14:47",
"upload_time_iso_8601": "2024-06-02T18:14:47.008173Z",
"url": "https://files.pythonhosted.org/packages/0d/86/8c32c512fa27bfe7cfe70329fd43ebac23c0c8cec202cf6e4f52854e7ce3/coincurve-20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe74fefbe512f54df7d02a7ea4821b87cf199a91b3565cdf0c94448b3f6b1af1",
"md5": "8d78a2dd0d62cf0d0e534c9f23f76aa6",
"sha256": "763c6122dd7d5e7a81c86414ce360dbe9a2d4afa1ca6c853ee03d63820b3d0c5"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "8d78a2dd0d62cf0d0e534c9f23f76aa6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1204658,
"upload_time": "2024-06-02T18:14:48",
"upload_time_iso_8601": "2024-06-02T18:14:48.348678Z",
"url": "https://files.pythonhosted.org/packages/fe/74/fefbe512f54df7d02a7ea4821b87cf199a91b3565cdf0c94448b3f6b1af1/coincurve-20.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "096805b29f881f628ce8e8468f5f7420f6c4d7c129f43964e81d15bf388ae67a",
"md5": "74d0e3f2a69ae39e4c74ab772ab47f22",
"sha256": "f00c361c356bcea386d47a191bb8ac60429f4b51c188966a201bfecaf306ff7f"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "74d0e3f2a69ae39e4c74ab772ab47f22",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1215301,
"upload_time": "2024-06-02T18:14:49",
"upload_time_iso_8601": "2024-06-02T18:14:49.840235Z",
"url": "https://files.pythonhosted.org/packages/09/68/05b29f881f628ce8e8468f5f7420f6c4d7c129f43964e81d15bf388ae67a/coincurve-20.0.0-cp311-cp311-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ee5dd91549cf5a163797b0724dc2dcd551b908b6beddb6598b37743df7f6f3ec",
"md5": "5eb048317a3be0d1decb984e9344e802",
"sha256": "4af57bdadd2e64d117dd0b33cfefe76e90c7a6c496a7b034fc65fd01ec249b15"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "5eb048317a3be0d1decb984e9344e802",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1204505,
"upload_time": "2024-06-02T18:14:51",
"upload_time_iso_8601": "2024-06-02T18:14:51.816347Z",
"url": "https://files.pythonhosted.org/packages/ee/5d/d91549cf5a163797b0724dc2dcd551b908b6beddb6598b37743df7f6f3ec/coincurve-20.0.0-cp311-cp311-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "370f898022e08760fb57d281f3695576e859b0f8a8ac629670223d9066c3f60d",
"md5": "399306ae00e870c30ae9f6f9cc34461a",
"sha256": "a26437b7cbde13fb6e09261610b788ca2a0ca2195c62030afd1e1e0d1a62e035"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "399306ae00e870c30ae9f6f9cc34461a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1209305,
"upload_time": "2024-06-02T18:14:53",
"upload_time_iso_8601": "2024-06-02T18:14:53.390464Z",
"url": "https://files.pythonhosted.org/packages/37/0f/898022e08760fb57d281f3695576e859b0f8a8ac629670223d9066c3f60d/coincurve-20.0.0-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57b9643567d3f680ddf8d1bf10a56112ae7755296500d8eaaef498be637a8533",
"md5": "805dd9bf601afb4a2ba62e318e1f6a6c",
"sha256": "ed51f8bba35e6c7676ad65539c3dbc35acf014fc402101fa24f6b0a15a74ab9e"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "805dd9bf601afb4a2ba62e318e1f6a6c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1198932,
"upload_time": "2024-06-02T18:14:54",
"upload_time_iso_8601": "2024-06-02T18:14:54.751395Z",
"url": "https://files.pythonhosted.org/packages/57/b9/643567d3f680ddf8d1bf10a56112ae7755296500d8eaaef498be637a8533/coincurve-20.0.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b33a898f5c12469b292042608dd0702bcb0420ec32bac6b1ca2a0dd790f922bd",
"md5": "2e1a56c4bdccaee75ab0adf498c9d883",
"sha256": "594b840fc25d74118407edbbbc754b815f1bba9759dbf4f67f1c2b78396df2d3"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "2e1a56c4bdccaee75ab0adf498c9d883",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1193318,
"upload_time": "2024-06-02T18:14:55",
"upload_time_iso_8601": "2024-06-02T18:14:55.981996Z",
"url": "https://files.pythonhosted.org/packages/b3/3a/898f5c12469b292042608dd0702bcb0420ec32bac6b1ca2a0dd790f922bd/coincurve-20.0.0-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8f24e1bf259dd57186fbdc7cec51909db320884162cfad5ec72cbaa63573ff9d",
"md5": "96de49ac6f34af73f52439e98dcfda41",
"sha256": "4df4416a6c0370d777aa725a25b14b04e45aa228da1251c258ff91444643f688"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "96de49ac6f34af73f52439e98dcfda41",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1255671,
"upload_time": "2024-06-02T18:14:57",
"upload_time_iso_8601": "2024-06-02T18:14:57.863619Z",
"url": "https://files.pythonhosted.org/packages/8f/24/e1bf259dd57186fbdc7cec51909db320884162cfad5ec72cbaa63573ff9d/coincurve-20.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ac51817f87d1cd5ff50d8537fe60fb96f66b76dd02da885d970952e6189a801",
"md5": "651ae4ff1d8173ac6c2487cec8f473bb",
"sha256": "1ccc3e4db55abf3fc0e604a187fdb05f0702bc5952e503d9a75f4ae6eeb4cb3a"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "651ae4ff1d8173ac6c2487cec8f473bb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1255565,
"upload_time": "2024-06-02T18:14:59",
"upload_time_iso_8601": "2024-06-02T18:14:59.128364Z",
"url": "https://files.pythonhosted.org/packages/0a/c5/1817f87d1cd5ff50d8537fe60fb96f66b76dd02da885d970952e6189a801/coincurve-20.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "909f35e15f993717ed1dcc4c26d9771f073a1054af26808a0f421783bb4cd7e0",
"md5": "6ee63f5e917351e18748d259719bcb4a",
"sha256": "ac8335b1658a2ef5b3eb66d52647742fe8c6f413ad5b9d5310d7ea6d8060d40f"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6ee63f5e917351e18748d259719bcb4a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1191953,
"upload_time": "2024-06-02T18:15:01",
"upload_time_iso_8601": "2024-06-02T18:15:01.047085Z",
"url": "https://files.pythonhosted.org/packages/90/9f/35e15f993717ed1dcc4c26d9771f073a1054af26808a0f421783bb4cd7e0/coincurve-20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a3d6a9bc32e69b738b5e05f5027bace1da6722352a4a447e495d3c03a601d99",
"md5": "a596b164ba5cb346042f992f4c3ebc25",
"sha256": "c7ac025e485a0229fd5394e0bf6b4a75f8a4f6cee0dcf6f0b01a2ef05c5210ff"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a596b164ba5cb346042f992f4c3ebc25",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1194425,
"upload_time": "2024-06-02T18:15:02",
"upload_time_iso_8601": "2024-06-02T18:15:02.919199Z",
"url": "https://files.pythonhosted.org/packages/4a/3d/6a9bc32e69b738b5e05f5027bace1da6722352a4a447e495d3c03a601d99/coincurve-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1aa615424973dc47fc7c87e3c0f8859f6f1b1032582ee9f1b85fdd5d1e33d630",
"md5": "46c7670331a622099e4bf76050156631",
"sha256": "e46e3f1c21b3330857bcb1a3a5b942f645c8bce912a8a2b252216f34acfe4195"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "46c7670331a622099e4bf76050156631",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1204678,
"upload_time": "2024-06-02T18:15:04",
"upload_time_iso_8601": "2024-06-02T18:15:04.308582Z",
"url": "https://files.pythonhosted.org/packages/1a/a6/15424973dc47fc7c87e3c0f8859f6f1b1032582ee9f1b85fdd5d1e33d630/coincurve-20.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ae771ddb4d66c11c4ad13e729362f8852e048ae452eba3dfcf57751842bb292",
"md5": "f4416d74ac39ab91894e500bb46a050a",
"sha256": "df9ff9b17a1d27271bf476cf3fa92df4c151663b11a55d8cea838b8f88d83624"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "f4416d74ac39ab91894e500bb46a050a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1215395,
"upload_time": "2024-06-02T18:15:05",
"upload_time_iso_8601": "2024-06-02T18:15:05.701797Z",
"url": "https://files.pythonhosted.org/packages/6a/e7/71ddb4d66c11c4ad13e729362f8852e048ae452eba3dfcf57751842bb292/coincurve-20.0.0-cp312-cp312-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b97d03e0a19cfff1d86f5d019afc69cfbff02caada701ed5a4a50abc63d4261c",
"md5": "9868552946bd8d4597bf05d8a8caff7a",
"sha256": "4155759f071375699282e03b3d95fb473ee05c022641c077533e0d906311e57a"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "9868552946bd8d4597bf05d8a8caff7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1204552,
"upload_time": "2024-06-02T18:15:07",
"upload_time_iso_8601": "2024-06-02T18:15:07.107465Z",
"url": "https://files.pythonhosted.org/packages/b9/7d/03e0a19cfff1d86f5d019afc69cfbff02caada701ed5a4a50abc63d4261c/coincurve-20.0.0-cp312-cp312-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07cde9bd4ca7d931653a35c74194da04191a9aecc54b8f48a554cd538dc810e4",
"md5": "0d8c0ca8b040d246cb6a31845044b406",
"sha256": "0530b9dd02fc6f6c2916716974b79bdab874227f560c422801ade290e3fc5013"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "0d8c0ca8b040d246cb6a31845044b406",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1209392,
"upload_time": "2024-06-02T18:15:08",
"upload_time_iso_8601": "2024-06-02T18:15:08.663042Z",
"url": "https://files.pythonhosted.org/packages/07/cd/e9bd4ca7d931653a35c74194da04191a9aecc54b8f48a554cd538dc810e4/coincurve-20.0.0-cp312-cp312-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9954260053f14f74b99b645084231e1c76994134ded49407a3bba23a8ffc0ff6",
"md5": "132f92d632f5b131b2c520a0b445a304",
"sha256": "eacf9c0ce8739c84549a89c083b1f3526c8780b84517ee75d6b43d276e55f8a0"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "132f92d632f5b131b2c520a0b445a304",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1198932,
"upload_time": "2024-06-02T18:15:10",
"upload_time_iso_8601": "2024-06-02T18:15:10.786794Z",
"url": "https://files.pythonhosted.org/packages/99/54/260053f14f74b99b645084231e1c76994134ded49407a3bba23a8ffc0ff6/coincurve-20.0.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b4b5c465e09345dd38b9415f5d47ae7683b3f461db02fcc03e699b6b5687ab2b",
"md5": "029b11c10fc764213cf3f1db4590cf2c",
"sha256": "52a67bfddbd6224dfa42085c88ad176559801b57d6a8bd30d92ee040de88b7b3"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "029b11c10fc764213cf3f1db4590cf2c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1193324,
"upload_time": "2024-06-02T18:15:12",
"upload_time_iso_8601": "2024-06-02T18:15:12.511392Z",
"url": "https://files.pythonhosted.org/packages/b4/b5/c465e09345dd38b9415f5d47ae7683b3f461db02fcc03e699b6b5687ab2b/coincurve-20.0.0-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3aabf520626abdd959194fbde7960a08a595d0b4d8f1c1dc1366717da7b72033",
"md5": "b373628b383af4f803851782a6ade646",
"sha256": "61e951b1d695b62376f60519a84c4facaf756eeb9c5aff975bea0942833f185d"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "b373628b383af4f803851782a6ade646",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1255631,
"upload_time": "2024-06-02T18:15:13",
"upload_time_iso_8601": "2024-06-02T18:15:13.897031Z",
"url": "https://files.pythonhosted.org/packages/3a/ab/f520626abdd959194fbde7960a08a595d0b4d8f1c1dc1366717da7b72033/coincurve-20.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "697e1fbda68c2ad4aa34f0176b17c39604579c299ae87263d85616f72157f5dc",
"md5": "eb823eb642f00877e39761e945026ae7",
"sha256": "4e9e548db77f4ea34c0d748dddefc698adb0ee3fab23ed19f80fb2118dac70f6"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "eb823eb642f00877e39761e945026ae7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1255530,
"upload_time": "2024-06-02T18:15:15",
"upload_time_iso_8601": "2024-06-02T18:15:15.426118Z",
"url": "https://files.pythonhosted.org/packages/69/7e/1fbda68c2ad4aa34f0176b17c39604579c299ae87263d85616f72157f5dc/coincurve-20.0.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50acc0743ab925f24d17fa7831c9ab9077edc97028b0f6882f49e4bf561731ee",
"md5": "13df7b67d9d52da0acc60989ab8a3a0e",
"sha256": "8cdbf0da0e0809366fdfff236b7eb6e663669c7b1f46361a4c4d05f5b7e94c57"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "13df7b67d9d52da0acc60989ab8a3a0e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1191923,
"upload_time": "2024-06-02T18:15:16",
"upload_time_iso_8601": "2024-06-02T18:15:16.740413Z",
"url": "https://files.pythonhosted.org/packages/50/ac/c0743ab925f24d17fa7831c9ab9077edc97028b0f6882f49e4bf561731ee/coincurve-20.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a8866afa2ad4a9db3f3a1c130044ccf8bd333e2e061f399675d7fa5767ae673",
"md5": "898791dd17e07e0ceabff51acfeccdfa",
"sha256": "d72222b4ecd3952e8ffcbf59bc7e0d1b181161ba170b60e5c8e1f359a43bbe7e"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "898791dd17e07e0ceabff51acfeccdfa",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1194362,
"upload_time": "2024-06-02T18:15:18",
"upload_time_iso_8601": "2024-06-02T18:15:18.069615Z",
"url": "https://files.pythonhosted.org/packages/4a/88/66afa2ad4a9db3f3a1c130044ccf8bd333e2e061f399675d7fa5767ae673/coincurve-20.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "513dce4f777e430d3ef850cce594fb95086ef1de81084096fa4ea7f8d3fdd6c0",
"md5": "72c978d4ec732d4dfa20f84806cc4a55",
"sha256": "9add43c4807f0c17a940ce4076334c28f51d09c145cd478400e89dcfb83fb59d"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "72c978d4ec732d4dfa20f84806cc4a55",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1204659,
"upload_time": "2024-06-02T18:15:19",
"upload_time_iso_8601": "2024-06-02T18:15:19.607840Z",
"url": "https://files.pythonhosted.org/packages/51/3d/ce4f777e430d3ef850cce594fb95086ef1de81084096fa4ea7f8d3fdd6c0/coincurve-20.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9720acf29bb0d34662c179da37486d812e5066efe34da6cf6103d181c0a16fd8",
"md5": "83845a8debc295946f3dd64ab3061e22",
"sha256": "bcc94cceea6ec8863815134083e6221a034b1ecef822d0277cf6ad2e70009b7f"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "83845a8debc295946f3dd64ab3061e22",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1215294,
"upload_time": "2024-06-02T18:15:21",
"upload_time_iso_8601": "2024-06-02T18:15:21.415325Z",
"url": "https://files.pythonhosted.org/packages/97/20/acf29bb0d34662c179da37486d812e5066efe34da6cf6103d181c0a16fd8/coincurve-20.0.0-cp38-cp38-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cebb31d49a998432b9ad994ef3c5e56c922f6b3620dec68362bacff903cf4e3a",
"md5": "cdcccd8d722930a6854f6b802669c2a4",
"sha256": "1ffbdfef6a6d147988eabaed681287a9a7e6ba45ecc0a8b94ba62ad0a7656d97"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "cdcccd8d722930a6854f6b802669c2a4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1204502,
"upload_time": "2024-06-02T18:15:23",
"upload_time_iso_8601": "2024-06-02T18:15:23.363481Z",
"url": "https://files.pythonhosted.org/packages/ce/bb/31d49a998432b9ad994ef3c5e56c922f6b3620dec68362bacff903cf4e3a/coincurve-20.0.0-cp38-cp38-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b545e449906d8d67871e6ce6df46ece8765f8bf6adf3720d9826e9495b06938",
"md5": "2a81158396722a08ab0345c3491166b3",
"sha256": "13335c19c7e5f36eaba2a53c68073d981980d7dc7abfee68d29f2da887ccd24e"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "2a81158396722a08ab0345c3491166b3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1209297,
"upload_time": "2024-06-02T18:15:31",
"upload_time_iso_8601": "2024-06-02T18:15:31.249433Z",
"url": "https://files.pythonhosted.org/packages/1b/54/5e449906d8d67871e6ce6df46ece8765f8bf6adf3720d9826e9495b06938/coincurve-20.0.0-cp38-cp38-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a1bed8ce4d3f0b3c62df384e6be0b073c3112d64e164caab7c355f075ee193f7",
"md5": "b505263334e200be9cf2bf807f4039d0",
"sha256": "7fbfb8d16cf2bea2cf48fc5246d4cb0a06607d73bb5c57c007c9aed7509f855e"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "b505263334e200be9cf2bf807f4039d0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1198939,
"upload_time": "2024-06-02T18:15:33",
"upload_time_iso_8601": "2024-06-02T18:15:33.271473Z",
"url": "https://files.pythonhosted.org/packages/a1/be/d8ce4d3f0b3c62df384e6be0b073c3112d64e164caab7c355f075ee193f7/coincurve-20.0.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96afbcb965cfa8248035303e22c73ff481cd65d41b5bc3115b95cc5ca49f67e6",
"md5": "d58562e041a892f9572bb3b8b5fad3e8",
"sha256": "4870047704cddaae7f0266a549c927407c2ba0ec92d689e3d2b511736812a905"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "d58562e041a892f9572bb3b8b5fad3e8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1255631,
"upload_time": "2024-06-02T18:15:35",
"upload_time_iso_8601": "2024-06-02T18:15:35.257634Z",
"url": "https://files.pythonhosted.org/packages/96/af/bcb965cfa8248035303e22c73ff481cd65d41b5bc3115b95cc5ca49f67e6/coincurve-20.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c44ce5011566ad0969d199fa2cf9f413700505d1ec7a9cb2a6e707b22e5dc50",
"md5": "7f92cd123187002943c8250a27ab966c",
"sha256": "81ce41263517b0a9f43cd570c87720b3c13324929584fa28d2e4095969b6015d"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7f92cd123187002943c8250a27ab966c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1255531,
"upload_time": "2024-06-02T18:15:36",
"upload_time_iso_8601": "2024-06-02T18:15:36.699684Z",
"url": "https://files.pythonhosted.org/packages/8c/44/ce5011566ad0969d199fa2cf9f413700505d1ec7a9cb2a6e707b22e5dc50/coincurve-20.0.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11bf9ebd8689991bbef2b3e67e87b394e54d77476de0eb2949199e08a1a11433",
"md5": "f8f2924b86b5083fbbbe2c4e1c15dfc9",
"sha256": "572083ccce6c7b514d482f25f394368f4ae888f478bd0b067519d33160ea2fcc"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f8f2924b86b5083fbbbe2c4e1c15dfc9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1191926,
"upload_time": "2024-06-02T18:15:38",
"upload_time_iso_8601": "2024-06-02T18:15:38.147465Z",
"url": "https://files.pythonhosted.org/packages/11/bf/9ebd8689991bbef2b3e67e87b394e54d77476de0eb2949199e08a1a11433/coincurve-20.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b95ac24218c701096eaa65ad3f1f87f674d2339c81f898c392cdfcb8a51065ca",
"md5": "11ea26bb92d2e55ffd2c202228a34ce4",
"sha256": "ee5bc78a31a2f1370baf28aaff3949bc48f940a12b0359d1cd2c4115742874e6"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "11ea26bb92d2e55ffd2c202228a34ce4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1194361,
"upload_time": "2024-06-02T18:15:39",
"upload_time_iso_8601": "2024-06-02T18:15:39.712903Z",
"url": "https://files.pythonhosted.org/packages/b9/5a/c24218c701096eaa65ad3f1f87f674d2339c81f898c392cdfcb8a51065ca/coincurve-20.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2afec0ae57975cb9f1c8b207058a94f86c9526f3e96df799f8833acdcfed250",
"md5": "d89fd9be952ac75927c1f479b86e20d1",
"sha256": "f2895d032e281c4e747947aae4bcfeef7c57eabfd9be22886c0ca4e1365c7c1f"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d89fd9be952ac75927c1f479b86e20d1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1204656,
"upload_time": "2024-06-02T18:15:41",
"upload_time_iso_8601": "2024-06-02T18:15:41.534468Z",
"url": "https://files.pythonhosted.org/packages/d2/af/ec0ae57975cb9f1c8b207058a94f86c9526f3e96df799f8833acdcfed250/coincurve-20.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cecdc40e9419e7a9ac35f754b120aa7bdeac929f544079ade5d31b5e1c496cf6",
"md5": "9295a837671bdbd5689c4a56a3bd870f",
"sha256": "d3e2f21957ada0e1742edbde117bb41758fa8691b69c8d186c23e9e522ea71cd"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "9295a837671bdbd5689c4a56a3bd870f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1215294,
"upload_time": "2024-06-02T18:15:42",
"upload_time_iso_8601": "2024-06-02T18:15:42.887599Z",
"url": "https://files.pythonhosted.org/packages/ce/cd/c40e9419e7a9ac35f754b120aa7bdeac929f544079ade5d31b5e1c496cf6/coincurve-20.0.0-cp39-cp39-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "55c21cedcf828b35ea89e2501cb64ccc441c3f17bce9c95b2537a2c136258d24",
"md5": "79b75fcfa01ae4ee3f825d435a9f635b",
"sha256": "c2baa26b1aad1947ca07b3aa9e6a98940c5141c6bdd0f9b44d89e36da7282ffa"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "79b75fcfa01ae4ee3f825d435a9f635b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1204502,
"upload_time": "2024-06-02T18:15:44",
"upload_time_iso_8601": "2024-06-02T18:15:44.759647Z",
"url": "https://files.pythonhosted.org/packages/55/c2/1cedcf828b35ea89e2501cb64ccc441c3f17bce9c95b2537a2c136258d24/coincurve-20.0.0-cp39-cp39-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49ef7a6b50d8a14bae6974482900b06281fee3f82228401ae01efbf8d87ef4e4",
"md5": "d8a69e21588f524a8d0cb7dd6ece3a60",
"sha256": "7eacc7944ddf9e2b7448ecbe84753841ab9874b8c332a4f5cc3b2f184db9f4a2"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "d8a69e21588f524a8d0cb7dd6ece3a60",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1209295,
"upload_time": "2024-06-02T18:15:46",
"upload_time_iso_8601": "2024-06-02T18:15:46.162956Z",
"url": "https://files.pythonhosted.org/packages/49/ef/7a6b50d8a14bae6974482900b06281fee3f82228401ae01efbf8d87ef4e4/coincurve-20.0.0-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26c5f010fe5377d775084e91a213f63417df4b77d833ae69bfbcf00aa7ae7020",
"md5": "9020675ac5cad9d9833d12e620d8a88e",
"sha256": "c293c095dc690178b822cadaaeb81de3cc0d28f8bdf8216ed23551dcce153a26"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "9020675ac5cad9d9833d12e620d8a88e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1198937,
"upload_time": "2024-06-02T18:15:48",
"upload_time_iso_8601": "2024-06-02T18:15:48.049800Z",
"url": "https://files.pythonhosted.org/packages/26/c5/f010fe5377d775084e91a213f63417df4b77d833ae69bfbcf00aa7ae7020/coincurve-20.0.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9ea8491506c17c911b69b171aa6340e8b70ec4ee42f6f42f93cd53db33c5d1ac",
"md5": "73c8fe70be1ef8f8cc259d2423f300af",
"sha256": "11a47083a0b7092d3eb50929f74ffd947c4a5e7035796b81310ea85289088c7a"
},
"downloads": -1,
"filename": "coincurve-20.0.0-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "73c8fe70be1ef8f8cc259d2423f300af",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1193323,
"upload_time": "2024-06-02T18:15:49",
"upload_time_iso_8601": "2024-06-02T18:15:49.598706Z",
"url": "https://files.pythonhosted.org/packages/9e/a8/491506c17c911b69b171aa6340e8b70ec4ee42f6f42f93cd53db33c5d1ac/coincurve-20.0.0-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d94c9e5e51e6c12cec6444c86697992f9c6ccffa19f84d042ff939c8b89206ff",
"md5": "57c4b70f625dbf894ccef75826d607fd",
"sha256": "872419e404300302e938849b6b92a196fabdad651060b559dc310e52f8392829"
},
"downloads": -1,
"filename": "coincurve-20.0.0.tar.gz",
"has_sig": false,
"md5_digest": "57c4b70f625dbf894ccef75826d607fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 122865,
"upload_time": "2024-06-02T18:15:50",
"upload_time_iso_8601": "2024-06-02T18:15:50.787348Z",
"url": "https://files.pythonhosted.org/packages/d9/4c/9e5e51e6c12cec6444c86697992f9c6ccffa19f84d042ff939c8b89206ff/coincurve-20.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-02 18:15:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ofek",
"github_project": "coincurve",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "coincurve"
}