Skip to main content

Simple python bindings to libsecp256k1

Project description

btclib_libsecp256k1

python pypi downloads status license imports: isort code style: black lint: flake8 lint: pylint type-check: mypy type-check: pyright security: bandit pre-commit.ci status build test

Follow on Twitter


Browse GitHub Code Repository


Simple python bindings to libsecp256k1 (v0.2.0). It is intended to be used with the btclib library.

To install (and/or upgrade):

python -m pip install --upgrade btclib_libsecp256k1

Build, test, develop, and contribute

Disclaimer: building and testing on Windows is not currently supported; Windows support is achieved with cross compilation

The btclib_libsecp256k1 project includes libsecp256k1 as submodule in the secp256k1 folder. By default, when cloning a project you get the directories that contain submodules, but none of the files within them. You must run git submodule init to initialize your local configuration file, and git submodule update to fetch the submodule data and check out the appropriate commit.

$ git submodule init
Submodule 'secp256k1' (git@github.com:bitcoin-core/secp256k1.git) registered for path 'secp256k1'
$ git submodule update
Cloning into 'secp256k1'...

The project uses hatch as a project manager.

Some additional tools are required to develop and test btclib_libsecp256k1; they can be installed with:

python -m pip install -U nox cibuildwheel pre-commit

To build:

hatch build -t sdist
hatch build -t wheel

Developers might also consider installing btclib_libsecp256k1 in editable way::

python -m pip install --upgrade -e ./

To test:

hatch -e test run pytest

To measure the code coverage provided by tests:

hatch -e test run pytest --cov-report term-missing:skip-covered --cov=btclib_libsecp256k1

It is however recommended to use nox to better isolate tests

nox -s tests

To format the code

hatch -e dev run format

To run re-commit hooks

hatch -e dev run pre_commit

Please run nox to check everything before a PR

nox

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

btclib_libsecp256k1-0.4.0.tar.gz (7.4 MB view details)

Uploaded Source

Built Distributions

btclib_libsecp256k1-0.4.0-py3-none-win_amd64.whl (1.4 MB view details)

Uploaded Python 3 Windows x86-64

btclib_libsecp256k1-0.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.3 MB view details)

Uploaded Python 3 manylinux: glibc 2.5+ x86-64

btclib_libsecp256k1-0.4.0-py3-none-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded Python 3 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-pp310-pypy310_pp73-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-pp39-pypy39_pp73-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-pp38-pypy38_pp73-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-pp37-pypy37_pp73-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp312-cp312-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp311-cp311-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp310-cp310-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp39-cp39-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp38-cp38-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.16+ x86-64

btclib_libsecp256k1-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

btclib_libsecp256k1-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

btclib_libsecp256k1-0.4.0-cp37-cp37m-macosx_10_16_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.16+ x86-64

File details

Details for the file btclib_libsecp256k1-0.4.0.tar.gz.

File metadata

  • Download URL: btclib_libsecp256k1-0.4.0.tar.gz
  • Upload date:
  • Size: 7.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.24.1

File hashes

