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.1.12.tar.gz (15.9 kB view details)

Uploaded Source

Built Distributions

py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (620.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_i686.whl (638.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (712.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (633.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (472.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (620.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_i686.whl (638.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (712.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (633.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (457.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (619.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_i686.whl (638.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (712.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (633.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (457.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (623.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_i686.whl (640.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl (714.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (635.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (497.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (459.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp312-none-win_amd64.whl (288.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

py_bip39_bindings-0.1.12-cp312-none-win32.whl (297.4 kB view details)

Uploaded CPython 3.12 Windows x86

py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_x86_64.whl (619.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_i686.whl (638.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_armv7l.whl (712.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_aarch64.whl (632.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (457.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (449.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (473.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-cp312-cp312-macosx_11_0_arm64.whl (384.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

py_bip39_bindings-0.1.12-cp312-cp312-macosx_10_12_x86_64.whl (393.6 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

py_bip39_bindings-0.1.12-cp311-none-win_amd64.whl (288.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

py_bip39_bindings-0.1.12-cp311-none-win32.whl (297.6 kB view details)

Uploaded CPython 3.11 Windows x86

py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_x86_64.whl (619.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_i686.whl (637.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_armv7l.whl (712.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_aarch64.whl (632.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (449.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (472.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-cp311-cp311-macosx_11_0_arm64.whl (384.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

py_bip39_bindings-0.1.12-cp311-cp311-macosx_10_12_x86_64.whl (393.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

py_bip39_bindings-0.1.12-cp310-none-win_amd64.whl (288.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

py_bip39_bindings-0.1.12-cp310-none-win32.whl (297.6 kB view details)

Uploaded CPython 3.10 Windows x86

py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_x86_64.whl (619.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_i686.whl (637.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_armv7l.whl (711.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_aarch64.whl (632.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (449.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (472.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-cp310-cp310-macosx_11_0_arm64.whl (384.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

py_bip39_bindings-0.1.12-cp310-cp310-macosx_10_12_x86_64.whl (393.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

py_bip39_bindings-0.1.12-cp39-none-win_amd64.whl (288.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

py_bip39_bindings-0.1.12-cp39-none-win32.whl (297.6 kB view details)

Uploaded CPython 3.9 Windows x86

py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_x86_64.whl (619.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_i686.whl (637.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_armv7l.whl (711.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_aarch64.whl (632.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (449.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (472.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-cp39-cp39-macosx_11_0_arm64.whl (384.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

py_bip39_bindings-0.1.12-cp39-cp39-macosx_10_12_x86_64.whl (393.6 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

py_bip39_bindings-0.1.12-cp38-none-win_amd64.whl (287.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

py_bip39_bindings-0.1.12-cp38-none-win32.whl (297.4 kB view details)

Uploaded CPython 3.8 Windows x86

py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_x86_64.whl (618.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_i686.whl (637.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_armv7l.whl (711.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_aarch64.whl (631.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (472.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.12-cp37-none-win_amd64.whl (287.7 kB view details)

Uploaded CPython 3.7 Windows x86-64

py_bip39_bindings-0.1.12-cp37-none-win32.whl (297.5 kB view details)

Uploaded CPython 3.7 Windows x86

py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl (618.6 kB view details)

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

py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_i686.whl (637.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_armv7l.whl (711.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_aarch64.whl (631.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.2 kB view details)

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

py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (472.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for py_bip39_bindings-0.1.12.tar.gz
Algorithm Hash digest
SHA256 56f446e665a4511e9e7dab807a908ca692247a257e141f76633110e3d30e53af
MD5 ac2e0251577508642d0db2bfffcb44a3
BLAKE2b-256 0ba165aeab0f95b64d4f95034b3a6e32a44d156e300c1b00c3c6087235cb4658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e106a1d6d1106cf40a49b3e17748c89fd9561a3aeeb98725dca9ce751c780e16
MD5 010e0fa3d4d099e7e48236152ba7d3f0
BLAKE2b-256 9789d65013ba2cad7eb43e439a4b274b10b208a933e723e71ee390b817966e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d9f96bb10320a1ddd354ea639c434cfb1e594d4a1cb9425a476f06fc04aa18d2
MD5 250b2f065376c37038034b40503c0911
BLAKE2b-256 38e603c897d0c87c48f1d78a1fe15276891f0f603d94665d55aa8d250a250af5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bc00a31943d3d6d6a1ab61321d0c14675f4f1452165ab712c90c8368f754648a
MD5 7ed870f4c2c90cda21869a78e33aac45
BLAKE2b-256 81a915fdabfe8d0a9e14d0570e6c2b3d9e6144166dd82d76206f68bae4968c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd13f3ba45ea56f2db85a66c1d8b03337ec8977b0a00a02448f4f65112638177
MD5 321a091e163021fa534c6686d2025bc0
BLAKE2b-256 c418af32c6fda144e053c106b52ef7775035f9ec981bd4987f66bf13c78e14cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf3a5ec5095f56dbf0ab8258d722d860746e807c5ace99ea5ab92000268a750b
MD5 9446e25d91e48ebe068bc4d2a4fc1f5b
BLAKE2b-256 626c7d50300b72c03ec63af8e1ea997b448ef8cf2f1a9393cb243b3a7dda5289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c65ba92ec43ef78c5926506437b62d959ac4e343f8bf2cfc8ed799c3a6495f23
MD5 dc488db8731e4dbe745d7a02b9345eb4
BLAKE2b-256 e78a115dbfd71a72739b6d6b68a3d2fc2c2e6a5c8ad8ebf20c73f18f1feb1f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 71afa142cf045b4d7743a96aef66f030342a8f287a83733c6841d3b005954c52
MD5 6f25f99ef148017663c74c06118e9929
BLAKE2b-256 1514597ba2bb300c588da62cdcdceba5a5a1d31c35157699c11e8e6dbd7f4c28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b60e46ecd3bee23f4e458303ace7c86c592cff2d28860808a5e46398f915035a
MD5 40c237acb95a4f81225c16187549fa5f
BLAKE2b-256 7124ab48e19a9769d01996a225570f2b1f0600fe0a62adbe77713356ea2de923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6232b0b8dfecd73bbc4dc4865f1c0b10d00df63dc19ad7448b5e5e45fdd279e7
MD5 e98c91ad8866d01766b1ea35bfdc9cc5
BLAKE2b-256 aedc42ff2c5228a5fa5897a26fa58f2e9973625b91931fb34730057d26fa2ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbe75eb05d5cadbb32cb6db0d0af53fe2c64ce70121e2704111ada8575778255
MD5 cef76195bd6766020825f030a05ffa79
BLAKE2b-256 17ad35d179d2c6b9d43236ea2a9750716382c8bcdc2698554ec667c8fdc99784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4d6c13fb07cd7d4068fb2a82f91217d7ea8962ebbeffa88f9aa57e4d24b38f0c
MD5 5455079d841970d89faa0751a617fa7e
BLAKE2b-256 b8eebb9947fce727caa1b7f3234bf4d8b5d85952f5c9fd4ffb7f853b6f519c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 436bae87732b90eb315845a95a41446dc0e5dbe77ea6c018b28d2b73a489ef04
MD5 6670ccb829fc6c75bf6b5ab9ca0f1214
BLAKE2b-256 97479169bf36eb4e98145bf04feead3567b3a3df0a47d83cd926c2fc6f1dcdd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0f85a2a460a8e7241b42e3caba9a5afc3ea6e4d47c6dd39d3d490583418cfd0
MD5 4a949246e0d8a602e5fb5049036ea3b9
BLAKE2b-256 0d44f0c83c74279d48762c54aafab0ec37db2cdc65d464e537dd9e559620d135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c012eb605dd09d2d161438bde8dad7d75c13a8fef7ecaa5f463f0dfd2e1a2a8f
MD5 57e52e5f3a0b7244c8c84646d7860e66
BLAKE2b-256 26b688305e0dc6c3c87e5c0d38d1b873bae9c2a9b4b445019094ba38b6e3cea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 451217d29b37c0d168b1dc4e9c29d0960ffc0d1857e9dfe9d90089c8044820b6
MD5 7a1fbdb28d2c443ec4d6d04cd30857d8
BLAKE2b-256 8e718b54c97909a79aadb066d22f4f3649fb2ab43e2cd0982504c680da186a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0222bc5d439151db46a00cba51a4d4b1d4bad453e760f0904b506e296c5d7b5
MD5 6d45aebc1f5ab642dd04521c9d7495e5
BLAKE2b-256 14c81bdea49989901a3b06a33bdbc51d0792701199a213e4c5b20cea6719574c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dea4f82f5e3997b7633c03c5618f41b89d220008dcb9fb067303a796c8aa5726
MD5 17d3c7a2b4b25da04fa7aa90d839cc8a
BLAKE2b-256 352e8b669c644de6e1cac4ceb022a310cec1082dcc00f17f34b954466812a1a0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cb898867f198ed7e8a446464d275d81f627e32371eb4730d2c916317a3844a08
MD5 90db5d17f172df982cb141c50b22fbad
BLAKE2b-256 c0a258d0302f9be4dcad8ed73baa0463fabc4a8697f81e2d48b6a7cc8077fd55

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39fde6be4b2dd765359d470d9fbef5f892c87f17b9569d621a4d85970082059c
MD5 0c9828fd42bd6827b509fac12840fe01
BLAKE2b-256 9b35a5a84eaee8787af1d5c51ec1630023f1e84ad6c1ae594227f6a0a6102b7a

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e3f31d513f69043648a91a8ab500a12aa1945c60bb7d245ef4891ec8c22f123
MD5 0ce3eeb2d1b65b93ce9df0dd1b3e5740
BLAKE2b-256 47b6fd3218008fde96457110e9757f26c11ef4ae6a51ee4eda0ae0dcd1a807d4

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e35a7b8324c3f1c1be522484d829433587e08318772998c5b8b0c3c26a6430ae
MD5 80de36192751c5861037bac79450a738
BLAKE2b-256 d6c8be60720ad2486981ccb574534a0aa7d25e67c2616b57a7696afaa046900d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 027266306c4f72ee3eeb3b4a9114a2b5f05c61b620127ca5e48f55ad0f40c3da
MD5 5bc4563db9a93cbe5a9d64b9d6fc6c40
BLAKE2b-256 7decf526b2fde9a95701ba8d996b83c9f542977e9a0e45fa347f05d0b2021c07

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6dc1803dedebca90327f41c4479dd4bb0ac7f5d75d4ea626737f137569288a8
MD5 f42154e085efb75cf1ca397415cd4dfd
BLAKE2b-256 bb69d35173624d17a68f53d80504116d6886f88ef679ddc37c3520a7bee730c0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b1ecc43e62f75cc2184c4a781cdc991636eb1b9d958fe79b5e2294327418b4b
MD5 6c7f23e639d2e420f0e8e167ed361964
BLAKE2b-256 d33fbc84e64065c41e86eed20880b158fafc662379c2361e8cf341e959127c1f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 12886fc8e517224caef0f574a4cd1e56eb625fca32a1a9544551f7bb85f87739
MD5 e563f19ba1937d89b8f7c3197db0f12a
BLAKE2b-256 28e10390f92930d95aa991a9b5983cfd2aea9c127de918b628f50008a15e53ba

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae023404b40c542169acce708047ba2df5f854815b4c26173484f220cb249109
MD5 0cbb3a29b66428165fb322a2cd45a666
BLAKE2b-256 82412b1cf6f0096a87b9b6bcecea6788c41ccbc8b07f739f5c9028ddfb0d6ec7

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 352b5af9916dd819570a22114f15c69b9a3abbd9fd48f0d8d3ae8a7461becc7d
MD5 f5ff87170f694fe1340fc69a510ab86f
BLAKE2b-256 043f3395908109cb9aa7745c2b8511d27508f33892fbc00be15e5f7393d5bab1

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bee3de0777c914ba39f65882a0e2d1ff27377a01d516e81f462c4a0cebe41529
MD5 5af32dc785026aa01b4e3d1382f0abe9
BLAKE2b-256 53ca9d6fdc558c4a39aacc4272a2aed9a77a5f6178ba3579938eeaa055ae4092

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 caa6590d00cfbc48477811aee439254ca702568ca248487e8550a1d9a737efd3
MD5 3ca5e914da9fbd8fde41024a9af1eb05
BLAKE2b-256 1ff2e9adf563dbc3a606f99d2501931f2a18071aad6fdaa0be06e1ccc8fa338c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 028efb46d7823347b4a89822debf6a4aec45e32d5e1bc41c9b9e7e3e1262c622
MD5 42ab6dc01057a0e11dd502928a0d9938
BLAKE2b-256 bc0bcbf0d60a33623f0bfbd58a8be1c1f0e27ca51d55df87e431f42702e6a631

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1dedf9899cb9cc6000373858ea9d7069ff4d961d4c53f6624496ff31fb4398f8
MD5 d1d76f423295d419b00fd9bdd7701ef6
BLAKE2b-256 5222fd753b852d46ef18919df826771a5a7e4c5660e2afb6424510634ce3e454

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp312-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-none-win32.whl
Algorithm Hash digest
SHA256 c7af72b8afcac625d69acd40f714963725d8078bee57c36844ae1b924d6490d2
MD5 c459b6add51f7f79476c3d6aa02d8aec
BLAKE2b-256 b19c065d10300d3ac983300e398c33261d39935d77908c9a7c6bb4a110c75095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2fdf3c4d3acbb772c5e90da1f24db39b889d9e69b442925ebe56244a89fc24f9
MD5 9965fa4664586acdd8d95a1447b9fb29
BLAKE2b-256 9ffa02c2d18bebe763057b9dffb2d6a5be03f633bc6e3316e9ebeb0ebd40ed22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25f3f6ab788d14a56691cbef8ad3345040c358fced832338b81fb87e9951ea5e
MD5 676b0c676e36a3117d38c816f7a7d63c
BLAKE2b-256 13eee1752b352c79a42b1af500bb6fe251e41782ce55d7d76be8d40f9f5b7f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d4f62d125f9cd9a3bf183d1cc3d0ff794e78185098c61c6392221a00e15dc4c7
MD5 1500cf8e0d435a9e0154107a3d129d3d
BLAKE2b-256 4a20cd62358b12c07952ffe64688edf2c37558f90785e6f3f050a23ba3798080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f5f6aab32cd3cc0fd7fb72247bada0cb269c3fc120dbdf12cfa06af1e5d3243
MD5 8f9cb73053c5b3a32ca9d2a4d4cef870
BLAKE2b-256 6b7c430613e33c23b4fd883f582682afdd48eeeeb4f474c8d1e005f858ad8326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7ad2ed21601f40037e912e87725bb3e3aef1635fdd84eae21d5bbb0034d5727
MD5 d142e78aeff3764e8150408bc1cc2c54
BLAKE2b-256 7c6fd91908e5967198d83993c924660b18c03eb1ea560f6539d9f376ab4b42a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 950a127bf0a71be0a163bcce16d9cbb227e80da4f12ffcc0effecd9743c806d7
MD5 c886b06371e79d214df0b9ecbfd25bdd
BLAKE2b-256 d54fb02c27f405f63c729b2bfa392044d5c182126907c360012da47118982aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1aa1cf5a76ea8280f2f684593f1456d8f459f200f13e7e1c351e27001310ae1
MD5 88ba1df4bc312023c78ca3b5c518042e
BLAKE2b-256 8fb8a4eb574670d0a3840c3a20f5cc2889cec572ad83810067d7fad67e3a98ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21bc7bfb907ebb4805b83f4e674dbe2745dd505d22472eefb65dec09c679a718
MD5 747d9620c1192990fb90f13c94d29789
BLAKE2b-256 a3c41bad1232180de5368ddc08845e72d9bd6eb90ef135708aad08ed5692bb3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aed015ca58ae7e9912e7cead85feba9ce7ccabd6605d76c436615fbc035278a5
MD5 180f8f937552844cb3cb8bb7b772d3b4
BLAKE2b-256 101bad82b7592294ab909d514838173124b8f302d347ce4c630b7cc37bc652bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd1490d168409763b846df691e14756c1461b1edf62343ad72c4b1e00918798d
MD5 2eec8f0e054af0003ba5c6b429a04188
BLAKE2b-256 5324bbd57790c3780dac0d48bff43d78aaefb17aa6793b5d44ec6825e6d700b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a65facd53ff11314a1e2411fced145daa3a07448c40d8aff87b22dec703d631c
MD5 5aea3067106de52179e3b5c173071c3c
BLAKE2b-256 8dbbfc724925bdd20fd70e43a5fc05f39d1ff4b6e63e63b2c992b000d69a4c4e

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f3480cb2e99b7d0ffae676d2d59a844623cee4c73fbed5c9bb3069b9a9845859
MD5 680a54bd2948138c6e2f20b8f738e02e
BLAKE2b-256 d7813119950191dcc80db45cb7ddce0d1b5fd19bad49ec1e40218e72aaf71c61

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp311-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-none-win32.whl
Algorithm Hash digest
SHA256 6e9c09a916ac890ea629ad8334b02e43ce7d1887426d74c7c69f82d0820f66db
MD5 e4770c7cfff6847d87090292033dd5e3
BLAKE2b-256 9cf3d6f5e73456f6bf4001bf67c0e568ab2697d1fc176cf1b0e2fc4fdea0de24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6c3a446e7cb339f8d58659bf0bbf8b549482c2eefc37c7573b84150de4423d7
MD5 8dce78d980e5db8b1af9d39505754733
BLAKE2b-256 ddd0ae98b03e8f10ad0793b713b2afa723b74995f5c09dfee9d760dbb41399ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 97e739430d3b7801a4afd0e767c82554b92ba727b52c8c3a1ed9f9b676c176e3
MD5 de546bafaba88dbb6401a96188f7346d
BLAKE2b-256 cadf8d534cc41a699bf0b766aa298704fa44bd981013f9882e0330c2fb70af9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b7eafc0ab28d5835789abc82d2443aec7154c0bca8b627597ab7b4761bb3d8ac
MD5 7317a9764b49c80b0144b877f336373d
BLAKE2b-256 67962a3dd14b9b7e07a5624c6cf02c66583e20734e5c5d789fcf9400c9c87bf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbd4865d3ef310fbad03197511423376ff8fea162d8d14c4259ee086be249b74
MD5 402f441d1442fec3e200e82ae3795592
BLAKE2b-256 a20a22916b1f8ae4187781ee38acf3470808a1a7b5adc3f435cdd112dbb21189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d72041b34d6a7ba5e83009cb96c59c48b356eb3831a0ab627421e1fcdec83c9a
MD5 dc4ee27a8fe4abe4a02e5d72b706c8e9
BLAKE2b-256 991ee7c8940e097d99266cb9b5c4c40ca2e52afd27f768b3d1ec0f125b0b2ce1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a337fd6eaf16bf8c42752d9a25fd58bb303499da5d6428b466eff7ddb642237
MD5 580e69d16c0ab07bfd916429a4ceacab
BLAKE2b-256 1782ee1b319fafa3abd5c9e7c4b9093193bfe645bc4eb9effd97147fe0e5de77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4af354d2e138304c20fffa0820aa79f9b4ee4de3f1db4e4b77cd0fdf72c39fc2
MD5 1bbe7a68030329578db0689c91035298
BLAKE2b-256 0b7a80238608da59e1ec23df49b7cd7891a7a0ef22c3693ff5263783340440bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4c11662304beb093dfaa24f5a3b036d4e76c21de7dafd2bd43d0e78325b377
MD5 59a957a0c70f4af6bbcc916fdb4760ca
BLAKE2b-256 8ad664e8a2d7287499668531034e93459b04bb891c3063e821850b6d901f316d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e48ab058ac4cfdcb6bdaefc8bb555a6d36b11673589332d6336495d388a4902
MD5 f1c7d7b16e416abd632934496615ebe2
BLAKE2b-256 ff28ec02fc1bf84acbd1595d603cd7c6a2926159175cea3be1166988322190cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 808f1042c31e8373bcd56be45fbebbeae2ab2e90b91178bc4d5cfad13f235f34
MD5 fa6e2060f6983e7e8540183a707d54c3
BLAKE2b-256 595e61c0cad53f737293563d8c1724b79ad949e5eaedcbcbea6918ce893e5682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 200ce6173c330af830177944d18402b4861f1dd1b52a410a6c02d95f69f04b92
MD5 22fcf9a222fefae1dd57cab146609be8
BLAKE2b-256 22c1b25c23e06132731f4475e94d1313464af1fd3ade5779a96b8491b187cced

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 09a1ed423242dccd5016eec18e74c80236d468ef2e85d3297615ddb4e792cd77
MD5 9c5a13925ca77f40cb60b47ad5df4f21
BLAKE2b-256 f057616985f9adb6008b174682f1f3c26a8736a689124351677e103c25b97c06

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp310-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b13e44670e34e2d28d1856bba82a362ed4b84822c73bdd23f57e941da0f7d489
MD5 64ef5a580ab7e32a35dbad94904c4a80
BLAKE2b-256 d0e109fe0a4f7e4ded8e373857429758dd8773d5c5f456a46faf6843699cee1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 260b61bbbed75afe4f5e2caeaefa0d844650c5bcde02dadbd963d73253554475
MD5 7dbd9ff9913cd6535142604246303c24
BLAKE2b-256 65d4c0873ba047b345ad793834eb96d003c186490a652ab8b52b0e492ef1958a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 534609eef941e401aaba7fc54903e219bbe9bd652d02df1d275f242e28833aa0
MD5 0ab36fcd3ace5e195ed4f4c50a5d0225
BLAKE2b-256 5c6270f1836c31ad0a0548142e5177f3f20fd6ef5f03481fb0b1a461789f2ea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e4e36c2474b946dab0c1019ac38be797073d9336e4735d574cd38cc506e5857
MD5 72b55c666026639c4cdcc9640ad653d5
BLAKE2b-256 ed1355648daa439408969e3258c4e6fd0bb20998b1ac5ed69f56621926bb23cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09ca55cde30aea939c86cdadca13d7b500da414070b95fc5bf93ebdb0ec14cd7
MD5 cba1ad73d987cfb172c28f14c9120bcd
BLAKE2b-256 eccfd51cf3312bbc2ac77ef5928441df0b86a714148956492d88d51192adc8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79daf697315084d1f91e865fae042e067c818c790dfdc6d2e65b8f9d119fc703
MD5 7d91b3e3afa92cc663a00cd69e90641e
BLAKE2b-256 76d011705b72d6b0c50f206d42b8af0bd9f07c3ac373ed36ab3c0779170f8308

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 332d6340201341dd87b1d5764ba40fd3b011b1f152145104d733c378a2af2970
MD5 6b72bb9265517390c85a9c0f4f440625
BLAKE2b-256 c7635baa949d175fcddaf1722c163f2b450ea3ea8906f3931b03e73efb403db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f28937f25cc9fcae37992460be1281e8d55973f8998c7d72e7b5047d3ead375a
MD5 dab427aa9705e04a021332d6c296a4aa
BLAKE2b-256 0588ed9df4cd6329dd19e87d27f403c0ad6fc7ec20f514aeba168a143aebdf1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3772e233a03a322cd7d6587c393f24a6f98059fbeb723b05c536489671a9ae8a
MD5 3b5a63d7b87be6edc814e535b37034f9
BLAKE2b-256 d14757b56e586f9c4c6215c13857eb91d7518b7ec2c31b11b6cb0fa0cebf8638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7764520c8b347ff4f3ead955f2044644ab89dc82e61f3bf5b9baa45ff03b389b
MD5 cec395136b4a00812a82c23ce17ba9ef
BLAKE2b-256 ca6af7858f0d707a821671d3d59ed79012dafad3a22ec04a6f1044094000ad83

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad84b1ca46329f23c808889d97bd79cc8a2c48e0b9fbf0ecefd16ba8c4e54761
MD5 0e45c1f0005941180b9ba8d422228612
BLAKE2b-256 98aeed9c88c076944f43f5632f9b748413a6bc25232042732b7a1d186b80f82d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 830a1cd07b46f84d07b9807ea1e378e947d95f9f69a1b4acc5012cf2e9336e47
MD5 72bc42bf93d883c9c58c6b80671b5368
BLAKE2b-256 b0c1e1161b3251975009fabf0e4d67895554ed4612d8416b9d5b060532754d6f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 43d831223bc76cdee33ef5668a736db098a0c20e80f9e10bd2574253ec8a5e5c
MD5 317d73b66b291daa204d16b719b8e689
BLAKE2b-256 469050cb4dbeb69f93529e1c684e10cd1304b5435ecaab6c81988329f642f294

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp39-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-none-win32.whl
Algorithm Hash digest
SHA256 89b7c4a1194dc2b1edbd05532d6ba193ad5c0ada03d5a0a78744ef723007ceb5
MD5 612cd1b85ea3dd683014d1e4e226b49a
BLAKE2b-256 6a1ff55e10063df4bf98478c14db3d78beb4f7cd868ddff37b3f7b045fc85676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fef2cb2525609d2881685e5ea383d93ba1a1aa2e8c2d94fb72d8e005fafe70c
MD5 4728e8beebbb8e323dc5f5596136a23e
BLAKE2b-256 b7d97b32e60d201e3fe36df8c20b717e417dae8ce47a9e322d951ad032c6a33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b0f6f92da76fec954c3199ff94c6ae080e174ee33b7241fe75d921d5c9954ef
MD5 879cfaefe3d5c56473adfbea8006457d
BLAKE2b-256 18e8e9a38f2ea60f0d9b575d8f7b5fb70633830b258de645a52a14d4b4bac41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c202356183a467307930a8da21c6a1e6a2a4ce4841805dcfec0629229265ac4
MD5 58e2b9fea95787324433dd90dc32f8ef
BLAKE2b-256 5ca1f2ba39fb8b92beb8596d2f0513435e1eba3198a9aac76d4b5d563f884880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d0b160e9999e331e574135784136f500924a36d57d0c738a778b09abc36a495
MD5 5f8822a508d3d63537f6ea5cb6252208
BLAKE2b-256 df60fb1c2d260e04fd1a0f1e33b3e3e155bd79ccf09afcd829623c81c61c3412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85ae80c05dbe60d55691ee948927e80bef4e846c652735c639c571578e1686c1
MD5 7359cc6d672b4d81ebfe6dde53fe38fb
BLAKE2b-256 32d7fa2b10ff15d607f7e0d18ff1585a25acba87254bc7a54f67e5f50314302f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ee82d050e97cce6ac8298bb77119e9aaff2a51feec07e6682fd3b8dba405cf7
MD5 14fea9589e2812b928fff1dfff132da4
BLAKE2b-256 14b252703b6d8f6d73dd7e7f041ea573cfc3dd4ce3a7e25527bf6ef55c34a3e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 11c43577a8a5cc55e88b07507fd9bde7885b948d1319c3850945b135a54b4285
MD5 0a34bad2b382e30746a30356b041bd68
BLAKE2b-256 71108b253dc82bb28ce787571d88c76e9be209a9c309573f065c5e5ee35f99f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a524054b860730d76b4bf81a3f71ea82e1e74bb0dd5192019b06a31c80393e1
MD5 8391f84bcc952fd515e10d965cf6b301
BLAKE2b-256 4b7a13ae427d86cded7bc8038bd5b75a1bc5b4a376e91a0eda0368c46a0d7c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3999ce6d43cb3ea9d23b41883f2284326647604a91dd23030973d345691838f2
MD5 4a8fd39381092873e2c72abcdc6640f9
BLAKE2b-256 10d664e9b2d66a0c616eb455a46b49b71bc9935f8a855f96f431b40efd230f83

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 596c266afc617de543153ee95184c1ff54e355194a44bc0be962798a197cf367
MD5 80f8f6bf4a6ecc3012fa3c3e3461abaa
BLAKE2b-256 dcc30817235a0e1bc45bcdb87c2aa7482d2a563c72258d61af8bbb1c29244120

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf359da1ac1648f851754ddf230ab228986653d87af7ade00e11d7ee59feba14
MD5 196ef7cee95f6c4ce6af16a609ff997d
BLAKE2b-256 e407c854e75005e619e4d553b98608f44c9e337a664102467e696567994806f0

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 5199fc82b703a2e68957ba8e190772cb70cdb11fc0276e9b4a756b572122a137
MD5 2bfb89fd8b566d7ab6e12e7d0e8f1ff9
BLAKE2b-256 c8f9ec42bd3075ee7730b3e20f9a97bd9acd8d5a012bf572a00e64a024c2e53d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-none-win32.whl
Algorithm Hash digest
SHA256 4f5d1fe3e31a98d2563267da9f3c7342187d062e8ba5e47203e62c5afab7b9b2
MD5 0a603b33163a8fc4c22543a19b9a6ce0
BLAKE2b-256 500a40da30fdcf9d12f5bdf93f3710cf773706db91e842b130d1508f4c4edb1d

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78b2e516449321761314f4490013be21ed1d70a156a742f5875d4d81bc78a36a
MD5 42c6690c0a73dddbbf851568d8d41fe4
BLAKE2b-256 e62085a0d07a533f32fedabc88724f3f9540884a745eb845e52f0722fbcfd043

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d209d95e6d675c7d5d335d96987fe4a9d4b2d7e30ae2266406915a6479bbc2d
MD5 ca44d0918e98009cbd85d96eb7ffe75b
BLAKE2b-256 e68c44f278679e87f4adb23b456194c7e865bb0a23d68c1900e02f8e421ee5bc

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5f5dbb28b583d324f693d5a3e0e15a995788298e530dfcbd367921a471587698
MD5 e226294990e961b4588b8435ac324587
BLAKE2b-256 16c33a8081afefff9b2cf233efb978bd7415cfcebd78f92172748c1c9370140e

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96e8b7035077026fa6c36d09195cc7b65be0a47a8dcc947c8482e4ee6f45cef1
MD5 e9638d8afaa34cf7ca6fcdd3bdd70b0f
BLAKE2b-256 1b9de331807dcc0a6359c5fcd8046f0b962c78b82b6a001e29687656f54aa5ae

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fedcf19d9a72670400b417173f239a3e455b3ea40e06398a2d9f11970358ceb5
MD5 cefcbf4609b9d44cf086f225b93e67b6
BLAKE2b-256 502130fb0ff3d3b4abae1794f9af05a62b2c846a266b2e81a57dd3272676893c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24ebfd63786707b6be86bb34478e0f14200e2b046722601001552f5e997f12ce
MD5 cdb8e92cb05f1958aac692a8cd2a87af
BLAKE2b-256 40e715c1f585c9a4ab5e0e0e7bca2e55af1bf1ac87c117abd64aa19210a63b5f

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f9bc513f94a93bff54b8941ca85666fa2e476a6a430ca68bcea0767342225d9
MD5 3be1f5b7cd40923827090e43b74f1dec
BLAKE2b-256 ee89cbb3476bf9e8d38ea8e551b8c22e4beb03540954dc910fa0eb23ad6b0b5c

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e37498866fe2cb7dfb2ca1c5fefb45257ed298d3f6d10584497f2851441c975
MD5 93b779b6d543ef09cfed3e155eaa3ae4
BLAKE2b-256 7ec284d6c2c3e6d4985bdaf523f70f050db679c210339fe42b7372bee2c366ac

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db374557720ceb6e42a976395d9b4d53f6c91ba7e372d3538c79e2369f7a98bc
MD5 96fff321b5a5fd3fcedf11aafb8c8638
BLAKE2b-256 8703a933adbad4e631317f58da96282d9561eaafea36d142d8262173a3c90ce6

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 aada0bb86b457d08cd4475f90b8e0ebd05b05a1c67da0507b0a3050a31e39f76
MD5 0ee86a5dd7b40201654e412bdc3c0bf7
BLAKE2b-256 629c4e12a0d423113025deabb2c7a7ff0dba91ae7847dabcda605eb1b51a00ec

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-none-win32.whl
Algorithm Hash digest
SHA256 74b7505ceb5cda18cd2ff3c715b19ce160ae4e303d4d4c1081c93cc11601cd11
MD5 f5d57910e5c4bcf8ba91441f78636ee2
BLAKE2b-256 e5646c07f230a740ac5dde4c671428f6d2b57ff192370f5e177a4cc3c39af7d9

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44ad459b210b0b3e834878a92e5ab52662c544cfc10ba225db7fd34efb6b40fe
MD5 a2068b15aa92c4b693e1fb442bf6496e
BLAKE2b-256 3d6b95a95af06efab45c37af904cf385163d10db8254e487d16aa0fc6dcf40b8

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e15994ac3507a77e86218e286cdacc3b5c3439effcf8b6b9f56be81c889c7654
MD5 44a4a81f2173c7bc32cdd4ead9f57efd
BLAKE2b-256 175d4b3de6ba1154cd9224e5c0543e3821d9350a44b4c544618476e9dde2b766

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a49972d462b0617d478b1b38a44eb6ce6e4752d6f76df79421693ac21a06039
MD5 d923c290e2dad6f47f070220b7a8795d
BLAKE2b-256 9a97d20df5c05633371eb7ea1178c7d8edc38920fd54c7288a2ffdcd3e277f66

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d9bd8b18ff5ada4890425103fc404021bbf10b4fed9f42cb2f9ccbc7048314f
MD5 62fcec686f6521b316f4ede9dc43eae8
BLAKE2b-256 6d3d590d7ecc524dc949459bb19ac4394720f66aed2bfa64e6463126f83155e8

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 472af4061746f3df6933271b919c53ef28d7cfa98801888ef4f1a97559153c19
MD5 c8a42ee09e2ce7aab04dfebd204c4b09
BLAKE2b-256 f321bb63ad4c38114b45c0718f538a6bbea4ebb4b34ca52105ad3318720f0edb

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ed3ad284923e70ceeb5dc2e75bc8773c0ad52ca41aca34ec92b81d9b370b9a5
MD5 a6d2396d4add879ab49600ad67af1364
BLAKE2b-256 879a1ae99444da4ccd56ce884124c599c46c4e22bf24d6e73211f50f64dacd69

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8311c96ecf7924d57170159c984fc638f2a57ae79eef23799d4f3f8fb0ea0be6
MD5 b26516565e56eca8265ae15f960b190e
BLAKE2b-256 32f72c65531c8700f1dd1426c67f100f3fb8efe94139ed9fb00995ce82015699

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fc0b89d9075e7953512d06e02bc8865e7da4cf7061e8454a8b42d6030a06e06
MD5 9c7bae82bdb7cfb2a6c0747ce76a187f
BLAKE2b-256 f992b02ddba6786c58c9a723f413fdd6c3a02ffc34ae63a420110bc25cac4b10

See more details on using hashes here.

File details

Details for the file py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6e3a3528a3b00113f491ec63b38a1994e7439372a88419926a5671098e69eb0
MD5 da37569e542bcd6cd99acdbca2b95097
BLAKE2b-256 d13b12ef94dd04b64fedc8c384b1d6e932c4ca5982bee12a4ae91082616fb939

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