# py-ed25519-zebra-bindings
Python bindings for the [ed25519-zebra RUST crate](https://crates.io/crates/ed25519-dalek/3.0.0)
## 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
```python
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
Raw data
{
"_id": null,
"home_page": "https://github.com/polkascan/py-ed25519-zebra-bindings",
"name": "py-ed25519-zebra-bindings",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Polkascan Foundation <info@polkascan.org>",
"keywords": null,
"author": "Polkascan Foundation",
"author_email": "info@polkascan.org",
"download_url": "https://files.pythonhosted.org/packages/22/51/c5f00db791472d4f6c14b383dca0da621db6b68b8c73bef46bf136cb1c93/py_ed25519_zebra_bindings-1.2.0.tar.gz",
"platform": null,
"description": "# py-ed25519-zebra-bindings\nPython bindings for the [ed25519-zebra RUST crate](https://crates.io/crates/ed25519-dalek/3.0.0) \n\n## Documentation\n\nhttps://docs.rs/py-ed25519-zebra-bindings\n\n## Installation\n\n### Install from PyPI\n\n```\npip install py-ed25519-zebra-bindings\n```\n\n### Compile for local development\n\n```\npip install -r requirements.txt\nmaturin develop\n```\n### Build wheels\n```\npip install -r requirements.txt\n\n# Build local OS wheel\nmaturin build --release\n\n# Build manylinux1 wheel\ndocker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build --release\n\n```\n\n## Usage\n\n```python\nimport bip39\nimport ed25519_zebra\n\nmessage = b\"test\"\n\n# Get private and public key from seed\nseed = bip39.bip39_to_mini_secret('daughter song common combine misery cotton audit morning stuff weasel flee field','')\nprivate_key, public_key = ed25519_zebra.ed_from_seed(bytes(seed))\n\n# Generate signature\nsignature = ed25519_zebra.ed_sign(private_key, message)\n\n# Verify message with signature\nif ed25519_zebra.ed_verify(signature, message, public_key):\n print('Verified')\n\n```\n\n\n## License\nhttps://github.com/polkascan/py-ed25519-zebra-bindings/blob/master/LICENSE\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Python bindings for the ed25519-zebra RUST crate",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://github.com/polkascan/py-ed25519-zebra-bindings",
"repository": "https://github.com/polkascan/py-ed25519-zebra-bindings"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bb2be79646f36bfe281186a6fa88282e32fa124057a14195918bab15e0e01ed5",
"md5": "ed55c29fac01a1e1570bc3ac8358b375",
"sha256": "d488bf0ac70424514fddb3cf9cca6166ad149b7655970719e9bbef398054e6ad"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ed55c29fac01a1e1570bc3ac8358b375",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 297590,
"upload_time": "2024-12-09T15:30:55",
"upload_time_iso_8601": "2024-12-09T15:30:55.431011Z",
"url": "https://files.pythonhosted.org/packages/bb/2b/e79646f36bfe281186a6fa88282e32fa124057a14195918bab15e0e01ed5/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3cfe44cd25020aeea4a67b56d580e0ae64ff99dae67623a06afa68edba519470",
"md5": "16e7b35152a24e8d4a7eaf707fa0f851",
"sha256": "7c3f97af9b0db7fe2bba1b1ac8d684711fc33e6383c067e1a1fc642e1595282a"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "16e7b35152a24e8d4a7eaf707fa0f851",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 324153,
"upload_time": "2024-12-09T15:31:13",
"upload_time_iso_8601": "2024-12-09T15:31:13.007928Z",
"url": "https://files.pythonhosted.org/packages/3c/fe/44cd25020aeea4a67b56d580e0ae64ff99dae67623a06afa68edba519470/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e71c2fbf3356f9df6865a30fce4802161441a4490ebe8557513f0d5d5e6a80de",
"md5": "dd511f5a9857503b138701b882957027",
"sha256": "9798a82efe73cfff02eb4c09576af0dc0ca3b41cc3e17cf469179add708c8b40"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "dd511f5a9857503b138701b882957027",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 337730,
"upload_time": "2024-12-09T15:31:24",
"upload_time_iso_8601": "2024-12-09T15:31:24.508662Z",
"url": "https://files.pythonhosted.org/packages/e7/1c/2fbf3356f9df6865a30fce4802161441a4490ebe8557513f0d5d5e6a80de/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "467b25dfb9335256e9e8df2307558da22516e226eeb741d6db2b36ca5b839c29",
"md5": "6336fe0f565eed5f9cbc9243fe30dc92",
"sha256": "0837d10e19e72bb4665c584c89f207bad8b3d29cf2410c0f9ea310c6698f4b26"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6336fe0f565eed5f9cbc9243fe30dc92",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 318874,
"upload_time": "2024-12-09T15:31:46",
"upload_time_iso_8601": "2024-12-09T15:31:46.362586Z",
"url": "https://files.pythonhosted.org/packages/46/7b/25dfb9335256e9e8df2307558da22516e226eeb741d6db2b36ca5b839c29/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf3dcd917bb2063ff45b2bf084d6ef3a68a5ba905e4fe8c502c04a47c30956b1",
"md5": "68c03f7856a7649dc24e9f50a4623b81",
"sha256": "8bb278da1728db5259d5c29dcc95717336a69fc6e6159cb7400ac262ee8a96ca"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "68c03f7856a7649dc24e9f50a4623b81",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 337623,
"upload_time": "2024-12-09T15:31:36",
"upload_time_iso_8601": "2024-12-09T15:31:36.200743Z",
"url": "https://files.pythonhosted.org/packages/cf/3d/cd917bb2063ff45b2bf084d6ef3a68a5ba905e4fe8c502c04a47c30956b1/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0f186578f5418aaa6699d965e802b8953dbb03c56fe58d942f078723e72ecc1b",
"md5": "d64d7474140005724bd5c9e010065538",
"sha256": "5a739e82c82a1f62de54cc0482e9d007b961c84220849ffd86924e34f8db5c9e"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "d64d7474140005724bd5c9e010065538",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 474570,
"upload_time": "2024-12-09T15:32:01",
"upload_time_iso_8601": "2024-12-09T15:32:01.505828Z",
"url": "https://files.pythonhosted.org/packages/0f/18/6578f5418aaa6699d965e802b8953dbb03c56fe58d942f078723e72ecc1b/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91ffad829d892424c4bb1135f555ea5f768f98b174eefa506b83c848d762c5be",
"md5": "d8761a791fc135040f08ce12af5be9dc",
"sha256": "d311a44ae162da4b391eb4d47675709b5044b925bef20e4e2209cdfa28ccc1ee"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "d8761a791fc135040f08ce12af5be9dc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 586941,
"upload_time": "2024-12-09T15:32:14",
"upload_time_iso_8601": "2024-12-09T15:32:14.173806Z",
"url": "https://files.pythonhosted.org/packages/91/ff/ad829d892424c4bb1135f555ea5f768f98b174eefa506b83c848d762c5be/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75236bffc12b205c21e47dfbcbea76fffb638bf759425ff6da0bec528023538e",
"md5": "c00819c33fb4b153b6e1cddff8ffe596",
"sha256": "c4a30a6a22f28173de66634294824455ae683163be32565f36fbfa27b8a76495"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c00819c33fb4b153b6e1cddff8ffe596",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 516467,
"upload_time": "2024-12-09T15:32:24",
"upload_time_iso_8601": "2024-12-09T15:32:24.815323Z",
"url": "https://files.pythonhosted.org/packages/75/23/6bffc12b205c21e47dfbcbea76fffb638bf759425ff6da0bec528023538e/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66101e2a675bfc4af6f5396060fb7e57850eb7739a8a4ff92c9b550c34def43a",
"md5": "7ee37e87cc06714bd64309fce3824c30",
"sha256": "325eb5d0c7a406fd6abbd5b2daeb6d16e4c161a86909bf11a34a3a2c351e7fa0"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7ee37e87cc06714bd64309fce3824c30",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 489615,
"upload_time": "2024-12-09T15:32:36",
"upload_time_iso_8601": "2024-12-09T15:32:36.353378Z",
"url": "https://files.pythonhosted.org/packages/66/10/1e2a675bfc4af6f5396060fb7e57850eb7739a8a4ff92c9b550c34def43a/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31ba53ff308b8ab008606e4de8c24a3511e7c61e14c24b9df90b8aee0ca01ed6",
"md5": "fad24f86df67b543a6c8be1a01bd83ab",
"sha256": "dcd8f8ecbc3593c54fb3fcc1d0d847d2fdf86c8d2e6840d319d152f4efdef498"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "fad24f86df67b543a6c8be1a01bd83ab",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 186382,
"upload_time": "2024-12-09T15:32:54",
"upload_time_iso_8601": "2024-12-09T15:32:54.876705Z",
"url": "https://files.pythonhosted.org/packages/31/ba/53ff308b8ab008606e4de8c24a3511e7c61e14c24b9df90b8aee0ca01ed6/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f131483de0dcc26e8762be7922b924bc889b142591121beb1e827d644f632797",
"md5": "f764b385b3be60c9cdc79a83540dd200",
"sha256": "b762e13f1e2cedfac4be954a70a75330a5368e2c0ecd64db7ce1e2e9672ed4da"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "f764b385b3be60c9cdc79a83540dd200",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 187218,
"upload_time": "2024-12-09T15:32:48",
"upload_time_iso_8601": "2024-12-09T15:32:48.292430Z",
"url": "https://files.pythonhosted.org/packages/f1/31/483de0dcc26e8762be7922b924bc889b142591121beb1e827d644f632797/py_ed25519_zebra_bindings-1.2.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f41d98363e8d78919b2340a318f52d6d90f30d67af9e472fdafd30b7003dea5",
"md5": "6e0b75a89cbb3d8a5d20efd3eee33c65",
"sha256": "dbfe655442b73d49c1ac740f87a480cfee4c013fcb0ba2b639290b20f8dc9bb5"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "6e0b75a89cbb3d8a5d20efd3eee33c65",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 293119,
"upload_time": "2024-12-09T15:31:57",
"upload_time_iso_8601": "2024-12-09T15:31:57.848700Z",
"url": "https://files.pythonhosted.org/packages/5f/41/d98363e8d78919b2340a318f52d6d90f30d67af9e472fdafd30b7003dea5/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86fabe0fc2a0340325fd1f8b82f56bd9304d30e694639748a19ef749c8c5e9cf",
"md5": "73103595d78e1dda452a3e27bd1444fc",
"sha256": "b03308c3eb2311b5d308c3df22dbf244073e4c014cda5da2609a562adb4121fc"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "73103595d78e1dda452a3e27bd1444fc",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 267743,
"upload_time": "2024-12-09T15:31:54",
"upload_time_iso_8601": "2024-12-09T15:31:54.004324Z",
"url": "https://files.pythonhosted.org/packages/86/fa/be0fc2a0340325fd1f8b82f56bd9304d30e694639748a19ef749c8c5e9cf/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a28c9dfd6b0dec395edb8c8a5475552443320a3085db97f9c7d9332055ba8195",
"md5": "9fa4e569b5c2b3c16d4e2eac568383ba",
"sha256": "1828031f38f246d35c7c7b427c17a3525fc311c0402d3b32572510977b9d0f67"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9fa4e569b5c2b3c16d4e2eac568383ba",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 297320,
"upload_time": "2024-12-09T15:31:00",
"upload_time_iso_8601": "2024-12-09T15:31:00.406638Z",
"url": "https://files.pythonhosted.org/packages/a2/8c/9dfd6b0dec395edb8c8a5475552443320a3085db97f9c7d9332055ba8195/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "48e79469f84d868227344240182df25cba274ec3f9d812fc243d27ed2c2ad356",
"md5": "06ec89a4bf3bf4203cdd2b52d2b39d4a",
"sha256": "f88238cf167ba5681e74a556b1e6ce825cb157825ce40c7f757b7d02a7c47dfb"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "06ec89a4bf3bf4203cdd2b52d2b39d4a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 324110,
"upload_time": "2024-12-09T15:31:14",
"upload_time_iso_8601": "2024-12-09T15:31:14.213498Z",
"url": "https://files.pythonhosted.org/packages/48/e7/9469f84d868227344240182df25cba274ec3f9d812fc243d27ed2c2ad356/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91dfa010af828cb9b3c6864ec74a7d0c54130ef1f557ec0bdfab449881418e29",
"md5": "74feae28f9fbf3152b16d27835b7e59c",
"sha256": "2b25ca1596ae3be7e6ce6e78252ce7efa570000f9ba5b39cfe8dd10e79f73d50"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "74feae28f9fbf3152b16d27835b7e59c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 337742,
"upload_time": "2024-12-09T15:31:25",
"upload_time_iso_8601": "2024-12-09T15:31:25.816837Z",
"url": "https://files.pythonhosted.org/packages/91/df/a010af828cb9b3c6864ec74a7d0c54130ef1f557ec0bdfab449881418e29/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "827378e57f453a88345d6481a3eeb96ef9f56b7a7c9ee68a7c577b4385c80405",
"md5": "da60de20250b324ef85e139d5ba00e49",
"sha256": "68a33b1d8af961d28831caf2d481879bb1592f700da79aa5613d845ae6b8153a"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "da60de20250b324ef85e139d5ba00e49",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 318630,
"upload_time": "2024-12-09T15:31:47",
"upload_time_iso_8601": "2024-12-09T15:31:47.503700Z",
"url": "https://files.pythonhosted.org/packages/82/73/78e57f453a88345d6481a3eeb96ef9f56b7a7c9ee68a7c577b4385c80405/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ae28b2df28a19e7f552429421c005ec7ae41bf1ed664915fed705f687442220",
"md5": "6d32b29ce401304e6349cea0c7c760ad",
"sha256": "41ee171c18852f6db4a86e68c4fbd622f5415f15c0ab9b40ac1fe66a8ddc3844"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "6d32b29ce401304e6349cea0c7c760ad",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 337481,
"upload_time": "2024-12-09T15:31:38",
"upload_time_iso_8601": "2024-12-09T15:31:38.143165Z",
"url": "https://files.pythonhosted.org/packages/6a/e2/8b2df28a19e7f552429421c005ec7ae41bf1ed664915fed705f687442220/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0df3044b3f5a4c299b53d1beb9e33b3af223bbc6d43707e5acf7edf012b39ff7",
"md5": "5adfcde64b523b39bdf719ca14c6218e",
"sha256": "58623ff56bf1da2581a7d52507d9757ec3b03d49879fc8611646faf666bd0120"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5adfcde64b523b39bdf719ca14c6218e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 474458,
"upload_time": "2024-12-09T15:32:02",
"upload_time_iso_8601": "2024-12-09T15:32:02.823563Z",
"url": "https://files.pythonhosted.org/packages/0d/f3/044b3f5a4c299b53d1beb9e33b3af223bbc6d43707e5acf7edf012b39ff7/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fe7ddff91ff74d992ba0d30e48fda51d715021249ba8f19ae0c5906e4870d6df",
"md5": "cea1918a4ff215f04c9a3d5130d3ae06",
"sha256": "3fdd9cc305dd88562b9fe4d27762070bfdaa1e88647a1509a22fe252e17148d7"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "cea1918a4ff215f04c9a3d5130d3ae06",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 586915,
"upload_time": "2024-12-09T15:32:15",
"upload_time_iso_8601": "2024-12-09T15:32:15.473626Z",
"url": "https://files.pythonhosted.org/packages/fe/7d/dff91ff74d992ba0d30e48fda51d715021249ba8f19ae0c5906e4870d6df/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2eb343d5466fab2025a4213f29242b42f1591cb1dea0ed25098f00809bb6bab2",
"md5": "6da5ebc0729c9943ae82fa9d4366a609",
"sha256": "911f068d15159798309dc1895ce156b1bca2f91e34446be3ac5f54f2d3418979"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "6da5ebc0729c9943ae82fa9d4366a609",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 516303,
"upload_time": "2024-12-09T15:32:26",
"upload_time_iso_8601": "2024-12-09T15:32:26.112284Z",
"url": "https://files.pythonhosted.org/packages/2e/b3/43d5466fab2025a4213f29242b42f1591cb1dea0ed25098f00809bb6bab2/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b7c8d8b4bffc70ca69fd38b6ec7c61bcad94f2ad1e215b14ecf160de6876563",
"md5": "75a201956009b34f8530e9ed2997168c",
"sha256": "9d0fc9c1afbf4b5ff0bc03accf5f07bf53971839eb373d1139eb3bb5a02b3bd0"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "75a201956009b34f8530e9ed2997168c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 489278,
"upload_time": "2024-12-09T15:32:37",
"upload_time_iso_8601": "2024-12-09T15:32:37.706739Z",
"url": "https://files.pythonhosted.org/packages/5b/7c/8d8b4bffc70ca69fd38b6ec7c61bcad94f2ad1e215b14ecf160de6876563/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96337cc1f8d6528755c680fa441b67f5010f5f0b2a772dbe0e63cbde86c2d887",
"md5": "0dbeab64732e472ce7cbf4cca92a2303",
"sha256": "256b96fdf0e264a348bf4176c0fb180a0efc6627ac312cb5e71ec95b347d1ff5"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "0dbeab64732e472ce7cbf4cca92a2303",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 186346,
"upload_time": "2024-12-09T15:32:56",
"upload_time_iso_8601": "2024-12-09T15:32:56.034979Z",
"url": "https://files.pythonhosted.org/packages/96/33/7cc1f8d6528755c680fa441b67f5010f5f0b2a772dbe0e63cbde86c2d887/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2027b14ff7fb43a456848492e795d4aeadc5823d1fb8fce7b1ff0d35c467d117",
"md5": "83e8f509cc8afc4733103ec2098f6b5e",
"sha256": "efa06b8a0e11c62c10fdf576679ab3039aa6a7254e6cfa4d2d230941799fef5b"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "83e8f509cc8afc4733103ec2098f6b5e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 187094,
"upload_time": "2024-12-09T15:32:50",
"upload_time_iso_8601": "2024-12-09T15:32:50.219727Z",
"url": "https://files.pythonhosted.org/packages/20/27/b14ff7fb43a456848492e795d4aeadc5823d1fb8fce7b1ff0d35c467d117/py_ed25519_zebra_bindings-1.2.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "383f1cbe6c29d5630ab8b29f6f1d52723f8123331d7a3b1a2a5f8070e2f5bc09",
"md5": "7e2b43979bef67cd61775669ce901057",
"sha256": "8d63a447d3adac9b431fecd886cf711a6d44200d8b2497598a8ab44ac897f1fb"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "7e2b43979bef67cd61775669ce901057",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 290728,
"upload_time": "2024-12-09T15:31:59",
"upload_time_iso_8601": "2024-12-09T15:31:59.003770Z",
"url": "https://files.pythonhosted.org/packages/38/3f/1cbe6c29d5630ab8b29f6f1d52723f8123331d7a3b1a2a5f8070e2f5bc09/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7f88fc2759f89c2d07e594455c2b2442bbf6a5ee223af3f87f452a6369e17fce",
"md5": "fd953563ceb9c5623a720071aa98e272",
"sha256": "a5b1c32414a6da709e84d0614e1ed153a5e1dbcbf6d4d17baa31c493fdbd4da4"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fd953563ceb9c5623a720071aa98e272",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 266106,
"upload_time": "2024-12-09T15:31:55",
"upload_time_iso_8601": "2024-12-09T15:31:55.305993Z",
"url": "https://files.pythonhosted.org/packages/7f/88/fc2759f89c2d07e594455c2b2442bbf6a5ee223af3f87f452a6369e17fce/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2df6bba44de332b01b048fd739c242829cef0aac776730df2b96d5da0643cb51",
"md5": "de8dad2023ae88fc70ceaefc7e5a1a3c",
"sha256": "780073555571390c4b355b5646c0b59c2a90d3393e354d58c4ad904121a2aee2"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "de8dad2023ae88fc70ceaefc7e5a1a3c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 296312,
"upload_time": "2024-12-09T15:31:02",
"upload_time_iso_8601": "2024-12-09T15:31:02.978491Z",
"url": "https://files.pythonhosted.org/packages/2d/f6/bba44de332b01b048fd739c242829cef0aac776730df2b96d5da0643cb51/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b9b49ff5ab8fc075f2e9395fe604af587bc2d7bdc123db36657f376a35dd5d6",
"md5": "8ebc0656ce8aec31f7fb327c1ff8f0b4",
"sha256": "677ade8ab3348604a9e4176b068ff19707cf205fd8ee4f1781614b085628fa45"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "8ebc0656ce8aec31f7fb327c1ff8f0b4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 323178,
"upload_time": "2024-12-09T15:31:15",
"upload_time_iso_8601": "2024-12-09T15:31:15.310698Z",
"url": "https://files.pythonhosted.org/packages/1b/9b/49ff5ab8fc075f2e9395fe604af587bc2d7bdc123db36657f376a35dd5d6/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "753c5f6e8f56c7d59f67f23f16584ebe34c9cc5cf3593c1bf09c96cfa2f7d3a2",
"md5": "50881ca1169f06d8f55a3f97e07d26aa",
"sha256": "c19c0cc491bc4999245f9d2e904f611354f442710b6dae6d1d6ebc81666124cc"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "50881ca1169f06d8f55a3f97e07d26aa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 337000,
"upload_time": "2024-12-09T15:31:27",
"upload_time_iso_8601": "2024-12-09T15:31:27.597716Z",
"url": "https://files.pythonhosted.org/packages/75/3c/5f6e8f56c7d59f67f23f16584ebe34c9cc5cf3593c1bf09c96cfa2f7d3a2/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd34e30b63c8bfcfaed3c46a68a1493e255f4adb683999360fd5ad81a50703b9",
"md5": "558dad710d4aacfb8da4cf90f0db1e8b",
"sha256": "1317a8af53c658f1e89b346d361edaf10eccd428c937a17d0684b2192fa77c40"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "558dad710d4aacfb8da4cf90f0db1e8b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 317772,
"upload_time": "2024-12-09T15:31:48",
"upload_time_iso_8601": "2024-12-09T15:31:48.646491Z",
"url": "https://files.pythonhosted.org/packages/bd/34/e30b63c8bfcfaed3c46a68a1493e255f4adb683999360fd5ad81a50703b9/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "608edf7e97ab47e9e522b8babe355d7fb5977bc412d4390b07a8f57accde1a7f",
"md5": "d71063678b99309c8b7695bcd9f27cdf",
"sha256": "cdc05ade2608707f6c54701e7425d9c00751ccffa57533a48f68f61b0aada9f1"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "d71063678b99309c8b7695bcd9f27cdf",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 336488,
"upload_time": "2024-12-09T15:31:39",
"upload_time_iso_8601": "2024-12-09T15:31:39.467354Z",
"url": "https://files.pythonhosted.org/packages/60/8e/df7e97ab47e9e522b8babe355d7fb5977bc412d4390b07a8f57accde1a7f/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8eba1dcb632754513d1669dfeeaf3ab1eec582cd55cc92c1805af457e6cb8c4",
"md5": "d57d8e63eaee4782dac1d26481165202",
"sha256": "ec1965ed54fd162da564cc33676377888bd1ad14c15680465463d06e14aac74d"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "d57d8e63eaee4782dac1d26481165202",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 473730,
"upload_time": "2024-12-09T15:32:04",
"upload_time_iso_8601": "2024-12-09T15:32:04.082452Z",
"url": "https://files.pythonhosted.org/packages/c8/eb/a1dcb632754513d1669dfeeaf3ab1eec582cd55cc92c1805af457e6cb8c4/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a55c1bf76d36a0458708e5a20a5489b77dde12859d6969db4ede3658cbe37291",
"md5": "b2bc17c967310ad2fa9612ec7b8a0c50",
"sha256": "7386e7cec522ac50e7d81cfc8488e463fe93902d6ba0f7c79d6f6db0fcf71111"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b2bc17c967310ad2fa9612ec7b8a0c50",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 586066,
"upload_time": "2024-12-09T15:32:16",
"upload_time_iso_8601": "2024-12-09T15:32:16.821851Z",
"url": "https://files.pythonhosted.org/packages/a5/5c/1bf76d36a0458708e5a20a5489b77dde12859d6969db4ede3658cbe37291/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d13079ad8283c1d686f34079a5e70dc90bdc41e0bcb0e12a66e43ee22ec91325",
"md5": "171cd0306394f05c28730cabd5f6519b",
"sha256": "b06102b2be52da075f29f0db907bb5a03af942e2f6fb558065ea5717aa567d32"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "171cd0306394f05c28730cabd5f6519b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 515271,
"upload_time": "2024-12-09T15:32:27",
"upload_time_iso_8601": "2024-12-09T15:32:27.575098Z",
"url": "https://files.pythonhosted.org/packages/d1/30/79ad8283c1d686f34079a5e70dc90bdc41e0bcb0e12a66e43ee22ec91325/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6c90ed8850e9c73a0595ce661c56cadc5407fcf7fa5e3bce01cc8427bc1c5ee7",
"md5": "01952adf62c3ef35cfeffe05838cbfdd",
"sha256": "4237cf821f74126077220d5826448c0b68c8807f40db961b1335bb6a66a83af8"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "01952adf62c3ef35cfeffe05838cbfdd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 488352,
"upload_time": "2024-12-09T15:32:38",
"upload_time_iso_8601": "2024-12-09T15:32:38.973591Z",
"url": "https://files.pythonhosted.org/packages/6c/90/ed8850e9c73a0595ce661c56cadc5407fcf7fa5e3bce01cc8427bc1c5ee7/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "06941140e74d213d875e21342bffdcc84003d7a7209cf191d044053a37a4da8f",
"md5": "848863fb8de871c9540ba58c11392ec3",
"sha256": "fe11223695c94040f31b48a2128f1642a1b689aaaa91b5f8ae018d53b1497409"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "848863fb8de871c9540ba58c11392ec3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 185890,
"upload_time": "2024-12-09T15:32:57",
"upload_time_iso_8601": "2024-12-09T15:32:57.224052Z",
"url": "https://files.pythonhosted.org/packages/06/94/1140e74d213d875e21342bffdcc84003d7a7209cf191d044053a37a4da8f/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "513719ad03c6891fb564a9716409da56a2b5977b49410576eac5ae90cdaef8ee",
"md5": "7012e554e7dccc878a665e6aa8ecbd01",
"sha256": "87654379855152770974c045099e488b577d86429af609524903b8029b276417"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "7012e554e7dccc878a665e6aa8ecbd01",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 186788,
"upload_time": "2024-12-09T15:32:51",
"upload_time_iso_8601": "2024-12-09T15:32:51.456481Z",
"url": "https://files.pythonhosted.org/packages/51/37/19ad03c6891fb564a9716409da56a2b5977b49410576eac5ae90cdaef8ee/py_ed25519_zebra_bindings-1.2.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b58d7db18ebddff6cd81cf04cbb072b9d8f03b261816e49bc4b44c5cc1499bfc",
"md5": "6e35f2ee5cee03420b5b0df2de976233",
"sha256": "2e10a578c1297a9b12a818c5b874d9830afba1592e8cb9df3a44b2afbc241cf0"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "6e35f2ee5cee03420b5b0df2de976233",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 290758,
"upload_time": "2024-12-09T15:32:00",
"upload_time_iso_8601": "2024-12-09T15:32:00.238882Z",
"url": "https://files.pythonhosted.org/packages/b5/8d/7db18ebddff6cd81cf04cbb072b9d8f03b261816e49bc4b44c5cc1499bfc/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e86bbf541d3acaf91f230560caf0b06c38120531a4b78c79a1069425c9a865f",
"md5": "96b35b6df39b67387f025b55afcf287e",
"sha256": "7f0edbed9d94f5295c4f360baa38e124626296e36f315d6a19bc91f7d8a61627"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "96b35b6df39b67387f025b55afcf287e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 266143,
"upload_time": "2024-12-09T15:31:56",
"upload_time_iso_8601": "2024-12-09T15:31:56.632048Z",
"url": "https://files.pythonhosted.org/packages/8e/86/bbf541d3acaf91f230560caf0b06c38120531a4b78c79a1069425c9a865f/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "16b860b80117df4af4194038b09729e2b72f01daae30ad3e31a3cf00c3c12742",
"md5": "0515eb35ec7fa3dcbc717ffa8c212591",
"sha256": "fe2d0db5c2d4c0575b91373eb0c33b1d222fbb38664e17d807c8845eab268c16"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "0515eb35ec7fa3dcbc717ffa8c212591",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 296165,
"upload_time": "2024-12-09T15:31:05",
"upload_time_iso_8601": "2024-12-09T15:31:05.146954Z",
"url": "https://files.pythonhosted.org/packages/16/b8/60b80117df4af4194038b09729e2b72f01daae30ad3e31a3cf00c3c12742/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "857accfb0304fcc2286e3e3ecc681ec26da22e408cf1b55ac931f9d32e91b192",
"md5": "8ad2710c432ac526d1aa3072e4e5117b",
"sha256": "4b371742adbd9be4a5a813e5d920a1a057fe9013620681651a3e7c84fd1f8d8b"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "8ad2710c432ac526d1aa3072e4e5117b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 323055,
"upload_time": "2024-12-09T15:31:16",
"upload_time_iso_8601": "2024-12-09T15:31:16.390160Z",
"url": "https://files.pythonhosted.org/packages/85/7a/ccfb0304fcc2286e3e3ecc681ec26da22e408cf1b55ac931f9d32e91b192/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e013669026c7600ac78645ea0250ec9381936a4a05c6c21f72fb27726ff7130",
"md5": "1d5898a2a9e96e7315e4da2d3f69f33e",
"sha256": "f82a6ae05ac4feb16d077ce1b4a48396c9685bc2b37d3a1ffbcd16023a4f3b8a"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "1d5898a2a9e96e7315e4da2d3f69f33e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 336780,
"upload_time": "2024-12-09T15:31:28",
"upload_time_iso_8601": "2024-12-09T15:31:28.824441Z",
"url": "https://files.pythonhosted.org/packages/4e/01/3669026c7600ac78645ea0250ec9381936a4a05c6c21f72fb27726ff7130/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d782247c3a5c3d3817905f95fdcb5b28a14235e7a7d776482bf968139ff69235",
"md5": "a5eb4e78cacda58f0a2e53a942d6ded8",
"sha256": "446f26b62311db93205507fedb3fa07dae786ae75822182d44dadd28984d7768"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a5eb4e78cacda58f0a2e53a942d6ded8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 317655,
"upload_time": "2024-12-09T15:31:50",
"upload_time_iso_8601": "2024-12-09T15:31:50.446426Z",
"url": "https://files.pythonhosted.org/packages/d7/82/247c3a5c3d3817905f95fdcb5b28a14235e7a7d776482bf968139ff69235/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8d214223da5008e65d4ef20b80f267dcc9b770b04852a0ececdf614725b588c",
"md5": "02875dc70a8a4bb60ce0f88dd308fdaf",
"sha256": "f76ccb64577bbdfdacc543298355747dca9684e74262f844c3d892bd583e023b"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "02875dc70a8a4bb60ce0f88dd308fdaf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 336542,
"upload_time": "2024-12-09T15:31:41",
"upload_time_iso_8601": "2024-12-09T15:31:41.278345Z",
"url": "https://files.pythonhosted.org/packages/c8/d2/14223da5008e65d4ef20b80f267dcc9b770b04852a0ececdf614725b588c/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b0f1748c84528217a9cdddf5ae54564c7c32d74aa4b6f4381d5ca277e115dbc",
"md5": "2ac8d8f501adf81e5e211c48051016a0",
"sha256": "c5c95587f93f9cbf73e3609e8befe2b36c488bcf96ccc1c8c63b257212e1b9df"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "2ac8d8f501adf81e5e211c48051016a0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 473517,
"upload_time": "2024-12-09T15:32:06",
"upload_time_iso_8601": "2024-12-09T15:32:06.078085Z",
"url": "https://files.pythonhosted.org/packages/1b/0f/1748c84528217a9cdddf5ae54564c7c32d74aa4b6f4381d5ca277e115dbc/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ee34575b55a859933d7819b51d2ac18f4fadfbda3daed8cece11afba68256ef",
"md5": "8790ae27c9e75c2d9efa5d8dc58f79c7",
"sha256": "3f157f87844d5e395380eaf03d9baa2108126ad276088c7edb55869683cc2cfc"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "8790ae27c9e75c2d9efa5d8dc58f79c7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 585960,
"upload_time": "2024-12-09T15:32:18",
"upload_time_iso_8601": "2024-12-09T15:32:18.089874Z",
"url": "https://files.pythonhosted.org/packages/5e/e3/4575b55a859933d7819b51d2ac18f4fadfbda3daed8cece11afba68256ef/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ec9c7dab2229cfcdedf95dfbc65088821f4013d5bd7e7259abb031959d9c4ef9",
"md5": "dd2a3cc3466f7aaa3e07e5b213295b10",
"sha256": "022499a21096d03d90654af2203a5475f6c3c5572245b7bc6a1bbeeb4e42c319"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "dd2a3cc3466f7aaa3e07e5b213295b10",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 515244,
"upload_time": "2024-12-09T15:32:28",
"upload_time_iso_8601": "2024-12-09T15:32:28.829089Z",
"url": "https://files.pythonhosted.org/packages/ec/9c/7dab2229cfcdedf95dfbc65088821f4013d5bd7e7259abb031959d9c4ef9/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37d41aff446495187df2bace76c0a88653b9f9428ac809938841642409d8905a",
"md5": "8571b5ea9c7b0d4e830584eb42ce9108",
"sha256": "7b466ec2de929e38e6f441156a3e108a3c090dbc6b624864f6c1b300cc329f8d"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "8571b5ea9c7b0d4e830584eb42ce9108",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 488348,
"upload_time": "2024-12-09T15:32:40",
"upload_time_iso_8601": "2024-12-09T15:32:40.501485Z",
"url": "https://files.pythonhosted.org/packages/37/d4/1aff446495187df2bace76c0a88653b9f9428ac809938841642409d8905a/py_ed25519_zebra_bindings-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a25445680dc6fe7cb4bb8a45219d312b0bee1b63b5cc3467dd0e4fa14e244c3",
"md5": "1a0b56208d9cb3853ffc093f12382ead",
"sha256": "998b5d9c4db1053156a55e8edf06a5dce68ddaa3e928e2861f8ba9a5fe5b6119"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1a0b56208d9cb3853ffc093f12382ead",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 296264,
"upload_time": "2024-12-09T15:31:07",
"upload_time_iso_8601": "2024-12-09T15:31:07.051291Z",
"url": "https://files.pythonhosted.org/packages/3a/25/445680dc6fe7cb4bb8a45219d312b0bee1b63b5cc3467dd0e4fa14e244c3/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0dca60e217a0fd3e160f1ed32211a19c93425292fce2d3818a21d2781c547534",
"md5": "45c1253883c9da9298fe5646bfb1e799",
"sha256": "3a0fe34c20032f406a78c865c308b49fe3c79c9e1642f6471228cfbc6c513348"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "45c1253883c9da9298fe5646bfb1e799",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 322758,
"upload_time": "2024-12-09T15:31:18",
"upload_time_iso_8601": "2024-12-09T15:31:18.373222Z",
"url": "https://files.pythonhosted.org/packages/0d/ca/60e217a0fd3e160f1ed32211a19c93425292fce2d3818a21d2781c547534/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63df5970fab50ce04026c780d48838d5a2c3f96a4e46c69ba81069a24941e18e",
"md5": "26ebcc337a0a33e00fefd8c12d6560e5",
"sha256": "f7e3273d73148d983a5e7f9ed3e8b53824dcb7833393aa09dd969dd3e7a1f3c1"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "26ebcc337a0a33e00fefd8c12d6560e5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 337049,
"upload_time": "2024-12-09T15:31:29",
"upload_time_iso_8601": "2024-12-09T15:31:29.973998Z",
"url": "https://files.pythonhosted.org/packages/63/df/5970fab50ce04026c780d48838d5a2c3f96a4e46c69ba81069a24941e18e/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "554b69f7b03c4edd5a8dfa6a64f33c5c99ffbbf63419ec0fe775418be4f930da",
"md5": "04e5787d31ca87be89cd0eadc4850234",
"sha256": "cb5858f54ebd7d37c9d21c6dd80367d0031dbda7bd91b333018c0f243e1284f5"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "04e5787d31ca87be89cd0eadc4850234",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 473442,
"upload_time": "2024-12-09T15:32:07",
"upload_time_iso_8601": "2024-12-09T15:32:07.918043Z",
"url": "https://files.pythonhosted.org/packages/55/4b/69f7b03c4edd5a8dfa6a64f33c5c99ffbbf63419ec0fe775418be4f930da/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "307a0d5073188f94fd3b22a836e867e32fae0e26f3b39f734314e3eff5b530f6",
"md5": "6978127b21b8fe4ce94d12f2b282adff",
"sha256": "4fd00c8686b17e31ec29d8e4e7ce97f465fe26227f12c9e111e012b9d0dff4b9"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "6978127b21b8fe4ce94d12f2b282adff",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 585681,
"upload_time": "2024-12-09T15:32:19",
"upload_time_iso_8601": "2024-12-09T15:32:19.506748Z",
"url": "https://files.pythonhosted.org/packages/30/7a/0d5073188f94fd3b22a836e867e32fae0e26f3b39f734314e3eff5b530f6/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab99add86df518d799a17c91763eebf756de68b1a858a5c7977de1b335e886cc",
"md5": "c2fcd8bd9049e9d54886b8e091aebd65",
"sha256": "e4e55fc5be4ba0c723d424cefdbb8d863e74d2ff25fbeadca9539ca60d78cc0f"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c2fcd8bd9049e9d54886b8e091aebd65",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 514835,
"upload_time": "2024-12-09T15:32:30",
"upload_time_iso_8601": "2024-12-09T15:32:30.130127Z",
"url": "https://files.pythonhosted.org/packages/ab/99/add86df518d799a17c91763eebf756de68b1a858a5c7977de1b335e886cc/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e7fcbf32dc80a597501fc7ef8b18638f78e5ee672b0b43cc02373075f9b1f8d4",
"md5": "d1798298632848f0cb0c5d9b4c66b685",
"sha256": "91816ed4cef90d4d08fa9f55fa0c5687c5eba601dc1a44f211adcf1c20d96cc3"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d1798298632848f0cb0c5d9b4c66b685",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 488524,
"upload_time": "2024-12-09T15:32:41",
"upload_time_iso_8601": "2024-12-09T15:32:41.819432Z",
"url": "https://files.pythonhosted.org/packages/e7/fc/bf32dc80a597501fc7ef8b18638f78e5ee672b0b43cc02373075f9b1f8d4/py_ed25519_zebra_bindings-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0727db36498eb3b6625d1c7b723519acc870f4e81e47be2653531e4e4edad3af",
"md5": "088e22325d28c757010aac74875f72a3",
"sha256": "da78de274a8276ba8127cd1a0c8dc7889162703d0f21b8ca136587a40ab911fb"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "088e22325d28c757010aac74875f72a3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 297745,
"upload_time": "2024-12-09T15:31:08",
"upload_time_iso_8601": "2024-12-09T15:31:08.184642Z",
"url": "https://files.pythonhosted.org/packages/07/27/db36498eb3b6625d1c7b723519acc870f4e81e47be2653531e4e4edad3af/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8d15568c410b5bfd9e5b6a41515020c848ee547de1d9f0a45d134c2af8bd8282",
"md5": "6e31a661c726812bcbfaa5b95a4974ed",
"sha256": "acc66206412d2abbfb088bd4027c7e21949975cc66f5ccd6249b8937a3cf315d"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6e31a661c726812bcbfaa5b95a4974ed",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 324416,
"upload_time": "2024-12-09T15:31:19",
"upload_time_iso_8601": "2024-12-09T15:31:19.705502Z",
"url": "https://files.pythonhosted.org/packages/8d/15/568c410b5bfd9e5b6a41515020c848ee547de1d9f0a45d134c2af8bd8282/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "862db959de2c2faec106926a96036470390a6ca3ea90347c172fc241737c528d",
"md5": "16ba97f18318b6a4aa1b3e5da90dd615",
"sha256": "71f36c2465d808149604e536e50e3d6038c5bc83165df3b71a78345a66437819"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "16ba97f18318b6a4aa1b3e5da90dd615",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 337907,
"upload_time": "2024-12-09T15:31:31",
"upload_time_iso_8601": "2024-12-09T15:31:31.097952Z",
"url": "https://files.pythonhosted.org/packages/86/2d/b959de2c2faec106926a96036470390a6ca3ea90347c172fc241737c528d/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14588b70d78aec7b3658f437d5975166201a7b034ab68f5d39e70225923ce01e",
"md5": "ab79941f60e461e858297cfde09aa36f",
"sha256": "7c8ff027c9363f9c52ee36967b74e948f583e90a5bcbc24b31831a5ce9a25173"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ab79941f60e461e858297cfde09aa36f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 319455,
"upload_time": "2024-12-09T15:31:51",
"upload_time_iso_8601": "2024-12-09T15:31:51.602780Z",
"url": "https://files.pythonhosted.org/packages/14/58/8b70d78aec7b3658f437d5975166201a7b034ab68f5d39e70225923ce01e/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "377b4ae77a2637c03514bd0428fddc26e05e33564970b04d4334b66a10a61228",
"md5": "551ce26ba772460bc98e3e1d5cd4edce",
"sha256": "161f5996ac22ba224e3c1026fef7992a7f2be71685f7dc3208b2f94039a680cc"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "551ce26ba772460bc98e3e1d5cd4edce",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 337463,
"upload_time": "2024-12-09T15:31:43",
"upload_time_iso_8601": "2024-12-09T15:31:43.029105Z",
"url": "https://files.pythonhosted.org/packages/37/7b/4ae77a2637c03514bd0428fddc26e05e33564970b04d4334b66a10a61228/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7467437a1b807fc0093bc37b9b833b729932721bab68e658ac1dff5a5bec075e",
"md5": "4e54d4fadc04a99de9ebf50f8acb6651",
"sha256": "eeec2b39546ebea93f96cfd8c7984e1d5489c4767f053225b1b71da1aba60273"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4e54d4fadc04a99de9ebf50f8acb6651",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 475031,
"upload_time": "2024-12-09T15:32:09",
"upload_time_iso_8601": "2024-12-09T15:32:09.785136Z",
"url": "https://files.pythonhosted.org/packages/74/67/437a1b807fc0093bc37b9b833b729932721bab68e658ac1dff5a5bec075e/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "54d6a5b950e5a84b845fdc221bbc03a9a8b98c05211ac5ccdeea728e8beeaa83",
"md5": "03969900eb581004562faca85c7c788e",
"sha256": "4524e3a900d6f11daa12185ee0d96c11f215ddf714b697599d8f0ec99d03275a"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "03969900eb581004562faca85c7c788e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 587057,
"upload_time": "2024-12-09T15:32:20",
"upload_time_iso_8601": "2024-12-09T15:32:20.862727Z",
"url": "https://files.pythonhosted.org/packages/54/d6/a5b950e5a84b845fdc221bbc03a9a8b98c05211ac5ccdeea728e8beeaa83/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22a614ffcbb530faa9da0b2c7eebb98b859e92996f2481d6224e54618bdbcce3",
"md5": "12ec8b1785bfab2e8ee4aaade5dea736",
"sha256": "0614733ed55ad8bd80a4a3a8abf21d26e39678c6fe31ee164388c7dc543e070d"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "12ec8b1785bfab2e8ee4aaade5dea736",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 516407,
"upload_time": "2024-12-09T15:32:32",
"upload_time_iso_8601": "2024-12-09T15:32:32.136650Z",
"url": "https://files.pythonhosted.org/packages/22/a6/14ffcbb530faa9da0b2c7eebb98b859e92996f2481d6224e54618bdbcce3/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7916d5e403ba7c5c573a31a461c04696d0d18d17a6ad32597477ee59b62856c6",
"md5": "4e9c56674da8df8fd549f61fc07b0c91",
"sha256": "aa9a2a610ffe5b576513ff4d6bd77b79e1c818c1a11df51522e7a82c9c299059"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "4e9c56674da8df8fd549f61fc07b0c91",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 489784,
"upload_time": "2024-12-09T15:32:43",
"upload_time_iso_8601": "2024-12-09T15:32:43.125850Z",
"url": "https://files.pythonhosted.org/packages/79/16/d5e403ba7c5c573a31a461c04696d0d18d17a6ad32597477ee59b62856c6/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2f416b15341a36dd798c527635493b8c3b38e366f929f6b4d3db1907ba0880c9",
"md5": "5ccb7c7a1cf6c848aa78de198e98f2a7",
"sha256": "81b2dac4669d2935edf5953eb53c2507023774d2fa6e3a51743e8e3757f28e1a"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "5ccb7c7a1cf6c848aa78de198e98f2a7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 186380,
"upload_time": "2024-12-09T15:32:58",
"upload_time_iso_8601": "2024-12-09T15:32:58.475547Z",
"url": "https://files.pythonhosted.org/packages/2f/41/6b15341a36dd798c527635493b8c3b38e366f929f6b4d3db1907ba0880c9/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "559a3aee8941bd6e75cad28d1a77f016a7e2e9486007ec37868354314ff67e63",
"md5": "fbb610470121d91998b58b61da9e62d0",
"sha256": "3503a179561ada2ac456351e211a28b433083d5fa48ff605e9670ae51797ea12"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "fbb610470121d91998b58b61da9e62d0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 187140,
"upload_time": "2024-12-09T15:32:52",
"upload_time_iso_8601": "2024-12-09T15:32:52.973074Z",
"url": "https://files.pythonhosted.org/packages/55/9a/3aee8941bd6e75cad28d1a77f016a7e2e9486007ec37868354314ff67e63/py_ed25519_zebra_bindings-1.2.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a9990bcd1e9c7aa0e7ffcab2ca359139d0e2adf47509666c6ac2f7dba69682f",
"md5": "5412d2b81c54c72e1e19809aa7e95535",
"sha256": "3f76228db22d018a66e858b27d4c074a0111438919a45276ac1a00d397d6daca"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5412d2b81c54c72e1e19809aa7e95535",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 297980,
"upload_time": "2024-12-09T15:31:09",
"upload_time_iso_8601": "2024-12-09T15:31:09.401308Z",
"url": "https://files.pythonhosted.org/packages/6a/99/90bcd1e9c7aa0e7ffcab2ca359139d0e2adf47509666c6ac2f7dba69682f/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1182877f37a621b89447aff5f3ae0f66ccc2bea31f5a681c0bc70eeac813c4e",
"md5": "c61c863e6dce0e0970281f958d71d984",
"sha256": "4f7c0875eda221bfdc1029207d7807c2ae5446bf4aaf5d34def94b8fa2abeace"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "c61c863e6dce0e0970281f958d71d984",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 324793,
"upload_time": "2024-12-09T15:31:21",
"upload_time_iso_8601": "2024-12-09T15:31:21.389181Z",
"url": "https://files.pythonhosted.org/packages/b1/18/2877f37a621b89447aff5f3ae0f66ccc2bea31f5a681c0bc70eeac813c4e/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a26ff7d3a6533e4fb3e76b22c9936149e7f622a2789fdd886204a87668fc45c5",
"md5": "e7716bea93ba7e9b2b588a7b3e519cb5",
"sha256": "0c713b7dba676380e2a1c3208667a71bf4bcc02a67b487894cda35c6103079e9"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e7716bea93ba7e9b2b588a7b3e519cb5",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 338015,
"upload_time": "2024-12-09T15:31:32",
"upload_time_iso_8601": "2024-12-09T15:31:32.295348Z",
"url": "https://files.pythonhosted.org/packages/a2/6f/f7d3a6533e4fb3e76b22c9936149e7f622a2789fdd886204a87668fc45c5/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b9ef2b9ccc88c971398f430570793eae77bf3531ac001caf40e699511b3ca9ed",
"md5": "9a93af7dc5767b7daf26e5a6b373663c",
"sha256": "1fe2882a1377199cdb656e42adf5e97869d1b04af1f66a7300179f95692603c2"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9a93af7dc5767b7daf26e5a6b373663c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 319683,
"upload_time": "2024-12-09T15:31:52",
"upload_time_iso_8601": "2024-12-09T15:31:52.788985Z",
"url": "https://files.pythonhosted.org/packages/b9/ef/2b9ccc88c971398f430570793eae77bf3531ac001caf40e699511b3ca9ed/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cded505573c349c0a7f45205e31902dc2027cfc277ff39c5980703458fdb1718",
"md5": "e2b69c36b2efc0661e59e9c87dd107f6",
"sha256": "c6afd09a1b831444a5107ca8e48f14db837a2351cac25e70e71f80f976c76ca2"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "e2b69c36b2efc0661e59e9c87dd107f6",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 338271,
"upload_time": "2024-12-09T15:31:45",
"upload_time_iso_8601": "2024-12-09T15:31:45.069731Z",
"url": "https://files.pythonhosted.org/packages/cd/ed/505573c349c0a7f45205e31902dc2027cfc277ff39c5980703458fdb1718/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf885e7e30c38f7b4a83a59d45e7a8084d8a1ba17c8c88b0951301c610cc333b",
"md5": "4ec67eb7f6ebc31b71d64e36f7cb4c34",
"sha256": "91c0627efe7048ce552be5db08c11a99d532b2e115316daed3b53e52ba9f383b"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4ec67eb7f6ebc31b71d64e36f7cb4c34",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 475282,
"upload_time": "2024-12-09T15:32:11",
"upload_time_iso_8601": "2024-12-09T15:32:11.672460Z",
"url": "https://files.pythonhosted.org/packages/cf/88/5e7e30c38f7b4a83a59d45e7a8084d8a1ba17c8c88b0951301c610cc333b/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce2a481a28104d0f9a287eee558bf8240d571147d894141f825df4377e831c23",
"md5": "d7346e25776da30e802eae36963eab7e",
"sha256": "d6efc48c7c26838044c7f58ba2e7944776ef6eaef21c962a528ddffd3943e1b4"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "d7346e25776da30e802eae36963eab7e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 587506,
"upload_time": "2024-12-09T15:32:22",
"upload_time_iso_8601": "2024-12-09T15:32:22.052367Z",
"url": "https://files.pythonhosted.org/packages/ce/2a/481a28104d0f9a287eee558bf8240d571147d894141f825df4377e831c23/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc59990991e44c1d91f7b4e70da848573faf23231ba720939342cce1d1f8d9ea",
"md5": "38218115740f698f547561f4ede16707",
"sha256": "7cb8befc4c52c681c4e2f5994adeff28f529f767c979921faaa1fbb84a52afae"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "38218115740f698f547561f4ede16707",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 516902,
"upload_time": "2024-12-09T15:32:33",
"upload_time_iso_8601": "2024-12-09T15:32:33.657881Z",
"url": "https://files.pythonhosted.org/packages/dc/59/990991e44c1d91f7b4e70da848573faf23231ba720939342cce1d1f8d9ea/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21f113947be60e9c411fdc21680275b5117becc425bb21e24194be61210c8493",
"md5": "a3e41af78965b7f4d15e1ea9357ac862",
"sha256": "3b976f2c6053011c08dcde2f5805e285a8ff53eec5a42be0cc24ce93bc5729ac"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a3e41af78965b7f4d15e1ea9357ac862",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 490091,
"upload_time": "2024-12-09T15:32:44",
"upload_time_iso_8601": "2024-12-09T15:32:44.416209Z",
"url": "https://files.pythonhosted.org/packages/21/f1/13947be60e9c411fdc21680275b5117becc425bb21e24194be61210c8493/py_ed25519_zebra_bindings-1.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73105ad523155797aec5320b2759927a89e024a598c48299460bc22578cc60de",
"md5": "67410923abf7963e94c4910e76551a22",
"sha256": "5f7ac9e2f0856b2ce3db7bfb6bb1b750e2533846b8aaf6106d5edc4fca33d4e2"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "67410923abf7963e94c4910e76551a22",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 297744,
"upload_time": "2024-12-09T15:31:11",
"upload_time_iso_8601": "2024-12-09T15:31:11.215527Z",
"url": "https://files.pythonhosted.org/packages/73/10/5ad523155797aec5320b2759927a89e024a598c48299460bc22578cc60de/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91092b9eb7e361b55119f38f671c6f64aeba032797e204f453b471d8de744e13",
"md5": "dda114328001f38e424d1a4f860a855f",
"sha256": "e97df330d22c671e4e494b4e4f85ab06a4b067f38201430d8d08e687c6c1ef25"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "dda114328001f38e424d1a4f860a855f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 324850,
"upload_time": "2024-12-09T15:31:22",
"upload_time_iso_8601": "2024-12-09T15:31:22.554214Z",
"url": "https://files.pythonhosted.org/packages/91/09/2b9eb7e361b55119f38f671c6f64aeba032797e204f453b471d8de744e13/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11208d8e404d07ab52932bb3726167136e9604eb5b478b23190a0b4c6a87ae93",
"md5": "afeecf92d4678009eae8a1548a281662",
"sha256": "ac83999ed7ef81a64830495ad356e587ff89bdc20c79ad81d2baf8e38c707d76"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "afeecf92d4678009eae8a1548a281662",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 337885,
"upload_time": "2024-12-09T15:31:34",
"upload_time_iso_8601": "2024-12-09T15:31:34.181810Z",
"url": "https://files.pythonhosted.org/packages/11/20/8d8e404d07ab52932bb3726167136e9604eb5b478b23190a0b4c6a87ae93/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "58f860557e69f5d2eebccc362a410dedf87e641632f6d29f7ef2f3f93cf820ff",
"md5": "9b1a597e45da7ce08f97694116030b2a",
"sha256": "78c23fe0e20159268ee343110a9afe58813691c9fe94bfb3525efcd23af97b81"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "9b1a597e45da7ce08f97694116030b2a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 475166,
"upload_time": "2024-12-09T15:32:12",
"upload_time_iso_8601": "2024-12-09T15:32:12.906515Z",
"url": "https://files.pythonhosted.org/packages/58/f8/60557e69f5d2eebccc362a410dedf87e641632f6d29f7ef2f3f93cf820ff/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6802bd59b141de7d66ce6b9b08da9395f0a30a771beca5dd9aa8b6ee873a0e5c",
"md5": "aa1d854f174c4bb6c9bc3c547d103225",
"sha256": "900e1fd3d1474b02342d5e388fe874b2b71d1c87e4e652ed5b7773ca25c34754"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "aa1d854f174c4bb6c9bc3c547d103225",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 587538,
"upload_time": "2024-12-09T15:32:23",
"upload_time_iso_8601": "2024-12-09T15:32:23.377685Z",
"url": "https://files.pythonhosted.org/packages/68/02/bd59b141de7d66ce6b9b08da9395f0a30a771beca5dd9aa8b6ee873a0e5c/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4662604e15f81c5cbdb3cca7ca890b321ae21528e2d06bba582738a5b5de65e",
"md5": "7a7a435d0b95faee25f297ad03cc0015",
"sha256": "c11f644619ca166fb62b6ec4586d53fc74e1bc3a5345e9b84af6baca7b5ca6b1"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7a7a435d0b95faee25f297ad03cc0015",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 516956,
"upload_time": "2024-12-09T15:32:34",
"upload_time_iso_8601": "2024-12-09T15:32:34.998779Z",
"url": "https://files.pythonhosted.org/packages/c4/66/2604e15f81c5cbdb3cca7ca890b321ae21528e2d06bba582738a5b5de65e/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "498634023da4a3bc2ba7404e22d756af9335cba3a5c2c4ae7419eb111de76005",
"md5": "617cdac9ec8b2e9e60576c7b5670f373",
"sha256": "f03a9514c7e763367128a7e6be529fe8417775f72d5d717c0c3004047f188596"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "617cdac9ec8b2e9e60576c7b5670f373",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 489842,
"upload_time": "2024-12-09T15:32:46",
"upload_time_iso_8601": "2024-12-09T15:32:46.007171Z",
"url": "https://files.pythonhosted.org/packages/49/86/34023da4a3bc2ba7404e22d756af9335cba3a5c2c4ae7419eb111de76005/py_ed25519_zebra_bindings-1.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2251c5f00db791472d4f6c14b383dca0da621db6b68b8c73bef46bf136cb1c93",
"md5": "13c192b96db001f5e447f450e1613041",
"sha256": "d9ec63d54b1801d5b5bdef0b3096ed94e2e1a7c870c937682afc7b8b25ffc2fc"
},
"downloads": -1,
"filename": "py_ed25519_zebra_bindings-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "13c192b96db001f5e447f450e1613041",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 11851,
"upload_time": "2024-12-09T15:32:47",
"upload_time_iso_8601": "2024-12-09T15:32:47.413690Z",
"url": "https://files.pythonhosted.org/packages/22/51/c5f00db791472d4f6c14b383dca0da621db6b68b8c73bef46bf136cb1c93/py_ed25519_zebra_bindings-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-09 15:32:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "polkascan",
"github_project": "py-ed25519-zebra-bindings",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "maturin",
"specs": [
[
"~=",
"1.7"
]
]
},
{
"name": "toml",
"specs": []
},
{
"name": "bumpversion",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "py-bip39-bindings",
"specs": [
[
"~=",
"0.1"
]
]
}
],
"lcname": "py-ed25519-zebra-bindings"
}