Hashes for btclib_libsecp256k1-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ee0e349c959294ced4d56296e701266a5fc13ccdac0872a1bd5d2e4c4b1bda28
MD5 a7766be48cee46a628d73928b11340e4
BLAKE2b-256 bb135ca57cd0ff4848a17b43c60e87636c2b703ec7ab09fa88f541e185cb2e7b

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c562d59e1e2e1370ccd619cc65114010c876520c344b59244dec6b481f0bf03b
MD5 f272223b8e3905deb4d870a0550670ac
BLAKE2b-256 07642cfb84763f43a6f16295a852fab7aa443b049bdf6e6b25f1c7fd6524df69

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cacb09af8fdc3173a0208ea2e01ca2a0caacd4a4decb5f8b2c8d170916db0ada
MD5 de6052afaacff166b1314b4b01725fa8
BLAKE2b-256 6d71ef4476999bf228beb5aae570fe502523b6d7836b52a3af745e7246a0e0a0

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-py3-none-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-py3-none-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 5f6eb12914b357a2886b8c6cb4a571140a42bacc63467c83e9571da3816e84fd
MD5 713bf71b42a331e2aace16ee850aa798
BLAKE2b-256 a88bb0b8cd7f0722aca83c3cebf97c256152dcd458a434943e0d863487cbf771

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6eb583379b4e726b53deca58d96d933e1aa7171f311b77c84e2e797f889b5748
MD5 7d85701cc16a5c24ca8460addff6efd5
BLAKE2b-256 7515dd35b581b6317ee8a7523eb75b23225dada69d5b3005c10347f5744df691

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp310-pypy310_pp73-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp310-pypy310_pp73-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 335ea329f94ca50daa3250acf49ebcfd80bbbdbf25933e6e804316449d6c239c
MD5 6d91c4fe328fb6cd40452415e3ee3cbd
BLAKE2b-256 9b06bd567640d4ce1a26d1ad486f94d3d99946e8ca749f5b2916ec9da4e25cc5

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75c3d4e196784d0f4a661f3295662cfd8b4fedf48671401f8573fedc91a3a358
MD5 b4956a29d249e9da8d69abe463f5d50d
BLAKE2b-256 7fb9a6fa5a324192dccd11ee23c7fbf50e97136597bfb2128f178bee863b20f3

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp39-pypy39_pp73-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp39-pypy39_pp73-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 622868a2e968e1cb734121d3ecabe11cd9b4b0fa5ae70bd2ea71b3bc183db5dc
MD5 2466171b26d1c796107b57e3a15d8b12
BLAKE2b-256 5441923de32c1b6db7f81bc9f512588b18b46efca116f06fb986fa07ed0d2576

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fca0db8c2fb07421fbbd8648fd2f19a16b4cbaf9c0411d2167c9b19e249ec1c
MD5 6024890af9ce6224a41e5c5c6de70e4e
BLAKE2b-256 7a3faca58170a20c1458c89c157b2febf2a323757f3764959e972a1a844c4e66

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp38-pypy38_pp73-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp38-pypy38_pp73-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 8a5679b7c7f05c680e46d3652ccee6518bcbef13da59f85cb9c8cbdc4daa794a
MD5 6c0aa6ad8db6ed99748cd84be61d0b80
BLAKE2b-256 5de9ded43f14e5ec18fd5a9027c481b1afc61d6dade7cef2bda8c1aad4db4084

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5c2e02e513ad0c48c29f344f199596b39de8f7d418db58b1d6eeba05703978f
MD5 1be25b5737bdf14d93c83d3ab6ee0299
BLAKE2b-256 4011597be01c9bbf6cd09debb429000d264895f82c5c08e642dd89b6586a8ff7

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-pp37-pypy37_pp73-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-pp37-pypy37_pp73-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 b06ae362d6b2fe6cdc62fa8ac03466fec40fdde4a6ac67844e58ea8d89a0acff
MD5 577efbf978be512cf529203147e398ea
BLAKE2b-256 94685c867391e41c64ed190b111a9a6e0c8d6a35a9cecc1c834a1a884d942a43

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e32c0e2d19da45d3cdef81859ba735e318022f0cb5f51574ccfe408ecbbd74ff
MD5 0ffb45e24e75664ca57e3c96570714bd
BLAKE2b-256 181d78088a2d503fd251d1e5c10b89ddad4e7ba0ebfb924c9446ec32154457e5

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4f876a6a187b41d8e3fdf9293a7bec0ccc75e3cff5e58f1c2a1c7d7ff9224c4
MD5 f2e8d08477d44603f9dd03443b468d44
BLAKE2b-256 d4b1b7a78da30f053525a3bff8f61b5c6aa9b567063979f141a4e0162d01873b

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp312-cp312-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp312-cp312-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 b422ec7abdecc901c88c3e5c3cbbe8c545cf4c15c1ed70df1c84f2342c06bbbd
MD5 618a7fd2903e89c71db90148ed71fbaf
BLAKE2b-256 6ad476f814f8677f2fc6ace9b3a19b1ccb68e4f87576fc055bd6d5b7fe40bb00

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c841ad1ed95e81dbd5597642ddcdfc1bc436a3a511b876353cc48b49836c14d
MD5 a5535a17e72e9d747bc574fac0ba815d
BLAKE2b-256 afccd74ea7c5386c93b5cbed0023e4571d081eec2f3a241d3388447b0ddd78c3

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43ebf5944c4564efc6f47016fd24d37966eb3c4ad6478b66dd3dd5a27a9aeb05
MD5 4157bb16251ad228d2507cfd6a213283
BLAKE2b-256 039ff59ae1cf42a0377ff3053a5768d25664310cb7d043205bfe66b827b249f0

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp311-cp311-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp311-cp311-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 f94f5655cf49f6137ac20e8b2165be50b729bc683da7babc9e17e48ffa655273
MD5 0980c81877fb49e2f9c4c1611dfdaedc
BLAKE2b-256 195ae63dc416dae382f87136e24e919d368f1a39d5540c7f5425e8d7754fd60d

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 adbd2a765c65267ae0c71b93593ae46225ebd750c55a559b13fef774e72399c1
MD5 537a96b43d8d75f5a24f8e96f32848b5
BLAKE2b-256 5309e5ebf3e516ee6904a26e443f5b58f7429b648a919582a12ef72cf78b5d02

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6fc6f0f7c24b0170b377890536353b149ad0d0301617cc679a22154c9b99feb
MD5 6bcc446b1cf747b4e9ff49a729131b92
BLAKE2b-256 4feec9443bc19289a57019ec3d7b5b93e07d07c4e6818b99a3e1615361ecfac1

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp310-cp310-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp310-cp310-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 be8ae97b26c94557a3f45e95751cdb375b78c51a7b49a442bcc55c6995ee7a2f
MD5 b101a88c065dc841aa4de2877a498ed3
BLAKE2b-256 08ca18a093447622e51b86d94217be3e75e7a1427b9f473f214880ade4b7daf2

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 137dca23d638eb44ab9f64be1c14b3ab752c54bbfe06294128204c072f7cbc82
MD5 749875853c4d3e9495b2d399d063898b
BLAKE2b-256 8ae96df7c7e7025c1025d2a26b74e25245a2bfffda70ef4f131a5a051bf86396

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2227d854c17cf2da25937e1a307581a849eca226706c709df76d7a33be42132f
MD5 ca230298c394ce0205d33ca9d642ce3c
BLAKE2b-256 b92c5efc56315994473a3987b7271100e3c4e8f86a2b460c9b4d0be7f28562f9

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp39-cp39-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp39-cp39-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 1ad5281715304ec3ed6652863cea90b43d844300964152510ebbae07229a68b4
MD5 ea60f33f76b2bd02be845d07b49e00ac
BLAKE2b-256 f1c48aa8e63dd6e222617eecb508999d6832717a2000792ed414c4df1c90ab91

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea5a40d96b7afa73d35736dc29b198e96a8804d75df5d6ed4421a9571b0ac14b
MD5 b302f547a40d94ae98996f352868e355
BLAKE2b-256 96584eb71e70ecf42a42c2dda2c799654815d55e14da4c9f50e99d33aa5ced20

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed9fcbdc0bc7f86e2471edcbd876c0fef13a32b70f8d67012a75b420ff89512a
MD5 769ac4e4e042a581934022dbcdf05006
BLAKE2b-256 224e27404f3d2b68e3c454496a390a9c648c582cd891eecc784ed54eb64b9d9a

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp38-cp38-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp38-cp38-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 36d2566315e77b1191769f6ae99957770d2fd068142eccd0c166a9ee3e8cd7da
MD5 66e9786087c7f7e72ca8f9295bbca5ec
BLAKE2b-256 b847647b949a1b56ad2828e7054726cec87892f4ee7ac08389cd5d36891d224f

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56c161ecf0443f54bc93c4b56c7b49c2ba6c7c44799fc1db282dd11c424e3548
MD5 517d40d91d2afa592acb0df28fd5e5ea
BLAKE2b-256 04719ef5533680580a252b9d3fb0c2e51e64b5e3e6f2544790ec9bd397c35b92

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a7d5297dc91d3d197b5388974ef1a79d5c198fc27fe440d4aa145ff0a9594cc
MD5 bc0893132786fd150ab0db73dcc649ec
BLAKE2b-256 f82389cb800a326ae578e8dc1ec9f63ae127ae0571bbd9dbcdb07bd65d910113

See more details on using hashes here.

File details

Details for the file btclib_libsecp256k1-0.4.0-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for btclib_libsecp256k1-0.4.0-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 13509f567ff8f5a935fcfc015f970e7e7da536d876cedfb3f0d07b16a5b67ea0
MD5 c0400d9f6d3615e7d2ec39d1f1ae0b80
BLAKE2b-256 f8afe3bfc2cbd42446d660d8329b11055b7a7054c251a957fee836b060b8bac1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page