Skip to main content

Python bindings for tiny-bip39 RUST crate

Project description

py-bip39-bindings

Python bindings for the tiny-bip39 library: https://crates.io/crates/tiny-bip39

Reference to Reference to https://github.com/LocalCoinSwap/kusama-reference-implementation/tree/improve-trading-tests/bindings for the initial work

Documentation

https://docs.rs/py-bip39-bindings/

Installation

Install from PyPI

pip install py-bip39-bindings

Compile for local development

pip install -r requirements.txt
maturin develop

Build wheels

pip install -r requirements.txt

# Build local OS wheel
maturin build

# Build manylinux1 wheel
docker build . --tag polkasource/maturin
docker run --rm -i -v $(pwd):/io polkasource/maturin build

Examples

import binascii
from bip39 import bip39_to_mini_secret, bip39_generate, bip39_validate

mnemonic = bip39_generate(12)
bip39_validate(mnemonic)

seed_array = bip39_to_mini_secret(mnemonic, "")
seed_hex = binascii.hexlify(bytearray(seed_array)).decode("ascii")

Multi-language support

The following language codes are supported: 'en', 'zh-hans', 'zh-hant', 'fr', 'it', 'jap', 'ko', 'es'. Defaults to 'en'

mnemonic = bip39_generate(12, 'fr')
# 'moufle veinard tronc magasin merle amour toboggan admettre biotype décembre régalien billard'
bip39_validate(mnemonic, 'fr')

seed_array = bip39_to_mini_secret(mnemonic, "", 'fr')

mnemonic = bip39_generate(12, 'zh-hans')
# '观 敲 荣 硬 责 雪 专 宴 醇 飞 图 菌'

License

https://github.com/polkascan/py-bip39-bindings/blob/master/LICENSE

Project details


Download files

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

Source Distribution

