Python bindings for the ed25519-dalek RUST crate
Project description
py-ed25519-bindings
Python bindings for the ed25519-dalek RUST crate
Documentation
https://docs.rs/py-ed25519-bindings
Installation
Install from PyPI
pip install py-ed25519-bindings
Compile for local development
pip install -r requirements.txt
maturin develop
Build wheelhouses
pip install -r requirements.txt
# Build local OS wheelhouse
maturin build
# Build manylinux1 wheelhouse
docker build . --tag polkasource/maturin
docker run --rm -i -v $(pwd):/io konstin2/maturin build
Usage
import bip39
import ed25519_dalek
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_dalek.ed_from_seed(bytes(seed))
# Generate signature
signature = ed25519_dalek.ed_sign(public_key, private_key, message)
print(signature.hex())
# Verify message with signature
if ed25519_dalek.ed_verify(signature, message, public_key):
print('Verified')
License
https://github.com/polkascan/py-ed25519-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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_ed25519_bindings-1.0.2.tar.gz.
File metadata
- Download URL: py_ed25519_bindings-1.0.2.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b86b2867608682ccb6f1918fe710944868cf24e69319d4da4487ae12beebc4
|
|
| MD5 |
951ee58023961eaed096e2ac59ab4be3
|
|
| BLAKE2b-256 |
afd2dcd5e44ea87407f1f09361f62b2aca5f08b0404d0d718ec82b648b08a840
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b073f4a315c255382a9ab944862b24b60e8905dc44c6f3f1a2ae4ce603adabd5
|
|
| MD5 |
e3d415f5a058ca4bf27aa2a1c84613aa
|
|
| BLAKE2b-256 |
1d5f7679460e9baef613b432c32ac18072f1ef330366076756e101fef5e38721
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp311-cp311-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c07e75f9c30d841c0504f1a35051504fe3813368ab6206960c0ffdce936e0f5c
|
|
| MD5 |
e4831691a08d7f16fdb7bafdddace876
|
|
| BLAKE2b-256 |
a7388876a4fd9a2d4ecd346fe8c274ec96afab201d2758df0a2a564f19a55201
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-none-win_amd64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 173.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13cc33dfd9ebd75597e99e4f8e9b7a03dc1c0c3c5673cd6a2daffefdbd32b4b6
|
|
| MD5 |
8771df0344ec4d730fe4c6d9184b667e
|
|
| BLAKE2b-256 |
db61e52901286f1e2cec87c31892351fbd5d03691e5e62b04bc67150e55491bb
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-none-win32.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-none-win32.whl
- Upload date:
- Size: 194.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2550d54fdd5a66df549baa8db957dfd5f349a942923f78e86dcb4d55a1eac4d6
|
|
| MD5 |
01afc3e7367bc0a9ef624ca66e9ee78f
|
|
| BLAKE2b-256 |
5b0d5c390e78b04022b768e669ec7f8cc674167a028e03d21ff0d12aaf65f0ef
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
877d1dad7195c1a73a2f6a61be2cf5e9dc69ab92730fba4b178183d3780493aa
|
|
| MD5 |
4c17883a9954022c8d9838447c514ca9
|
|
| BLAKE2b-256 |
63aad8e3a8943d97b0c985060023593e590f2078e09f89d275e01984994d7736
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebee038958e4304b3abf8308f851b57505ee97593ca2ea37cd005616f9740d80
|
|
| MD5 |
bc901e28130246adf7a0d063a3b26188
|
|
| BLAKE2b-256 |
485564a6c9452ac9eaf73ecb90f8a4e1390144bef9f87a55f8926fb1fe818f66
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13918d0bb02dfed21bbebe5f9925fb8050b66e15cb8c55b96474ff9dd4bc1c53
|
|
| MD5 |
afb9b486632feaf89986464ee94b0922
|
|
| BLAKE2b-256 |
0f33eb8b927cc336a417a4e6be5c99fcf7939056bc43653de7f8ad294cc6b38e
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e5a075eb9ad56ca34cb0b426725cc9250212b7d8202f885d2b1585b328fab84
|
|
| MD5 |
ca101630412e30c4c11705cc422b4764
|
|
| BLAKE2b-256 |
3a65a3118e35bea4a8750ce38511a8b527cf29adc399192a6124274f87a8c957
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebafedb4cd81f686a23b1463777be725562c7bea7c5da864af4f410c28ce96a5
|
|
| MD5 |
00207e4c19d06a36041492e2be264ea7
|
|
| BLAKE2b-256 |
30909d08028b12ea2a27a1efbe0fde77de47d53e4d47987a4f480585c44f86d5
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f55749cd39fb3e980f2f773876d73a4d43eeae4bd796974423a68a518527c53e
|
|
| MD5 |
a17efb733ca48e2798cc505d0007df67
|
|
| BLAKE2b-256 |
0c7bbf5d019c08aacb568cbff8ac55c61608a355f614a6035ed218626776f7be
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.7 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb8c598c8888a81a63dd98fdfadf1f0facf5c4a3a7af4cd6bd39aa8af32ef16f
|
|
| MD5 |
edb8b888f6cc624e470b6fbed762fc36
|
|
| BLAKE2b-256 |
ab664bb5d3a7a569d16812769dee2f59d3984280c72711879878b9d57dddbd59
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 559.6 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01f85c555c560003496ca1b02a87d1c41a51a7f00c955fcce543d2a34bc908de
|
|
| MD5 |
397428d04551e33e55dddfcba0ed6508
|
|
| BLAKE2b-256 |
ae7fc74a59c80fcfd9f0184b11896d6cbff611bc6938863ba4883b1d334014c3
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp310-cp310-macosx_10_7_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 280.8 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6162fbb9ef654b60ed90f69c9f6dbcd19b6bca01ce07da25ccd42fd7413f0eb9
|
|
| MD5 |
8041ca7a842c50231c299b023219575b
|
|
| BLAKE2b-256 |
2ddcaab50e4931c2d474ce94eb4fdaf38c8bfca77fabb4eaa039b802d78eabb2
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-none-win_amd64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 173.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbf8fabfcf4f033bfe107ade31c1697153233a0936bab818bdc764e343dbda05
|
|
| MD5 |
593283124433fdbedda45bc8b007839a
|
|
| BLAKE2b-256 |
dd1623592f6b91e13806c8024cf3c37e9567ee2eeadcf46cf9bea0fe4f3fbf72
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-none-win32.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-none-win32.whl
- Upload date:
- Size: 194.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2ee243292d5f6ee0ddd56c389a19c234091ab1f80007967a41799429f604f86
|
|
| MD5 |
0d71bad45bffb468c40a1b3e40317f65
|
|
| BLAKE2b-256 |
07c4b61846f7c1415865c51bd794066774ce2bc3c91dbf4a8657dfeafe4eb5d5
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffac602e233b32682ee0ba9e5e9566da48257ac2a947a78720d1b6cf4d4e5493
|
|
| MD5 |
2017a58251724fd9a736cf002827d8d6
|
|
| BLAKE2b-256 |
a664630db3818478ae5db21c5acc341a37e32882df9647c6531a908fbe3cf8fb
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b1183afcd59e31af9a58feabce6bca87516b5cc2d19c573e4242482d82ffafc
|
|
| MD5 |
cf62b2f7bdb51a7fb0de8d5d36135d2a
|
|
| BLAKE2b-256 |
b9d66c28761ed453538c6286e01f54f7df0d5dfb897610f473a55a6b9931a913
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e5772bbac9551bff0e7f72da274447d956ffc8c436f485e24e4e57d8db5c956
|
|
| MD5 |
33a2df436654dfd8909e1fcd10553e39
|
|
| BLAKE2b-256 |
85b94e1a4aafb31f345f701aea66d71344861788e2ff97ca3705f31885061311
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26b0bf901b0c0ef376c673f53ca58b7a291637a3fc18fff2317cec0a9d674903
|
|
| MD5 |
715b538a1e7189a5bb1f09ec364d78e5
|
|
| BLAKE2b-256 |
8e1b3cf10bef5dacec7e9d4f5c1c3a633a4d5f72ad0ee4a873ce258b7654f40c
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e653912e4e81bd0ed59bb3207684bc95179c1428bca1b9ef2b313574d00bc88
|
|
| MD5 |
8b72cd31936f5c0bfb13b057b4c1ba23
|
|
| BLAKE2b-256 |
41d3013b548b80b01bff7e62c893417b8c52fa82211ec4dd723956f8936a8250
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672428b36fddcc04b3f6c787eb8b8cd3bb51ff03cf3cfe03e2558210d1a1ea70
|
|
| MD5 |
a1b915165d5a58b7f2ec5dfa3f6af937
|
|
| BLAKE2b-256 |
ffda1dbfc16a14707fbcf0b18f50f523720fe74fe074ffa42b13a27bf98b31c7
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.7 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e2785bb8e5e59e8929f8911f5cc75cd6d9cf498ec90108a86b3a83b4f6c46e
|
|
| MD5 |
7022f0762ca5eda377288523495d29f2
|
|
| BLAKE2b-256 |
46c91dce70915bac6c39e5edb0de6a46b60fbd1dc6aed4b7313d56c7ac26526f
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 559.6 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19842c616c675d1d73c132137527581e4e9900d9554dc3791c712c27bb1a43e
|
|
| MD5 |
afc71d5b9b9cacb0b3ba279a11158b3b
|
|
| BLAKE2b-256 |
94db629477e5e4dc04850600b7037fb539fce91517346366a83538eed4bf7dd2
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp39-cp39-macosx_10_7_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp39-cp39-macosx_10_7_x86_64.whl
- Upload date:
- Size: 280.8 kB
- Tags: CPython 3.9, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f30ad6b1a44df13ef4b6218bf4edd2a4c545346c522a08598d2f7cf7abe3c7a
|
|
| MD5 |
1473dfc57c21f7380b84f56579f52a34
|
|
| BLAKE2b-256 |
5e39c90ca44ead9ebaf4291e205d3735b389ea5b7ac052d0029e92a9e903aaf4
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-none-win_amd64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 173.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fe61e4d834c4b94e2f98efd62488f49d525b4da0a3e0f32cd792933f6f37bac
|
|
| MD5 |
1453d20b15d014591fa9d0dc983373c4
|
|
| BLAKE2b-256 |
666a1864ef9f2623a436c82e88732472e62de0e9c5698f49fa8852f387c61870
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-none-win32.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-none-win32.whl
- Upload date:
- Size: 194.4 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d217ac03bb4b5e4b66378b57bcc1de59d2a14c9288017ccf35bd3e632ff109ea
|
|
| MD5 |
8aa7d082b57f86fa27dc74345424f45e
|
|
| BLAKE2b-256 |
487bd2938ca097058c9a14f7a4d1df760f25559fb736b672b929d33140f4bbfc
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fec90ed6511d9952456fa2a0b80f1b4b45d92bc624203c77c5d182d67cf866b3
|
|
| MD5 |
d71094424514b96a6a324599bb6bdd88
|
|
| BLAKE2b-256 |
bf977b0147145255dae5727455af05ec776c6b3787d4f7480295c0fbd5b8836a
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cbaabf55e894ecbf718bd6211fc24aeb798969c618c555730ebc2abbd6f4960
|
|
| MD5 |
6e13c9c721bf0da3472f776b740a486c
|
|
| BLAKE2b-256 |
7a1d3104cbf4bba16f4272f9912bb43f0f2927cee6823854753dbc7bea261bb5
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f54c9edbc847df487237560c6a37cfde7f78305023d7af2746cb9bdfb3a311
|
|
| MD5 |
152d3898dd14997e624c2243deb54fc6
|
|
| BLAKE2b-256 |
be866b6bf442512185159a5cb492e8c15eec36e7ab93a4c6509623e8797c838a
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7b1e8c170e82c5c76a5353eac30c3121e7613e086478daf7dcbd944a4fbf0f9
|
|
| MD5 |
245e9c431e652de776c3058c41615e67
|
|
| BLAKE2b-256 |
5d2b496c4794be2261a6cdef6b39f29bc6be67bac4afb8fae50d39aef1d92009
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32225667f7e68152a0f03ff5ab1da7b065cf099bf203552eb624f44c5d71f8a6
|
|
| MD5 |
4a3d56206da997b865496ecca3a33fef
|
|
| BLAKE2b-256 |
11a8617f15abed3090cbbcd9fd5ef431fc5ac7c9466edf3177c1e21996122374
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c106288c1675ba54a1cee644fc4f2a30d635dd186fd91dd7c793ab0c9fbb297
|
|
| MD5 |
8514098e26ab0e2eb60d90cd83300254
|
|
| BLAKE2b-256 |
2a798a886e8f98e46776ce2f48a380e95f4b1e1532165109e265f7164126987f
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.7 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
317730c876c516a3d1febf133ef429d92598dfde8875c368c56db23b114f8c84
|
|
| MD5 |
4c3b35308239fbf0ad53a813675d63cf
|
|
| BLAKE2b-256 |
122bbbc778aa151fc91b4294ace0ff6cea2ebbfee0ae1e3f4e55f82efaba1ee1
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 559.6 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbba8af11c9a4126506becefcb0e60d733cb6ef1b66f7f525c0925d032dd801d
|
|
| MD5 |
82cbe40f6add87442e4e9ca184462688
|
|
| BLAKE2b-256 |
da6f732070e4970efa5ef4bc551a14610a134285095cd2bcad9b3cfdad1636a7
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp38-cp38-macosx_10_7_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp38-cp38-macosx_10_7_x86_64.whl
- Upload date:
- Size: 280.8 kB
- Tags: CPython 3.8, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54719e4b19c39f550e393205dc196b02d3049dfbcb251f6b65ec7472cf6e751
|
|
| MD5 |
6720116e097cab5d9c7e193b84e4d1c2
|
|
| BLAKE2b-256 |
032a4f62060c7e72526a382313ab10e49d01f4f30c665d5eebad4b97779f95e9
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-none-win_amd64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-none-win_amd64.whl
- Upload date:
- Size: 173.6 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba6f10f682d4ed065d5de18d47407623877cdb4409f66207d360d6341d53f669
|
|
| MD5 |
a079afe3b5c677949d8dfce839e84d7b
|
|
| BLAKE2b-256 |
d60c6697bae3b14de2a6b933e14b4e075ebcd94a11fd6306dd0190ee3180ce5a
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-none-win32.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-none-win32.whl
- Upload date:
- Size: 194.3 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6212c4672c6310e4bf1e2a60c69394e9291eb7f31d278f0eb1613f01ad66380
|
|
| MD5 |
380aaaa71d93887b625a1926eddf62f6
|
|
| BLAKE2b-256 |
bfcfd6d99621c4725c607c9ec30148b36b6a105f94fefc44d3016c7fc2ff4f0e
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dde34cbbcb6da29bb323b2cde82044d95f45cf1c28516d895fa8fb3fdcf46c5
|
|
| MD5 |
0cacee4fae28decefee08759ab4344bd
|
|
| BLAKE2b-256 |
c8c06787f8b697b00393b7aec252084090e6032882bdfb8599923353f751512c
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552a5f58e6b57a09d83a2c43e44a464d6b3abcaf5f8d7693b8582d6a8150e49e
|
|
| MD5 |
bd60411ce976aad6401ae341c2d056d5
|
|
| BLAKE2b-256 |
809f986a4925b397f8fee80c9e80d5affc4245f0758dd1b7463a73d9fe3bd49b
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
589f6cfdefd3a6c0501183d6282ea73ca9501a52df27cf2623a9af29576b55ff
|
|
| MD5 |
9fd9daa2da49986bd1d6aceb70d240d8
|
|
| BLAKE2b-256 |
e6c7c61923e20fbbc4d5ccfd92bb2f6e104d519b17b1fae14b2477c6985070c8
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ed62bb22e39e11a64f59804fa7eb14696b963a5b0de207333744bb393e7cc02
|
|
| MD5 |
58f36e1187938a0487f2e26da8b70cb2
|
|
| BLAKE2b-256 |
81436913aeae220ddb7b0cff27448adb78812b082d08095bfd49c52f8118c484
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b86fd9bb347b666e9bc5a1faf5a5a3cc4f12cdee610959d1b4b9b36735155df
|
|
| MD5 |
f179d7a37c66f635709a453a1504a54a
|
|
| BLAKE2b-256 |
3b9767f1dc925da5dfeebd0e8224905ee984281064427def96b75ff3cbea5cb7
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4170d7251c6817bd36ec00147ed16b0d2c10b2503a1496794a292953f2544f18
|
|
| MD5 |
3b6115aef48631e891767edc1a82d6a7
|
|
| BLAKE2b-256 |
e219f013dd4762845f2d8d3aa49da6a955f0fe6b281a6555fc41bf88b586b113
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp37-cp37m-macosx_10_7_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 280.8 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
594d1d77c3f998ebce753c7af684a042721810fd96ec1d45c0cfdf7d4c599360
|
|
| MD5 |
790c5ae7916c37414fd44356b4f66f3d
|
|
| BLAKE2b-256 |
213a83d721ef3145ae3448acf91572bfe1b905bfffd0cbd7db288f346ca985b8
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-none-win_amd64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-none-win_amd64.whl
- Upload date:
- Size: 173.8 kB
- Tags: CPython 3.6, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a606255ee030c53f4961be8537af1b60a093dbfa146c92f5081a8f17805c9ba
|
|
| MD5 |
600e9d1b8eadf008271e12602e641214
|
|
| BLAKE2b-256 |
31db9d801d1863f75c5fe0aa673aed72ec13d768661bfb8eebdccaa55b6b5290
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-none-win32.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-none-win32.whl
- Upload date:
- Size: 194.5 kB
- Tags: CPython 3.6, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d06e11ed4bc19dc7bd66a33bf66d197894b504ddceb6696ef7c8024eee355fb
|
|
| MD5 |
f7f8bb7af30782eb93d590b14ae0043a
|
|
| BLAKE2b-256 |
814820d5c5507986353ce7348817f80e1f2a5997c3504b0ab1829f733425bf7a
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401123f10359d820b70d557505503cab72b54f8c4a788ac9305903ad789b3977
|
|
| MD5 |
ad76dbacce4a5113c313ceb06a72ca67
|
|
| BLAKE2b-256 |
cdf8dc3f5603f5761912057332dee49af271fe21bae7a6d0ecc25c06974c1f40
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfa8f10116502d6ef9784880da95e97e10c44621a838a36902d1c3a9300d8530
|
|
| MD5 |
08e2d5007429f17a9f23d0636c506162
|
|
| BLAKE2b-256 |
da47e8d9d4d3c580259243835111ac460487e8cb21d266b3587c6af8fef76232
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 559.9 kB
- Tags: CPython 3.6m, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad0d9d885b6d13c5be7dd61ebce54bc746adaa653736f07e982235c808ccc5ad
|
|
| MD5 |
1b9a8164183bf14e79988401133450ef
|
|
| BLAKE2b-256 |
60e45cc18bbdfb91eb9f5238de4bd695f659365670cc9e85fa49676890ab2fcf
|
File details
Details for the file py_ed25519_bindings-1.0.2-cp36-cp36m-macosx_10_7_x86_64.whl.
File metadata
- Download URL: py_ed25519_bindings-1.0.2-cp36-cp36m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 280.9 kB
- Tags: CPython 3.6m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ec8dbc219cd64b4b074f81ab3978a05c2fa5df347e37ecc23ab25b0def5376
|
|
| MD5 |
ad2ed09fcdd470291470a06e60570aa8
|
|
| BLAKE2b-256 |
b0f903c3796c731d22d2b1c725c7de26efa99ae39d1c87004179a39342c8dcc4
|