Skip to main content

Python bindings for the ed25519-zebra RUST crate

Project description

py-ed25519-zebra-bindings

Python bindings for the ed25519-zebra RUST crate

Documentation

https://docs.rs/py-ed25519-zebra-bindings

Installation

Install from PyPI

pip install py-ed25519-zebra-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 --release

# Build manylinux1 wheel
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build --release

Usage

import bip39
import ed25519_zebra

message = b"test"

# Get private and public key from seed
seed = bip39.bip39_to_mini_secret('daughter song common combine misery cotton audit morning stuff weasel flee field','')
private_key, public_key = ed25519_zebra.ed_from_seed(bytes(seed))

# Generate signature
signature = ed25519_zebra.ed_sign(private_key, message)

# Verify message with signature
if ed25519_zebra.ed_verify(signature, message, public_key):
    print('Verified')

License

https://github.com/polkascan/py-ed25519-zebra-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_ed25519_zebra_bindings-1.1.0.tar.gz (12.2 kB view details)

Uploaded Source

Built Distributions

py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (486.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (508.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (584.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (483.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (486.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (508.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (584.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (483.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp312-none-win_amd64.whl (186.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

py_ed25519_zebra_bindings-1.1.0-cp312-none-win32.whl (183.8 kB view details)

Uploaded CPython 3.12 Windows x86

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (485.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_i686.whl (506.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (583.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (481.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (333.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (294.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (333.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (263.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl (287.1 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp311-none-win_amd64.whl (186.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

py_ed25519_zebra_bindings-1.1.0-cp311-none-win32.whl (183.8 kB view details)

Uploaded CPython 3.11 Windows x86

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (485.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_i686.whl (506.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (583.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (481.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (334.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (334.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (263.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl (287.4 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp310-none-win_amd64.whl (186.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

py_ed25519_zebra_bindings-1.1.0-cp310-none-win32.whl (183.8 kB view details)

Uploaded CPython 3.10 Windows x86

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (485.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_i686.whl (506.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (583.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (481.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (335.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (334.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (263.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_10_12_x86_64.whl (287.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp39-none-win_amd64.whl (186.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

py_ed25519_zebra_bindings-1.1.0-cp39-none-win32.whl (183.8 kB view details)

Uploaded CPython 3.9 Windows x86

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (485.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_i686.whl (507.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (583.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (481.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (334.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (334.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (263.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_10_12_x86_64.whl (287.5 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

Details for the file py_ed25519_zebra_bindings-1.1.0.tar.gz.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2977603b59cfc593fb01284465fe41062d6929b0d09edf0e1ade40709977014f
MD5 4d22d6f2d21b5272a5d91575dc42c5d4
BLAKE2b-256 01f5833c284f7d76e13d9520215b5731be2983f8f04cf3405f087267de89af37

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b40b19b0259412171a36f51778bc9d8e92f21baea469549a03ff99318bc640e
MD5 47339e188a956c23dc4fca4820b822d0
BLAKE2b-256 3c9dd9763cf45b8e7c24adbda9d537d771fb920335c92d39abd919b14f13ad69

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a99ab59da361a9834c0019954e72a7687fa19a3380c5acc3274452c26af3b791
MD5 db13ee70c1ab922d2865a5d1006dc23c
BLAKE2b-256 0d5e833aeff1ef175cbcc4e45fef0e11601c55ce168c4af4ef9a8504f169a4c6

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b8da29729eb83c1aeeb80f0a60ceb30f6c00ba9c2c208548f6628b8f4764eccd
MD5 355b97148b95425cd8d845fc88012aeb
BLAKE2b-256 79b45138793a19067cd0bf7323e9e90ea161b881582130a0e304a282d589d10c

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8843fe090b793449fc8b581ff5d55c03ae9bb18ecd4943ef27c51751df9e5e8
MD5 1bb61e2d15a6b52595dc480f96aa52a1
BLAKE2b-256 1bd52d63a6a53ee284fbca56ed6ad121fba8336551cb346445dbc4339444bdd5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de987c5c8b3a69504f82adc4d3b70aa322315550f945684111d8bfe40288517b
MD5 361d4c6e9a88121f09513c50ba6622b6
BLAKE2b-256 d6a2e84d49cce3e2154c6cd65b66609b5ac6302166a8278ad149dfcd1921d0d5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 875bba860c5ce874e33e6d04c4804c8e4149754720bf47bd66c068a61c2ed3cc
MD5 73146ccb74b012030f017f0bf1a7ec70
BLAKE2b-256 75031825ebb00307727465677c5c4c8b4a651da86e7d004ee139b6d1e51f375f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 db18ef79ea6dc0bc42e28cd46eb442d8e84c0c9c8b2809babd63608efe015ec9
MD5 526db959930260dab2cbd0c30c7c2071
BLAKE2b-256 0ed92292f1e3f99cc617a15bc02b560162a1fb9ed18584731dc4840e250770d0

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ded8debbcffc756214cd55ebefff44fb23640c9f54edf34c0e43b371e2d2b42d
MD5 ef701f85b6f4c065419c676dbe8638c4
BLAKE2b-256 5694c4d6afa181c4e6e36b1a216e5bd9bb795972e7905e609e1d81a0c2bcf626

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9721c029279a6e074d4a69a8ca2ee5da6264efda052fe07afcae6ca04e340805
MD5 ae5334c9e2d5dd93b468c1144a4d3d40
BLAKE2b-256 359ec2e90c903bab03d254820f48eaaed31e60a4176fc249d232f7583b677ed0

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4452e9ed752db2c1ed2b7c74e1d589dfa68101b04c3304ba87a3cb843d34306
MD5 dc0eae7417caa1356120a29c87c7fc73
BLAKE2b-256 d11009692dff7a0f99143cfb0d782d27e4e923eed0257469657b41a64cff3f3c

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 85904f3b4e11d2fc7358686e15c1e0e3707b4e1846e82d49d764c9c44881f2a3
MD5 3c420885b41c0d37c6c1d212eb677e33
BLAKE2b-256 b8ae38b49924c59a5eddfc8892ed93aa6b3bb2bba7f31dfa94103350a56400ee

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 89222bb4e16d1e222a95c622630f3380fe1896ab7d0cd145da39f3aa8888ed64
MD5 7216938bd9be84c0c05a232dc9d66d19
BLAKE2b-256 e0ea128febcf785b280a56892a68ec331a37d253e8e81dd4a2d3cd9b15641b15

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c80f339abfc522248c749323b2cd6d555c3095128b01d845eb48a746318553da
MD5 3b153911d507cd3c06c3c0f6a6f9b800
BLAKE2b-256 5e1b2252399cb249a522bfe696422733765caa509ea14b84419cc45fd11bc555

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e48f09c403c58245cc6712ce34ba3cab91705c901a6c4bb1e865847f46b26ec9
MD5 055b9704807f87f7b9feea3a88082d57
BLAKE2b-256 a38518fd9675d94e08654b5acbbcc7425ebd09ad007d59501a983e35b0828370

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a55f043d87e00e7d68fed03d02ac0725acd2dff9a03e61388285d6d920f6850f
MD5 650e091e4cfc63d92a86173e4f688acd
BLAKE2b-256 92badfa605a4c32faa09ba2f6a914901fcbee11984ad03e6fa8d3d40ae97c050

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f13dffb7875eea6b2bd8f9b1165e29d9cd3df2c919c2f2db0f164926c99393e8
MD5 dec5ec00b742037818db5c97af0e901a
BLAKE2b-256 db374db916db2f621d6387ca056e2de7e0b3689887e0b0dc09a33695d46cf2d5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b7c389eee3f99c1ad3b3fa32fc53914dda22876f8e2918b5b564b98f029dd92
MD5 48094df15a51be80173dd9ceeed79609
BLAKE2b-256 182ecbcf817750b6f925023edb278bfc57da139fe257c11007ed43928d78992f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17694b0afce037860043cf8237a990e8df9c307b4decb73028d794ae56733875
MD5 2d1a646952de09b0a0196d9e9174f89f
BLAKE2b-256 a78af2bf98ed5e4c3c3eee41acf3f0d1aa98f57958642976da5d20badbe9600b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4ba042528ddb81f8f025b1987bf8f19547f188efb7aa4c95d1a4e3e7f968e991
MD5 76d2faf2836447b628c8b10739c1d144
BLAKE2b-256 4f17e334d38d2ff14fab0722e03959472b6e24740376ae92bc30c9c076af2be8

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 33ca2a7ad10846c281a73450316b390c7343e62e40516389fc1b580241f3907f
MD5 95966272e61e4a66733c7b83dd1d45aa
BLAKE2b-256 f918ebc4dcde6da7f6a5040bf4c53fd53a5942500e40da8ff3179b8e8462f62c

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e09830c3672699f5f1f164fe92b102254ef68300ceaddc847d9a35bf4a2ec270
MD5 b02c06267b38d85dddb20ced02d33dbf
BLAKE2b-256 28ca2bad513face5cce85773d9ecf92dfe8ddbeb8ef33d64b6c2a14565cc99b3

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 072bf62421ad890c1849aaa19c7b6e6a890d337f0622e9bd09161b180a10496c
MD5 dc7d94c083ff207749b199d7c6891d63
BLAKE2b-256 ca8f9dbf2a43efdfd2b2452eb497b3a72bbac40c2fa57afc6262574cd05ed7ae

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d56b81186fc75cbcf80d0549f83e98c62c4359460e512f9fb8d6c7be2a158dd
MD5 2fb907577deffa06ce5eee1a45432b26
BLAKE2b-256 be7be96f39dfa9fc11e477256b3dec80b7afde51004ba97f87ac2eb3e68e44cf

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 650081644c6613fdf658456ed4b2a6580ec1b54084f318a31a924ce5cf536bb9
MD5 4b75bb993e2f115ea1f0277e6dfa55e5
BLAKE2b-256 8800f4e05b36cc04212c4d00c6fcbfbf17a2b15f6d08f00f12c1ce499061b666

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a01f58a1c980df68c8efd43892562b3224507bab83d880910fbb4a3c84fc965
MD5 42a0af0d847b92a943ddbe9f354e9c68
BLAKE2b-256 bd5bb889db7a23724ac1c559c7079c7a941e822849695109aac1d065251039ff

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85ea7a5632a1bf6713518bb56d4c8abe5128aee173a3c498b3a564cfb346ca72
MD5 1ceae01660f2674f71b053243aa07012
BLAKE2b-256 1a4c4e730ff1c965bacd6a6a065cd4e462d37ed938d172939609a5da01bc03f5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14399e6e8c5b9c193256a1b9aec16b9de719691de84ab23a690056cfe011d13b
MD5 c3a532ab7673c58507c883f6dea67293
BLAKE2b-256 ad6c767881f4917b7626a1a1e5ad80b031a692883e93076c361254f20bcf3964

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a33673e6047eba0a0a28e818fa0b36b703986347fc98e6f0f96e36af68756787
MD5 5e78ef82f6c9261bd267e5af67204cf3
BLAKE2b-256 99ea46d2ffbe8205c02228106ff757bd1afebfe1258f8ded83303ed20c689499

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 655360cd74718d4efb8fbaf7afb2e4ce459af5f1d399479f577a63bd9177aa3b
MD5 36318ce4f562e65f68e5f194bcfa4d68
BLAKE2b-256 7f3dba457c149c108d594adea964573f2b4809fd3b7ed887a7d38aa77ed7d11b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e2a12d0bbf58f4d1e5ae2a1c352e43302cadd747a1a5e88fea03ce7a78a562
MD5 671e42ca6a4332723a8c96d355fe5263
BLAKE2b-256 81994dd0de0907eb44e3bb4240dd5daa002ab52c92a44f288cb8485e1cd42534

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ee9a0b7eb896547e539a27c4286461d58c6a99952ea27fa1b5f5e39e63019dc
MD5 837c65ed16fcd6293b84ecf3b2612485
BLAKE2b-256 01e741d2c8c43d173e3f5421dbcff89ddec60f3b0df2111146a3469be8f0b19f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 c4a4dedb1b8edf7f68dd8015f9d8a20f2f0ecca90fac4432e5cbabfcc16ab13d
MD5 16cd6bf630c0eb56ae3d28245a01a4c5
BLAKE2b-256 2fed1da5f72b31eda77d6333756c6f4c542962ab6071a192e3bf4db0ca1e4ccb

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 1c55a32c2070aa68e0ed5a2930ba547fbf47617fd279462171d5c0f87b00df6d
MD5 51c23f154ebd1535665b733c66813673
BLAKE2b-256 2182576d2c725d6fb66090424ad30eae9b1a503cd07973b6bc10c1f28a508686

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9555ccf645374e5282103416fe5cba60937d7bf12af676980bd4e18cfa2fab48
MD5 813d9d730306bb190f776f15322d313a
BLAKE2b-256 08061afb277b1021cc0669b56fe7cad81b5f26f6cded280f1b2f881ac6dd5f54

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b79af368be80b5cd32b2a678c775f113c1d76c6f0e1ea5e66586c81c9e0ab5b
MD5 c7cb37053b89579b61594480a11e359f
BLAKE2b-256 89e4568c2134ebe3b95ef10c0d00da28a8a667aaa2cf913f2b8436a7080f8036

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b461baeb4adb5c5d916f8cf31651142744f29b90f010a71bb22beafe0d803f40
MD5 33918b3d6d0095faa556a941191ea5b2
BLAKE2b-256 d8a7e37725ae7029482742ce77887636a1051c8ba4667c84dca53c78e631d2e2

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27483aa9262d0952e886d01ec174056503238064ce1f08a3fb17752db18071dd
MD5 4e31d3851db02159ac40835b22bea60f
BLAKE2b-256 288282e787a9899a02154b7db6f73c3fe9d5f414baa45e3f4dff00362750473f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89735c2623bcf02177004eaa895250a3115214cd51df2ab561863f565aa06b1b
MD5 cb18caaf132acdc9d9b5a302e3b70c30
BLAKE2b-256 a1c9a6819824ed0bea5139d3b85eb51343f2f00dcfc93cdf3829deeac8b63fc9

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f4a7bb72294f7f1f560a464832c0fc32bc0a20cf4d3b638f2428bf3dde6ebda
MD5 3977d09fe947ab7aa9dddac427538542
BLAKE2b-256 12de5aa80345871578a23d548f03597cab77ec7269434136a0e1f716f7222355

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d6d035b7bd3dd998ef6030666e69cde95c34225187f53ebb9c2fa7298a65ffde
MD5 5fe02a3b2febea3685291dc3e7524986
BLAKE2b-256 ab7679e2a9e3873b7f99b3071a3f2473d7355d47adfa576843fa084bfd1e66e5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ef039b7a7e4f1653e7f0c467d136a7e135061e53fdc74934d36489a8859f9e4
MD5 c80841891deb4e029249d19799b24b3f
BLAKE2b-256 fa385edf90bea230aa9528f581b5540f994bba6bd517ffc1a902d44fdc46fcc5

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4a7cccd8ab3156d1f397c6476583e78427e93cd01fa82173df78b96e15eb9f4d
MD5 b24ae77843a90957fb58c72535da5576
BLAKE2b-256 49c337d32d12e36226f6ffb3d5f68e2191e56b708bfc39662f67e1ff7c5244ee

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8200479a222da9bab0abbe35d9a60e4f658a4039054c3b9f2e58a102a393a658
MD5 cdf5535b287b716ad1f3afe4722a5a8e
BLAKE2b-256 469df41a6b8103697eca40c0bb9b22c8bd9f9593ed1941da340ce27b419c2d6a

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 048e84121007b6ced32b70086e9bd710a825920f0715d73be4760c45f61847be
MD5 238b4fbf0fadd07a27d81ba3e4c34cd2
BLAKE2b-256 9595ae7129025ffc3954994b0bd72c83a091ec1a96a508da2b5a8f3e9e54ef93

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 278481a18225dc74e4292980c1859b1774b9e86da2d9a4cd63988717d24d421c
MD5 2a30c9e1fd27331409463a3029f642d9
BLAKE2b-256 23681ff28bc4e2962a6a89bdb75b308ed9236b3b7947364ff89381a2f596ea1f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 3243cdaad41406c21e3840630ca46a997f30644a7b3c4aa7fe54c930d0ad66af
MD5 b1854135e7fe1edd72215ea3e728486e
BLAKE2b-256 3608f9e29e81266b2686727877e70cad4279b4f1552eca5f338c25a25d9bc025

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1d8f8b04c2b3372ef33554d62fec44db28517dea1986944fc65ce3b35341800
MD5 c278d4490ca8a1dd78d71950c4c7e592
BLAKE2b-256 9381f9e6a1c070d779ef524de7ebe09eb392ba7f9829a744e7b217d843cba46b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c97c0d04be12b299581daba0296bd522460a0f7001b9340d1551c0e2daea18a4
MD5 5648b641a52cd71458975db9112f0d9c
BLAKE2b-256 a8c79d22c11bf0816133010e6647f9dd332b0e4ad4f871e08ee6de2c7f0ea486

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b846ffdfd035206e16e76026bc1f4cb45964068a929b76b2ec3289fef3ee420b
MD5 4ea086480dce5cdb34f15a08c5f8f7b1
BLAKE2b-256 0eb7dc55f832301eff0309c14f8ebbdaa6e9ba75b405c2299bfe25c6bf45bbbe

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a9e5652d3bc2e4e5ef7c12ba6767800b49f9504207e4210ac4bac9c2e31efa9
MD5 6da51bbb5731ca86fb2218171276ad9d
BLAKE2b-256 3df5edfaca7bf003d5ed230e27265fae53acc7db8030699a257e9a1172363602

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 716f090ab1564c9bf13e790b6f8bdea5ae40b68082def48f91023a8e12e38cf1
MD5 81239893689f7ece2d88078f435e2b32
BLAKE2b-256 da9764dc445584317674293137e2fca9e663430f704df45cf534e652662c8336

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 838ea2bb3f27907ec7a07aff6b267646b7c0c010f506673cbbc0d911e57cdfb8
MD5 21de0c7c6429d3d31fa16cb735f6bc0c
BLAKE2b-256 66152e09d120cc4e01340b17946d9dfa3c56f39e09f83b4197ffe9dee5a1e104

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 045396583efc93f16ee80df7739040a66cc7f8e048e9aec60d19e4cd2afaafb8
MD5 922f48c0fb9e234f72a61be7fc5e37e1
BLAKE2b-256 7f695d494066033b1f6d7eb71f9f258161bb32e811226985d39fc73c9cbc671b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70cc6b1d460608b23e7a0f91ecb0cd4d8ed54762fc9035cc7d5d6a22358d5679
MD5 d8e3dde19c2d411aca5ad20572a7d49f
BLAKE2b-256 6253fcc08b39dc2821a785addd08ac2823ab42fc0c380e3c93a7b166ac42a48b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2ebf8935bf1a856d9283916cfa62083b5cdfb24f7b772f42276fbf5b5af0f1f6
MD5 4cf2780850d159e047a6926f9a746e29
BLAKE2b-256 158a4f438c5e73e24cb2e07f82a3b7f0bded1ca6a7fd1233e2d971257acac97f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc91befe939088aedd176e46f1316b46b4c5dd8f44a14d309e49a634fd65dbe7
MD5 daad0185dcdd71fb236bccdf43127f46
BLAKE2b-256 be5dc46810a5df49f110249f98b489f05cc19a71fc6636a3be577cdbd40581e8

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f0634c6b56cd81ce8bc10c322c14a7cd2a72f3742572c0dec332979df36e7cf5
MD5 e622ea06022fe20df160c2b7b0a6b933
BLAKE2b-256 48097fe63ce6765e5eb404e3d755e0cb919f99b09e4d43e7107a4194d5f0d0f3

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 119c3ca0c23570ead0a3ea9e8b7fb9716bf3675229562a7dadd815009cecf3eb
MD5 5a556058b01f5a45cdaf759fb8ba78fb
BLAKE2b-256 f60bb1843c6a0e31f6e0bf35fe0aad6c5e3070894d867974c47614bdb5210c13

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 12e5f602897c1c95217e406d80f2e7901c90b9345011c147c36989bfb7c3bb49
MD5 180d5348e97038dca4098cb1f951f0c7
BLAKE2b-256 c31331a5ee9e9fbe2a7ed5395120eae32e53c339219bb2fd8b342aeadd5ada5b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09b089af355cb0815cca4796407f89aaf08aceb5d39c5b7de087533319e3673e
MD5 0ced5854fdf4af31aa24f4f1af42695a
BLAKE2b-256 d772e7c8db182f54fda23284017a8b04dbf00e0d9a6ce527c5613d73c092be46

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f8686f160c4e7e928c79ad33919817b9eb608e5808154311a933078bad243b4
MD5 3de1abea494f9ef7288e0c54864c6f9b
BLAKE2b-256 0df432a5359a37e05375bbe92f574faada30cd3c84636d47405697fe39ece30b

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2176111de560441caaf72f09da77a1d4f8eacbb34245e2531c7243ee4070829f
MD5 b1d1191fa536001376ffbff2f0444010
BLAKE2b-256 7e6ef5a3a290e6cfc608662b4082573bd50547f8b9338d8db3b8f286082c5013

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0f7aa0056c7af9df6c580880948cce42f779951e3e551573acf9b30462d9ca9
MD5 96043b4643e5ad695354c475500ed436
BLAKE2b-256 c083929e998cf18544b1e4065729b7144814777580da6d1450b9b2d71a06e2bc

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0db1e886f65a439fe9641196e05229715701df572a92b41428ad097d4889c5b
MD5 556ac28f83e3d0e9a344883d1e49e10a
BLAKE2b-256 a4f13839116a19286b70dc833f53e0f91927426d1f0760dd5e1fb147ed29a85d

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01f2952e5c7082dc9266d668528b27711874d0f5d2aa2e85994a46643b12686e
MD5 c53c74b04e982e5fb22cb4a1b93f93dd
BLAKE2b-256 3df6548100f5acd73e41012de260050232c1cb5e342061a319698b0d7e01b0d8

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83aa29a0d0df233591da3118142c818adc3f697143d655378ee076e6f091be7e
MD5 f6baf48a23f1ad7a36e265be5d1581d7
BLAKE2b-256 25acfa52975b53d9fea764cdce92ae82724444f8aad252da001a4673ecc2ac13

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d977fb8d7f5594278ea3eb8283dac811cc35c925176454ccbb3ddf0110e194fa
MD5 54a0ee62db3fc4c7d95e717affe196a1
BLAKE2b-256 693af24944a6c3d9bb16688d866d8d255267096b5bf5fedd3f8ac3f0f2bf310f

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dada974b078204d1591851d0e5958824569900be3ea53676b84165ba16283641
MD5 3bbf3f7816d0d3b4755b3f9772338ef7
BLAKE2b-256 f2aed960505cb54f6059ae85291e6943cd41a38d68d2e42438e26bd6df0b6a2a

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5afba0bd4ae86f06b278698d24acebe2d4b912e0490c94ee550a859377e5c05
MD5 3e589683a607f47897290014b083f031
BLAKE2b-256 0c27dd738d247c2100ce5af3f802fe237a5ef4741f68e7baf861ae60ab93275a

See more details on using hashes here.

File details

Details for the file py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_ed25519_zebra_bindings-1.1.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d75a61407651174841051d59ebcee5716207371999bef78055193e96b6dec546
MD5 075a4ad405cb71c84d5e0b4f6b90a923
BLAKE2b-256 781694ff2eb1f370eaeae197fa7346bc5deb8f490ec8153a17bb9ee4e6eab49d

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