py_bip39_bindings-0.3.0.tar.gz (14.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (602.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (616.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (686.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (602.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (585.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (439.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (603.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (616.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (686.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (602.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (586.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (440.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (603.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (616.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (686.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (603.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (586.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (423.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (439.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (601.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (614.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (684.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (601.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (584.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (421.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (421.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp313-cp313-win_amd64.whl (270.1 kB view details)

Uploaded CPython 3.13Windows x86-64

py_bip39_bindings-0.3.0-cp313-cp313-win32.whl (262.8 kB view details)

Uploaded CPython 3.13Windows x86

py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (614.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (685.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (602.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (587.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (422.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (421.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (438.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (363.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py_bip39_bindings-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (374.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

py_bip39_bindings-0.3.0-cp312-cp312-win_amd64.whl (270.1 kB view details)

Uploaded CPython 3.12Windows x86-64

py_bip39_bindings-0.3.0-cp312-cp312-win32.whl (262.8 kB view details)

Uploaded CPython 3.12Windows x86

py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (614.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (685.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (601.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (585.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (422.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (421.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (438.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (363.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py_bip39_bindings-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (374.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

py_bip39_bindings-0.3.0-cp311-cp311-win_amd64.whl (269.9 kB view details)

Uploaded CPython 3.11Windows x86-64

py_bip39_bindings-0.3.0-cp311-cp311-win32.whl (262.1 kB view details)

Uploaded CPython 3.11Windows x86

py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (615.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (685.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (602.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (586.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (422.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (421.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (439.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (365.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

py_bip39_bindings-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (375.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

py_bip39_bindings-0.3.0-cp310-cp310-win_amd64.whl (270.0 kB view details)

Uploaded CPython 3.10Windows x86-64

py_bip39_bindings-0.3.0-cp310-cp310-win32.whl (262.4 kB view details)

Uploaded CPython 3.10Windows x86

py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (615.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (685.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (602.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (586.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (422.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (422.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (439.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

py_bip39_bindings-0.3.0-cp39-cp39-win_amd64.whl (270.3 kB view details)

Uploaded CPython 3.9Windows x86-64

py_bip39_bindings-0.3.0-cp39-cp39-win32.whl (262.6 kB view details)

Uploaded CPython 3.9Windows x86

py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (602.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (616.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (685.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (602.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (587.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (422.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (422.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (439.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file py_bip39_bindings-0.3.0.tar.gz.

File metadata

  • Download URL: py_bip39_bindings-0.3.0.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for py_bip39_bindings-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ccf1f277358c635c28469d6cfd33f40c8cde902dcfdc23f395ac2932d19564bf
MD5 8c594ae6baf463aee9da029e85acb3ca
BLAKE2b-256 5a1af41ae3dacae40a80d00111c2bb775b3e89b7175a576b7b48a2378f0e47b5

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c9fcabde586a5fe6a5dec6e7389954ff9a2904d13c37cbfe576fe4136494384
MD5 4ae870791d4ea512677d9a271f1e86e2
BLAKE2b-256 8c85cd25aed2d81995abeced366759dd33a8b8cbf90177e1f6c3435fa1f2c39a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5498ee2456ddc3360ad1ae40486ce591b0255c940e16d25b9b105ebed867fccd
MD5 1820b775e0f3615c121547f1933d23bf
BLAKE2b-256 e97ebb08e8362cae200d6e964f0ad0c829ceb23359a698006b2d0d75dc10e161

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dfae21b4f7642e57f463225545b0e368d86a346ec1ce85d32dc11babe6bd7bb7
MD5 1c32429990cacaac30aa227ca263e718
BLAKE2b-256 9f71503361e181fd5ae786d0a39d522563834799e3f6bed8fd45e43c75b0eda0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16f8e9039bf3c18dcc6529e777fe49747ec9342e5c8ffc9abb923c0b17073db6
MD5 db522dc56b6e93e801848a8bcc452d77
BLAKE2b-256 ca3e26f645c741895a6231fdf9520f2be3804a8140896928307811c7c2fd8506

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6475b7530df2495d981ec2647ea7f17df9f82853a8b636dbd11653d595b8fb70
MD5 33c93eac4e5148295df169b9e10afbad
BLAKE2b-256 ffee9063bb0bf22d1f87eab4812d73f79f38f82d81ec2c53cc6609839f6e1a8a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5543f586a65715a8222c7ea3d82af3c8f5c4e48085f44d01f0ec25c37287b13
MD5 3cec68b17869266796f8c3ef2600d56c
BLAKE2b-256 0020949830a20004712606c3314f5f3eb7f5073f27bc32bec0ed1f59a9e205f9

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c695c8192e035662d48421b7468ac1f410f282944e64fac5c121116951b66487
MD5 91877fb30002ff3c8e410b4c660e520e
BLAKE2b-256 e8bc2c8cac605608e268b26cfb61f562e6752711e87c15fdbdb009501f91bc34

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47d76355aca6e58cdadc53b49552a03e83223dec4677df9174f62b7e28508873
MD5 835801b094e947cc6af80fa197e6e2b7
BLAKE2b-256 227070a7b16f380f5b55bc3b5985a7801f409c0825268606c647d557fd371dd1

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5f94646856391b1a1b9ea871f625ef08062e53dfcf500c66854ba3165609f43a
MD5 7cd0103bbe8874f2d26f3ec53c943d32
BLAKE2b-256 49cca2c2b8fac412c355e60fdf15727328a5e89d57a9bba2d3fb9c3e9d8594d2

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f51f63b38f2b86fd363a3c21f45ed4660d30002d337ac6a1969eca7eb1f43737
MD5 2f80580539585525e9d41b63c6d99f78
BLAKE2b-256 0a53dee218f2ab4ccf2e8dfb994e54dc8ab2f8af40cfc472ace4b5e1e21d39b0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 504f688825261800c5eb1644d83e2ae1904c400ee32e293dee7de3316a8e3f0f
MD5 665b6ee6e5ac03450bfdc7f5fdbe2d83
BLAKE2b-256 b525b8653a15ba3a61455bdf60bbbce078e9f459fd0e1ea007d2f6961778b89f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ce8cf78ef90a00088d916bdab4edc44711e1fb50fc3c7838254029cac7357ce8
MD5 1984e89f56266ae7c19c74a887933b37
BLAKE2b-256 7fe83d284a7c995e19b28ea0e0e179c1f800627d1f918a90680b7309142fcd0c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 746325aba0fbde900986abb240328e25960118bd962a8b4a1d378d40c53814bd
MD5 4fda32771ac9d7d12711e598252f9340
BLAKE2b-256 eea6751d625d56be368e31d4425627b21a01e509822661dad8e68ed786039693

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e1c1a2ad22efb5114c0eb977c62c2e464fbd4a6c2ce06c86238f63226729ee6
MD5 5726210e0f0db7173894e8bd30b993d5
BLAKE2b-256 b8ead81d4a01b6f17f62759b0ef50b470af30addaaba30495395319dbc6e252a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f41d29347f00530f17005a1672b6f309f526968e6643779600e4f0f275f551e4
MD5 792b10663bd8a64df7b1523f6ff8a4d3
BLAKE2b-256 cf7e560d0c75d692a0ac9fd051b1dce3a869c25852be4ced288075267c3ed90d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3dda4d9d4055b790511f36b61508c55a5ac7d437a30c0f7661ea0151f0913165
MD5 896b8c332743758a0f2f41d3ef51e67d
BLAKE2b-256 0ff65020065b495f04dcad4743796fc5dadbdad8113364c9cf0bc37a8e6ff90d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1a4b84eff73f8e8b16dba1c74981ac35d1e14cffa888425be667d37f6697ecc
MD5 1fcd4a57b5316762f97a2ee5dcebc239
BLAKE2b-256 56882caf0b09d52d2535f865e923be21f243c787119a1930d32b392a0de1d9df

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e833a109a39c73fb2e44068cb1dbeabf001a9d7e0df9bd4607b802c50325113
MD5 6d3185f0c07e714d03fb495b67d44690
BLAKE2b-256 489aa4491789c9ee4113c7d32e5ea34177a58a071dcc6bbdf757b7942786b2a1

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b99d6fa35e44a2b07c217f1759eca551fb7f821540ea6b00c75fa4066e77ed5c
MD5 fc7642e029995f106df26c82041367a7
BLAKE2b-256 c68cc84f666ceec2db855407156b2d66c08982d8bf426c859948668c7059287e

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 069514fbd203f619aba7254e1bc0d5db01ea52c8160fe51240debc41ce99f381
MD5 1581493aeafbe041bfb6c24cb1eb023a
BLAKE2b-256 78622626dccb808820b318728028ea302ffaa4aa615d3f3d9409b6c5ab455ff7

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0d0074a57242806ff4468986d9cd60ea69bfb5c9f54a700e75c150f3c878151c
MD5 c44907874898ca87202a601df74cd58d
BLAKE2b-256 8e63008ab7903b940ee5363d0dd3cdf3c4afc4ef6c8e4f8ac4b0580723c22293

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15b672dad8aeb58d49709c5083cd0ccb74cb49e98e9ddb802c12978c2f5adeff
MD5 2fda45a2d082bf9c5fd97cd1d5c95d46
BLAKE2b-256 d181bdfca04edcb90c41572f1b25621352ba166971bcec9693d7bc211f595a0b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e26fdb2df01b6e29436be43999bc49f39adde73d4b9040b187d82bf03b0b59c4
MD5 18d5a65e5a158b7b178476dbff8dd636
BLAKE2b-256 e0a32bb0d3d5a671eec35bca8ac0f9be319cd56f9fcb5c381624985da9f61eda

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d69037ca112b203cfb488f040dd85b2fac84d6ccb14cec9cc015a720450eb400
MD5 29620b042e548f8967b5c8d2b02f91ec
BLAKE2b-256 168c061c9fed9e1592a9bd1cc4070944e817072a608d228769dd3e3a87ca6f58

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d45bb01e7f933fe56626f405aa4b03ab917d8d4b969f935b6fed59ba348fe0c
MD5 9e2b84a86f87134fa74014cbf15f6ba0
BLAKE2b-256 a09dc5333b6e227fad31880655ac8de3d661fd0ae33bd76c08053ea35355c3e7

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5b4a6011d8e807c22699647d5caf1af231b027448c182b126e127adc6e84aab
MD5 85dcffa89971950ea7acde3840c4f997
BLAKE2b-256 a9e03c8d94ed27c8775799bd30116535d3a165f2a09ad627f0f4ea78e3901f2f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a28d7d9c3d8aa46f63b40e59cd8d2fe8f49a1756dd690dfaad6c5a6ba44c5e8
MD5 a43c8e2320e03dcaf317817c4fa008c5
BLAKE2b-256 a1b675101dfaa0cd0f68bf1ebd5e0232b5504a6e69b672b27758063badfbf7d8

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bd1cdf3d333b37e39b97485293d4b2eb8cc90a24c64bf530f04a7891cd9d6eb
MD5 8f45d3d311b2b6a4bd90870716129dd8
BLAKE2b-256 bcc13baa4d6ffd1d366737a06719ecfddca7b3c6f07239289639dec1478dbc28

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 43588c856e9ad36b78fa47803e5e0637d44c5cbc0b0c79d045c58d972c30ba05
MD5 914fccbe05bbc12c1df66d7a4695a446
BLAKE2b-256 31b920bd4b3aaf20653319e22eba3e40d6549a6a0979e5e627536ad7f625189a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2417721986f9f5d0cf2898aa5f8963d596a79a6c18406fca60eb7b93424d3c2e
MD5 a598d7ecd518db13e26b2bb406bbc2d1
BLAKE2b-256 8d4f291253e851e813e274d796d7d356d730f0c1dacbe4e206f401efd7e754fa

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c82b3c9a8eca817a12e9367a0a6b3904a05a78aee36cbf364f0e3e94e48645e9
MD5 d1cd48e149267d79950b4951a19dc95b
BLAKE2b-256 4a38f1cafcb900070a177b7c0c644d4554246797d2809874fd471a379d19a979

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33a1c0a6db50a13a9d9dc481e806d5ced79e24c927abd518938dda111226579f
MD5 b05c6c9eeab24aa398f162a8a977375d
BLAKE2b-256 fa226afb61921e999d51c86d1da865e2869405ecadbf26ada346ffc6f1f9337e

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7b72ad60d0094259deaa560ff01d16b8de84d2b6bc42ca50797b6e120c0a891
MD5 77cd8521101aeb760ccdc6307f8ebcd6
BLAKE2b-256 8f497e8da35209de056030990bcf7853b3491e505130ff9d2d0503f5ab4aebb7

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e408026db2dd14c4bdcf8538ac014672c32cdbdf006e9f2e530450b2869ef256
MD5 98877bcaa148801054254227d6e27d6a
BLAKE2b-256 69492c21dd6ee9027552c68c420c23f7b20f456bd33c7d880935b35184c2369b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fbb4e8d3abee5b58cc719e4072bf31920bef173a54ba7775f39e7cc855ce2e69
MD5 323b55c1371802621d4991875a0eeadc
BLAKE2b-256 e944d0ec7c241fa37b9dd6fb921585523f200f40e7f6d31aa20d6f9e4c20aa3d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b5a868636452ed8e1ccb5f3a6e069cad1ab9e873545c0234fa40bfdf4c8955f4
MD5 eff494b1544d12bcd04b058af8f9f559
BLAKE2b-256 8526529b72341a9bb9e333d2eb3cad8b0c2b6f56a8dfc5f341c9fe8a509d4473

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70eeee161323a72fde16e26b46b8b04d95e6fc91298548cd88646beb00c95b6f
MD5 deb97e1be8aa5c67d9a5d5899f5197b6
BLAKE2b-256 efc519ab78d1fb7f8993db22f358c401ee7e25e998896cefb38dc58112b42f4a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc4d95dea547ba9eb98d58bc431abdca8e06ed75022bfb72474455753644d95b
MD5 194d9f185f35f97dff3e9c926343cad0
BLAKE2b-256 f631243dc2abe1379911ba58bf7b5414b1f8fd764a6e76ae38fbbd80ac124e5f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 444e129940844f1ec06f90aa7394be95fa3a57be7466f7981fe68a6d686542c0
MD5 f436bfae1e7dc8504453560575dc139a
BLAKE2b-256 f018d761398146bfad044eb3a67d6bc698b80ba9f746759fdc6218082cae3e60

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e26947fb62edf9cc4644869ed5cca3feecb444fee0d1bfc99f7ff63b73f03d9a
MD5 e9e6dcb84f62d1e8e9ae2ff99b9a2a2f
BLAKE2b-256 bb459251764e2bcc744c3d4df291dd41a56c6c7df772fe70273bf40ec15af696

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fd3cb63109a67419295a7adaf6122559f5991a8ad805fb3f0790c1ceb6869f8
MD5 e470c67ba0f0d05e6953df61242faedd
BLAKE2b-256 9426fc0cbe3c416271fe76a2547302e670b47c02a196080d7b4f588bdbc98e06

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 897cfc650de45dc7fa005dbec0e6572a16a2d9114e094d33dbe8018e77282d35
MD5 b319fc0b391e99487cb5d13750d42456
BLAKE2b-256 764ad570415a4b1e0765b3e496a8297718c78f150b4c0d668d5990ef02bc0138

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83a1ed311303f0032be84b1c75b1e4fa012278b0f20b95861ced052db178cb92
MD5 0818d0ebba980a77cde882d1839a60da
BLAKE2b-256 f7fb1af261ff139b17101bfabc88c06aacf6f8f9af7504703532b5c91f0047fa

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d340865af414850716a9538d9d6fb269e2d52d7a13352d2b4fba29f1c7077f1f
MD5 911b8247cc176de3c46e2af4ee66c312
BLAKE2b-256 a0345c2e231231cd1c785a367cda37ec350f158c57c67c9b1f5dbc27eb15657b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e223923c650a283957bcf6fd6c23c07731ad39c96b08b562ed347f098410204b
MD5 4650a10ad436b8b50c4fd46a5e379dd3
BLAKE2b-256 62ecdc84f0f7397d750b0f9fa4ef868a829641d91720236a88cf6d158427f33b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cdf11c5b9f6956688af5f1d16e576007619b722b3bbb1eebbb422b4f6ae0d51
MD5 52ac4058aa83845096e93677310dcdc0
BLAKE2b-256 eb8b2a4830fe07338fe72d03783894efbefe1431312f250c664a170944eed10c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8430937ba275ce4d559260362c7c3d0df86ffc222c772faf531df1393fbd1923
MD5 447d397f80cb7e4409ab1efe0384c9ed
BLAKE2b-256 14ea9b3a8f7caf9ecfba1e63b0f3ce4d44930d36415a3edee9cf9f8f17965747

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1506de7cc77827b6ec1eac874f5714be6afdc13b3b3132db71dfde14ee7a4f0
MD5 83eb6794397e129b03e6158bb4fa8ff1
BLAKE2b-256 c2321473a512d90162e8d134f76dd4035deb2db0b8b227fad5fbae88a76da329

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 34ac0484b24004d8e29243d345ce98285869f48be8d24a307fd188f76a284e27
MD5 467cb5dcc709b4ec1a84d2e08026c65d
BLAKE2b-256 27eed0819e4ae1b2725a215e46182122a8286740d196e1c12cce8fc14f5d4bcf

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b16eb31bbedc6148a739a6fc8a79053306dcb7585972405f3728802cd844bfa7
MD5 01475ffa943716085e25f5dc0532d18c
BLAKE2b-256 90a981a97ae0850ec2b0b0d4df6757d1dcd478e3b205148d87ca561b95a0d102

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 086c8e73208f423c3edd051a79334710b5253fb7be5e6a8d0b53da8538c0cc48
MD5 d06d3ce3e0d1196f04aaf444ce3660b8
BLAKE2b-256 9c3bcf983f9a777de6128244f533495d7787d1f311ab49eb67c71314e18e3695

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b5f3f6dda9a68040c1fb74b9ca721788e3cec3d6e4d1e7ff91659bbc72c2bec
MD5 50ca7ab27999cd2df5e58a56cbf89a46
BLAKE2b-256 2fece676d7305b0b12e218ff8ad51e4115781a36081db7d51f381d391cf7c5fb

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b71b9b9cad54678c8ea4ff855db1e31adf027eab5a1cd2ec0d255178d1d60ea
MD5 950efd353e0fa47c799cb62448602fab
BLAKE2b-256 dc7a9b730edae87a5714fe06cca7aa8d6f328b588e305d1040299cf7c2b97bec

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9af016b24b290937a6b233388fb53ce416b8b4e0b3181c62197d30f1550d4cc6
MD5 2c6d13c627a13d87353160689673b3dc
BLAKE2b-256 5a37c6c520b3f3037b292a11dc071c73345252bb3f449065b241088f3f5632ff

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90f19cbfba4834439e49099ca55ef0340fab4fa9abaf6cde9751fd0a05a60e10
MD5 02e3caea50fa45c18e249db1f1c409ab
BLAKE2b-256 e2fe1d5cd9e2f386ada2a0fc97c47b3696191b756bfcfb224843d9655d79b71b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3916b60b83f6c4a79176c485df3b61f437b6c674e39cecb6e8ec5d9e3a28861e
MD5 6ee6a1fc4fd9219acb7576aaffae3d4e
BLAKE2b-256 4e3857445cdeadc4c7fffb9cca73ec2a994c3c5b6e720a6ec2eb1b2ce9857794

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4febd3d90cf6950b194c9a6f6df565cb86ff0e10c89156e6025092b7c272e5ff
MD5 3c22fb6b7d24c8d079d673e23e9e25ab
BLAKE2b-256 e69c4e823ece7129cdda9bf4b6e255289ae4291062d48b10e42e035bc9acdda9

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c0397a8c6744e906e13b7b4129fa676ff943569fea968cc310f2c9248b9f88e6
MD5 b69fb61ef84406f59c9d7fecfc6f368c
BLAKE2b-256 ac5a53921b79d91e07e66ee4e2a46df78141f0d597be44cdcb5efdf0677c9d38

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d9f5b5e95b8abf012ff85f4369aef707a129fc8011d551ae606e2ace6c49fe9
MD5 d1f1293024760b6f3f1cfe9f586f6fb2
BLAKE2b-256 725c7f7a456ad5377a9cca53c2720167c1ef8e7b5c6855849cbeed196c1dd84c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8ef28358fda3c69776b2fd505d4ba2e24980ebcdc5d3abf04d5aecf86e6d155b
MD5 ffae807f45c84600e0d8bdd745aafbf2
BLAKE2b-256 399bffacd8e438727cf5d2a91853a7b1a6b3ae39dbc17c2096ef4aaab02e85ad

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 323b004905d0bd639482244aad7c57f423f52e3a469d033628578324d99c0af3
MD5 e4f0b05ae0fdd9df1cbc0167a098874a
BLAKE2b-256 fdcb533193270586b70e6d04c78db46e0ea4813b1dcda35826d6015f9b7ada55

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1f119374f9ddb7108649cdaf91146d988a39c5e7ec8beab66e1ab14ef6f1f105
MD5 9b4e6990cf1f581ef02206afd6136f24
BLAKE2b-256 7eeee323bb71961f199a91efea1920f743bbefedd712425bd498a3886c4e410e

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dff28cf90178cc00dcf57203f0db5cd0ea80bf01f94cd49caae5cea6c9ecf529
MD5 3803831fe4eaf6657eb188429804802a
BLAKE2b-256 9ddb5b24a3f1dbf2e844de537f856fb18147407c8ad30330c4e91a9912544b2f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3652149fa502715bd1454663db7b942613c63f39a4b2b73a6c105a22cdeea843
MD5 f9e8edf1c7ac352c45965279016308e3
BLAKE2b-256 b3c5024121fa0a56cf342f85db6f8b4f5b1ccfe5105317dc4d1ae5a5e35b9980

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6db3b0d3e6cc275cfc5a4addcb31f0c27f48171d1f0dacdb8ea344b210336c5c
MD5 2617bfc25fecdeb62df4694de207dd58
BLAKE2b-256 993a54eecaf6dd8c1f1416e3c7dde4e90bebe61be40b4cb2384cae93f6248661

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79ccb82db2e97d32ea8ffc5510b5d8bf514f1bd70c7b04d6e06f9aade8f8fd12
MD5 4df4f5e44596510d619688f3962eefa1
BLAKE2b-256 f900e0742b032a5049111e010547b878a6c6e4cfe50438b460ecf6dc44f8936c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ae19a3b624a519b07c3431a67508a541ef9b6f1471dc28bca67155495f8e311
MD5 6d00bce586f68673eaffde4891cea5cc
BLAKE2b-256 1a5535f78a4e395d8168ab6ca4caf1c973e3abec022fb52888c0de6226269167

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 837957e62c3a18e70d60d4874e73f9a394fc33e2daf85fec8745e50e5c5676a6
MD5 820bc380714be41173cf5978574a1cf4
BLAKE2b-256 99ea5fec79b40869f8f83519729b22f7667fb6727283a283dcaee670ecbe7510

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fcbd8c198aca994b47ca267e68a39de86d8e50ecc31896433e2eaac1d85be20a
MD5 cb197287757b3cb786808bd2155cc0cf
BLAKE2b-256 8e95ecf8b65877d7ecad45a4c84b58252155d98fcad136d2c78e451a9d0c28b2

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29d95a3e8cd39a1ff8260988feda170f142c1f1457f58e94649829dfe108ab59
MD5 f9dde329b729fa0b762bf7cdb8a97f6a
BLAKE2b-256 e0b5666e6ec306771a5e09f8d6300f5938ea23fede025b3a501eed02235f9bbe

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3cbbdedb1b07585989be72ca07b20d0df815e1dc1c337a8e62ad25059ed219f3
MD5 c874b8c68693ea35e427f8dab8fda4be
BLAKE2b-256 9c42a2885fd59ff8178a1c541b51476d433df0a861ff6e7fd8f63cc5ef92a4ec

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f28ee64de7f4b018da5a07bf17cd56e9b010ee87a49a3cd1c304e674edea2326
MD5 d091a7db2d4012010fef9647bf022ec3
BLAKE2b-256 9f59db23af772a4a62f7ac93b9b42e9298bc6fd1f4b543449ec77539a0a7aba4

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b6ca56a43c1d46b8c7190f706cd6e7a1b2b6a2180f031af77c023b1fd82fcaa1
MD5 610e0130f84389a404468ce99657a3eb
BLAKE2b-256 c3eafd4803a9416be6bbb1cf59a3c68fb1d5e7a0805434aa819346d485019a61

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 91d1223fc88b236d930cd22cbccb397a371a8f8b3ad69cfc77f90d28d36c3e12
MD5 0858953dd4542d98571f8b2101950b55
BLAKE2b-256 21e3f6d36f916c2ec1112f9465502f6c43b09567ce424beb8e67712ebe6614e3

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 594bc823807549cbc3ad8999acdb96404439239fe72a9d13b111382e9fe93a5d
MD5 3b20d7d55589034c0c71d41f801347e3
BLAKE2b-256 5385010bbb03cde3500e63e6a79183d9ce31cb7b2e344e3fd1df36eb7d38984b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6fa9d292ddff09673a54b8ca971dffdc10e6b0176a92addc4754a1cd9fa1a6b
MD5 f8b223c699013e2a865918b30440e339
BLAKE2b-256 bdd6eed1b2374584651ae508d68c933fadab7c792cc603dc04beb19fb7ad518c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2f021af6edc1268c59e7bba34c95c3c2b305e3dfcf536ba378c6299b58c466c
MD5 3b8e416f8fb006e3f8575bc94d862652
BLAKE2b-256 fb4f11c40158c2f75bdab7b2a232e40cb275788d6cc809cb907e225b7ff4c645

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a10e4afb98f828c73add4f647c2bfef955af40bceed24ec313ad3a0f123268a6
MD5 498adf569f3413405a53222a08779609
BLAKE2b-256 440a22eb0e1a2689f549f80387cfa72a6e5ba0f8a8a43ada29903c6de4193ebe

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aec21f99374bddd38ded3d5877c8f77f486aee59680e5ea2ef5ec3fdbf9eecaf
MD5 725d7354ab07ee1af175a50b45806aae
BLAKE2b-256 568c674f3c993e9992b3169c4ef3346ebadbe3e586e92b470d078909b787872b

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c888796a45d5fbbf6b6398a1ccc6777a127f3ab26ebb90ee5935d0d0c798155
MD5 aa9728f27dc61120434ebb44e6d42c62
BLAKE2b-256 688c7f9089740aa09ccb2b200750fb2e33322d502e3e63c29ccec0b65933fb46

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b09ab65fe88f3474e73406b1c908b7a2799ea48b954394b34fd66428659395f5
MD5 5b3b4d3b8ccdf5d808721fe1aed4b774
BLAKE2b-256 5f6fae600967e8bbb79c10eda2d9aedf870e5e4850a554d9dabe445bdcc9d2b0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cae8b5605b176057021f945d74e492b9738829ff8e79981253de7ab0743a14d2
MD5 fb0c53ae3b6e41b9b8459b7037ce5387
BLAKE2b-256 a1279aa7aea394fcad31f00713c0fbf2c828f9a2816759b9d0a26049c8131956

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6eef60f96aa7fbc5ba373ecf911af9f149ea012d4b0e720397f7ecbeee4c9b69
MD5 69391eed76ccbc88f21af248d2209128
BLAKE2b-256 11be0b37a780bb189a12edbe1faff6e6539256cc67a5840d6ace502365dbeafd

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7aeaafebb8b9e2341832baefbdb77ac08785a271c8c315a6912b58d8389dd80b
MD5 f90591623bd932aeadb4fa04d8361143
BLAKE2b-256 eb5020931bd4d0dcbbebf02b4f3ac4c370326ccd81fcb6a5594269051d6b3ce8

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 95385e460c7630a5ebaa4964b70f08ccb826e2d19c889f9fd3a745f4a40fc845
MD5 f4913f7dadcd142a1a3fb5d3d035991c
BLAKE2b-256 6eea5e3e6e8f9fcb225d6eea71e3fa5220b775dbbf07a0c2b373a438f49bea94

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7159e78c119c53067524957c227757363f2f8a770b574345750cb42bfd4d01df
MD5 d4baa3b5f57b563b36a6da37e736031b
BLAKE2b-256 48cb2fc8733450ce7dc5b08c0ea0386a0644a76b2bd1db32c753512567a17ac2

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a5a700bbd07e3c6412034cb07c1978edf34f823cc3cd8a8a5634b9068331516
MD5 c8febef944f7cf098526cee20bfb84ee
BLAKE2b-256 2b840fdb335e2b18686c02bcc96df21ff02ef3cc0236cb61374a370cd15ac5f5

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b4398e6d5b20bd59dc074cd1bc9e5623ea149d1d6b7cabcdd2bb954a51d4c6c9
MD5 9c6460f3395ddc8a95ccddf2bd6ef0c8
BLAKE2b-256 743f4a9b15e51280bb3238052d3c76977f15412e388bc563b67222e6bfc8e91a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 963342d00d841bbbe9e9b99548b8cfc0dbf8d0eb7fac158a24680e3c9c48820a
MD5 5670ceb4800e8cf60338f3c9efff4788
BLAKE2b-256 854e25182acf443b9fa48169e1be150bf48b38dbb14769a642afe016e45f7078

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ea903af24cf509664de5b6bec5f322ddbe68d484e88369543dc0e43dec4ccb8
MD5 b77863d4c0d7336cd2bfbea58fcb8458
BLAKE2b-256 9cf340e54281db1cc85e1bbcd875d4a5c34722d1042da9c4a8b9ceff1162954d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b031c0724e2d3a1d911443cf5b84f211ddaed624320e40b706e85c9aa2536684
MD5 c14f763deda52d2373f1eed15e664d96
BLAKE2b-256 518a7b9f2036e3d4110b6c955cc2eff56a40a08d8d66fb264266f888793cd750

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3cce3a46025699466e7b26dc35275732e9ec2d967522fbd86cf6d8260798611e
MD5 6ad2279ab62ed53c10eb36d09383c880
BLAKE2b-256 abdef8f4b6b13dbc8bdc61d1e0e17d221bb80ac93b63ee71492a6ed41e61bc5d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c639dfb158113b1ad59d1e5283df382a93a675aa011d4dce9254c7ee1b1b94cf
MD5 401aaff58595ed382221189472608982
BLAKE2b-256 1498bf9a7255ad60b2738548dd2baa0e5c8bc018a021950a8614f36f2f3c74b9

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d3e23e86648795057ebdaf652da4499fdb2e7457fa2cca1f2ba0cd280a9ec7c
MD5 228d07dfa23589f260ebd488758a79ac
BLAKE2b-256 6107f32ed0222fd44e7e8cc4edff99c4164f3ab945eac7d9fcdc1edb8290917a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cdf83b6b3c6f83b662fff5284300f7c57bda306f6355c7b9022388a008870f7b
MD5 0dbe22bbc4561fd41d05677f2009c967
BLAKE2b-256 2e753ff666ffcb91caedd2a10b14352e896e706aa310808edddddf46e37d97ad

See more details on using hashes here.

Supported by

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