py-ed25519-zebra-bindings


Namepy-ed25519-zebra-bindings JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/polkascan/py-ed25519-zebra-bindings
SummaryPython bindings for the ed25519-zebra RUST crate
upload_time2022-09-11 11:50:35
maintainerStichting Polkascan (Polkascan Foundation)
docs_urlNone
authorStichting Polkascan (Polkascan Foundation)
requires_python
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements maturin toml bumpversion pytest py-bip39-bindings
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "Stichting Polkascan (Polkascan Foundation)",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "legal@polkascan.org",
    "keywords": "",
    "author": "Stichting Polkascan (Polkascan Foundation)",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/96/d5/ed2b224fb83a75b6e8c8d78de94834ba1cc0dca3b191ca4169040101cf27/py_ed25519_zebra_bindings-1.0.1.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.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b21a16e13e5642d89063af8bdb7e0783",
                "sha256": "a5c83e3a30f2f34556244422962cb9d2214fbf6ebdc82e9afb1e09d1d44ac457"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b21a16e13e5642d89063af8bdb7e0783",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 279642,
            "upload_time": "2022-09-11T14:16:14",
            "upload_time_iso_8601": "2022-09-11T14:16:14.872347Z",
            "url": "https://files.pythonhosted.org/packages/e7/00/8b17720720eedcf751d210223e11e433c4a8aacddf691bcd45ebedd45003/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ff15310060aa4b47c590f0db21815a2f",
                "sha256": "28b6addbf398b92bd8bf16da188094f3af2344c352d78647d0b2f13d5f7e4bd0"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ff15310060aa4b47c590f0db21815a2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 265681,
            "upload_time": "2022-09-11T11:51:02",
            "upload_time_iso_8601": "2022-09-11T11:51:02.101614Z",
            "url": "https://files.pythonhosted.org/packages/e3/12/076c52168ec9cf256b45a2d851ffc30c8d5e7e63c25208448b68b053e710/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "27e91d6c46637c5007dc841f3fbc948a",
                "sha256": "908029ef33cad332bdc93bde4bd81bc60c42c171584f5e5dafcb1b18764f8c07"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "27e91d6c46637c5007dc841f3fbc948a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1052346,
            "upload_time": "2022-09-23T12:55:57",
            "upload_time_iso_8601": "2022-09-23T12:55:57.273928Z",
            "url": "https://files.pythonhosted.org/packages/ab/a9/e6854dbbf5cfb00035c92379f0f9a3375060280d2c8b77b87598e11a6420/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "50530046b70c626b260f20549bd618e4",
                "sha256": "b804356c81cac5ab29e72fbdff4dc02222f763dfa0f0e221d21d1265a0db5144"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50530046b70c626b260f20549bd618e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1073692,
            "upload_time": "2022-09-11T11:47:22",
            "upload_time_iso_8601": "2022-09-11T11:47:22.208583Z",
            "url": "https://files.pythonhosted.org/packages/c1/cd/0601b6fdaa9a38f6f9ba9c2cccf50d845eed78cee58ffd849266eba367a6/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "190dbb86ee2e831c652c2e901ccadd63",
                "sha256": "93a703eb4b754959a375371a3fa35c1a19da98d4a3c4da0db7b7659ba6517d25"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "190dbb86ee2e831c652c2e901ccadd63",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1050761,
            "upload_time": "2022-09-11T11:50:25",
            "upload_time_iso_8601": "2022-09-11T11:50:25.887184Z",
            "url": "https://files.pythonhosted.org/packages/ae/a8/0902614da738498c343762c90dbcec12cdf6e55586a21381916be0cb4bce/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7bc3eee83fdb4a71b49fab206d69b008",
                "sha256": "8c741ea2e0f92df500d9c1cc5b566198c75b6cb7dbf8a122d0bed269e5088e1c"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7bc3eee83fdb4a71b49fab206d69b008",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1095568,
            "upload_time": "2022-09-11T11:50:06",
            "upload_time_iso_8601": "2022-09-11T11:50:06.122475Z",
            "url": "https://files.pythonhosted.org/packages/b3/4c/44fd1e48e68a74dd036fc25f2d93a2fa903a850b93450c1dc14332d12823/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ec13f283d4ea57cdff9a4e74247dba67",
                "sha256": "903830c6f08b722fba4dae7c23993c998a657729c60bcc3fb27ba70091eaea11"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ec13f283d4ea57cdff9a4e74247dba67",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1119866,
            "upload_time": "2022-09-11T11:47:23",
            "upload_time_iso_8601": "2022-09-11T11:47:23.929112Z",
            "url": "https://files.pythonhosted.org/packages/3f/84/02ad4f70e9fda9a0bb85f386ddb2b69a21a628ad35292195fc08944d6ef0/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7d52353596823c17ee2e03d18b711c42",
                "sha256": "529011a6182d73d36974e6e670fc62d11ee33e4a3e3ba9f37924d22e92a54c15"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7d52353596823c17ee2e03d18b711c42",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1083478,
            "upload_time": "2022-09-12T14:02:36",
            "upload_time_iso_8601": "2022-09-12T14:02:36.569324Z",
            "url": "https://files.pythonhosted.org/packages/e1/dc/baed6249b77b5afdad9e215a06df4d0b633d08daef18d06de27207ffdd45/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "524a4abedc4cb3bcd4fe54fbe1af7e6c",
                "sha256": "04ce9ca5fc634a0ee5ee2d6d91a284d09ee6fe6162288938bfb71c7495033d38"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "524a4abedc4cb3bcd4fe54fbe1af7e6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1097137,
            "upload_time": "2022-09-12T14:02:38",
            "upload_time_iso_8601": "2022-09-12T14:02:38.201851Z",
            "url": "https://files.pythonhosted.org/packages/99/07/ffeb623a032ca6edb76a55a1a3219814a35c6aa1c27f8f1f877735c287d5/py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "95d49d3626efd6514869b8b8ef22ea36",
                "sha256": "8d4e04a453a5a86efc4c6b5e82b1ed2e9110a41e73292c631728dfcbc620396d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "95d49d3626efd6514869b8b8ef22ea36",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 190854,
            "upload_time": "2022-09-11T11:47:25",
            "upload_time_iso_8601": "2022-09-11T11:47:25.005010Z",
            "url": "https://files.pythonhosted.org/packages/1a/b3/aae3ee2bf51c070a3e3038865a060f116db4916a4bab6cc03cb257d41bcb/py_ed25519_zebra_bindings-1.0.1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "578cdea9a7edcebaa16ec47068699114",
                "sha256": "3042988709fa6b1f5f0f0f928bddbf81ebd3c11b80a43014bfb92e985659a385"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "578cdea9a7edcebaa16ec47068699114",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 170083,
            "upload_time": "2022-09-11T11:47:26",
            "upload_time_iso_8601": "2022-09-11T11:47:26.617140Z",
            "url": "https://files.pythonhosted.org/packages/a3/08/61428441fcb9f4f2e0936c115d13f4170bea39ae423c9684413ea137090c/py_ed25519_zebra_bindings-1.0.1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fd437a38b26da8b7262b8416b51b8576",
                "sha256": "e249b0d57187077859652a1119b315dec49e4d458c9795a7aeb2381799ce34e6"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd437a38b26da8b7262b8416b51b8576",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 279921,
            "upload_time": "2022-11-01T13:07:11",
            "upload_time_iso_8601": "2022-11-01T13:07:11.443169Z",
            "url": "https://files.pythonhosted.org/packages/4a/f0/209507254000d1af6c9015469557be749267b5d17ed07aada7153b05646a/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b31d7602a32b58163ec91ad6765e8d10",
                "sha256": "50d383684b650d92f93e1482891ce0c1c2011d2ca3b0821b5b049d6bb35dca3e"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b31d7602a32b58163ec91ad6765e8d10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 558533,
            "upload_time": "2022-11-01T13:07:13",
            "upload_time_iso_8601": "2022-11-01T13:07:13.389350Z",
            "url": "https://files.pythonhosted.org/packages/76/b5/459426b7623a171a63a4d5ffede5e292b166203581dc5a0a6b6505400ee7/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5d3ec68130a69c4f114c9d557f251901",
                "sha256": "d32d2c4d50789e6d3e081ab9a6d4e6f82bcf414e6b1c41a8f64a04065f6db340"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5d3ec68130a69c4f114c9d557f251901",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1052346,
            "upload_time": "2022-09-23T12:55:58",
            "upload_time_iso_8601": "2022-09-23T12:55:58.546209Z",
            "url": "https://files.pythonhosted.org/packages/f8/93/927e2708cd8bc1e88f54b5f4dcb3c29176705c2a58db1ee3e5f6c559f779/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b3786a42874a12b3bcb37af0de3053cf",
                "sha256": "363599e810ccc1f09092803a14a386ee8bce44d7057a3e36a14b1bf31de7e0b5"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3786a42874a12b3bcb37af0de3053cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1088638,
            "upload_time": "2022-11-01T13:07:16",
            "upload_time_iso_8601": "2022-11-01T13:07:16.328600Z",
            "url": "https://files.pythonhosted.org/packages/ee/ea/a80fb96e925a4d30a851b0eca4d3998e3c4381a3479adc6eab52bff67dd7/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3ee67a9f5236a6d0baaea970fbe1247b",
                "sha256": "fa59836fac97352def00c2c7c6fed33ba351258b24d3f7cbced646271aa94de6"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3ee67a9f5236a6d0baaea970fbe1247b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1135944,
            "upload_time": "2022-11-01T13:07:18",
            "upload_time_iso_8601": "2022-11-01T13:07:18.136277Z",
            "url": "https://files.pythonhosted.org/packages/db/22/0b8fdf4713ca58010f4b53376de457f14dd26975d84dcc1338a1f1ddc202/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c43433e0654ef2a1e0f423dba08bc0de",
                "sha256": "3d16da4fd6da771fd2323a90d779076066a02bb2a2c62b15ecf51ca2706f451b"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c43433e0654ef2a1e0f423dba08bc0de",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1083480,
            "upload_time": "2022-09-12T14:02:39",
            "upload_time_iso_8601": "2022-09-12T14:02:39.497206Z",
            "url": "https://files.pythonhosted.org/packages/db/ca/49291b72fbc9ac2e5ee4b223c39cd3f96c18f6d22f25d2c37e3c110c08dc/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "bd6257a4fcbdbd021a247cbf08b2faef",
                "sha256": "2e715341b4927f6735ed7113644c0a5362310df4ddad1f938b5040c85884db15"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd6257a4fcbdbd021a247cbf08b2faef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1097140,
            "upload_time": "2022-09-12T14:02:41",
            "upload_time_iso_8601": "2022-09-12T14:02:41.027500Z",
            "url": "https://files.pythonhosted.org/packages/a2/7e/cc1534fa76039579e6f84fb31d88e7f7c474a2bd38ddd6aaf917b13ec3cc/py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e2f6cb97515561dcecc5d38dbd93379b",
                "sha256": "21498379d5e85d97a9633b7cf6362b4d187c7575ab8633c3ba6c99b1dcb83358"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e2f6cb97515561dcecc5d38dbd93379b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 193292,
            "upload_time": "2022-11-01T13:07:20",
            "upload_time_iso_8601": "2022-11-01T13:07:20.272946Z",
            "url": "https://files.pythonhosted.org/packages/38/33/48d25f2e38ac41c11931d871d9fa906d268f3636c0865aabea16c939dbaf/py_ed25519_zebra_bindings-1.0.1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8ac44ec4f502330bac588654632cd434",
                "sha256": "58e7d56a6f565fc044d313ec429b782150366a39ada973051dde60f1363abd9b"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ac44ec4f502330bac588654632cd434",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 172224,
            "upload_time": "2022-11-01T13:07:22",
            "upload_time_iso_8601": "2022-11-01T13:07:22.713783Z",
            "url": "https://files.pythonhosted.org/packages/15/96/ca58ebda60b73bb142c6a014a48ff1e39300148a060d0b9ad31cccc35fb4/py_ed25519_zebra_bindings-1.0.1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4b3623955042171a580a4bcae231b798",
                "sha256": "ac9d378114ce16420f66fd990ff09156f1d056b993a6076edeae4f866f5fd67f"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4b3623955042171a580a4bcae231b798",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 279764,
            "upload_time": "2022-09-11T14:16:16",
            "upload_time_iso_8601": "2022-09-11T14:16:16.118726Z",
            "url": "https://files.pythonhosted.org/packages/40/74/3b63e5b75b5591e361627800c99ace4bf4bac36ac8d4475c1f1215a34fce/py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0f49ba1a2dd916a5d401c45a53a24162",
                "sha256": "d5e884b347d4a8d821327bafbdfcc19b2c8997d6a78704db15ef1db33baea4c1"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f49ba1a2dd916a5d401c45a53a24162",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1073715,
            "upload_time": "2022-09-11T11:47:27",
            "upload_time_iso_8601": "2022-09-11T11:47:27.968223Z",
            "url": "https://files.pythonhosted.org/packages/1b/d3/8f1cc0b82cbf6732a781abf693bee2748a0dc66189aef70a564f54bd52d2/py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "089eb8f95f434dca17b531f310205514",
                "sha256": "3fcbe7677a8ba0888df9ce882402e13153b23dfdb97c8d0ec4e2ebd41d7c6b69"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "089eb8f95f434dca17b531f310205514",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1119864,
            "upload_time": "2022-09-11T11:47:29",
            "upload_time_iso_8601": "2022-09-11T11:47:29.405568Z",
            "url": "https://files.pythonhosted.org/packages/1b/eb/d9d7fc9acaa57e4834b17b018b394a301fa30949a5a6844ca9956b6d4861/py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a7bd7d5a3dd25f27ae4bef0676765ff8",
                "sha256": "acb25c465eca7deb7b0238fa0e2e69a5944856495a316a12e75f01ca5a4003c3"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp36-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a7bd7d5a3dd25f27ae4bef0676765ff8",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 191060,
            "upload_time": "2022-09-11T11:47:30",
            "upload_time_iso_8601": "2022-09-11T11:47:30.864494Z",
            "url": "https://files.pythonhosted.org/packages/72/10/45e1a5c04b019c9800a836b9931b10cf5af3597ff79387eac19c90e2c01a/py_ed25519_zebra_bindings-1.0.1-cp36-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "78a7a20d1d2ec8503552c1e51f9d6189",
                "sha256": "8d520eb4303624ac8a0a3a01f555fe55b1c0614a138da56bd753ece19660e470"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp36-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "78a7a20d1d2ec8503552c1e51f9d6189",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 170193,
            "upload_time": "2022-09-11T11:47:32",
            "upload_time_iso_8601": "2022-09-11T11:47:32.093236Z",
            "url": "https://files.pythonhosted.org/packages/81/45/7d41e2244e5521bdf3d91a02a1e87527f0ec9fb2c2389d4f829a09812f86/py_ed25519_zebra_bindings-1.0.1-cp36-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ae402a4feaa4e1133b85bdf9ae39b1ca",
                "sha256": "3a37105f9cf44dd997ad0161a6e08969d96181173f22327329907a4825941c74"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae402a4feaa4e1133b85bdf9ae39b1ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 279645,
            "upload_time": "2022-09-11T14:16:17",
            "upload_time_iso_8601": "2022-09-11T14:16:17.440850Z",
            "url": "https://files.pythonhosted.org/packages/39/71/8c1cf907e9a4610a41f3db87fc0add6fd29f4e2c1226eb875f0d7c828c76/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "16a4fcfc829b951b0e6f5827b832333d",
                "sha256": "cf0ff95e75318b28020ed91beb76a8faecd3beefc092417867b3732dd94e55ca"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16a4fcfc829b951b0e6f5827b832333d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1052372,
            "upload_time": "2022-09-23T12:55:59",
            "upload_time_iso_8601": "2022-09-23T12:55:59.871519Z",
            "url": "https://files.pythonhosted.org/packages/90/d8/c59433f2a625e2c90ea88d55d062418e5ab174995bdd3c5d4b310b7f6cc2/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "13c7796dae62c1e3e5b6e98c9c5e2c5c",
                "sha256": "57a325635c7bf833d3ed10ac0f29fc6a54e18e7ccf962325b0104445192bce98"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13c7796dae62c1e3e5b6e98c9c5e2c5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1073682,
            "upload_time": "2022-09-11T11:47:34",
            "upload_time_iso_8601": "2022-09-11T11:47:34.039530Z",
            "url": "https://files.pythonhosted.org/packages/ba/13/bfc205f4932e1cef6aed8e0d517de9b6fc39a13845191c907182e8abd71f/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "514745420e9c6076c113733cd0ef4fba",
                "sha256": "962553eea9eaf5bec9be9d7a7e0687b1aaa741eb57534a1905cacaf09a8e425d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "514745420e9c6076c113733cd0ef4fba",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1050824,
            "upload_time": "2022-09-11T11:50:28",
            "upload_time_iso_8601": "2022-09-11T11:50:28.811449Z",
            "url": "https://files.pythonhosted.org/packages/be/45/7f7b20a5fe6f8a92eace307df18fc7d95ebb1047c44fa23cf38a9e2aef50/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "282d8da2c1b6fe11d9e4956a69f78b20",
                "sha256": "67f743c8775b04ea7591753d7beeecaa5094edc23e4a26ced857dee7ac355d15"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_armv7l.whl",
            "has_sig": false,
            "md5_digest": "282d8da2c1b6fe11d9e4956a69f78b20",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1095541,
            "upload_time": "2022-09-11T11:50:08",
            "upload_time_iso_8601": "2022-09-11T11:50:08.740095Z",
            "url": "https://files.pythonhosted.org/packages/84/1c/338b86f08ec373bd6a2c90569a7b97b60836cd19c88e3ddbd65966bee9be/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "bab0de85f7a64a0edd8a5f92daf14290",
                "sha256": "93eb5662e3af1083d81fd4a5a9cd254ac94f9e282e38f21e030f7d1c12d5dd98"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bab0de85f7a64a0edd8a5f92daf14290",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1119868,
            "upload_time": "2022-09-11T11:47:35",
            "upload_time_iso_8601": "2022-09-11T11:47:35.681584Z",
            "url": "https://files.pythonhosted.org/packages/f4/e5/1199798e406de6d4e4b5bf81d2d5c28d236db4be710172eca59ae724cb1a/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "00898df2889a1591d88f8f9ef286c6c3",
                "sha256": "9cbec53099bbeca1ff7d89cb977c7251b5740ac1019dc42d34752f318212c3e1"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "00898df2889a1591d88f8f9ef286c6c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1083411,
            "upload_time": "2022-09-12T14:02:42",
            "upload_time_iso_8601": "2022-09-12T14:02:42.114393Z",
            "url": "https://files.pythonhosted.org/packages/ba/6e/b0bf8b5e059168aa3eb4cd832032479342e747bca0e6ff6b5c4b7f533ee2/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "89e949b9fc2bbabd0c94a643d0dfdbba",
                "sha256": "e0a58597049d6478406f4231d9532740b64b0d1558bd37e9735474a9fb559bdd"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89e949b9fc2bbabd0c94a643d0dfdbba",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1097280,
            "upload_time": "2022-09-12T14:02:43",
            "upload_time_iso_8601": "2022-09-12T14:02:43.675928Z",
            "url": "https://files.pythonhosted.org/packages/67/4d/e0c3a3c11424f93a3908cfb0945bd2715e46850a5281906bd5deb27f0a14/py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c8f0ccf9b1f3642338f86e9812dcbe8f",
                "sha256": "8a0ccb15371744e5eca7557532132ee7a5dfad41cbfcc3a6bbf4431f4c18cd87"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c8f0ccf9b1f3642338f86e9812dcbe8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 190820,
            "upload_time": "2022-09-11T11:47:36",
            "upload_time_iso_8601": "2022-09-11T11:47:36.849814Z",
            "url": "https://files.pythonhosted.org/packages/4b/e2/507c13c6a77b40915969647cff4cf2e3afbb080e1ea46e8e936fd4e1f3ce/py_ed25519_zebra_bindings-1.0.1-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "05ee500cb8ef67fba8d0e1d8e4efbcb7",
                "sha256": "f3f209988adf229e98b07629698fc5fb2401b95e1db0b7a063f1945049e857bc"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "05ee500cb8ef67fba8d0e1d8e4efbcb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 170035,
            "upload_time": "2022-09-11T11:47:38",
            "upload_time_iso_8601": "2022-09-11T11:47:38.299318Z",
            "url": "https://files.pythonhosted.org/packages/0b/c8/1eabfc772aaa922e9fee04986892b74e091f5edd362341b86defacfd9276/py_ed25519_zebra_bindings-1.0.1-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8d5c7ac019bd86847a5aa07a5d70cf45",
                "sha256": "831ff6b3ba2f73d46671e0ba7efd26f26827839d652c4eed157c43fc58d44ed7"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d5c7ac019bd86847a5aa07a5d70cf45",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 279642,
            "upload_time": "2022-09-11T14:16:18",
            "upload_time_iso_8601": "2022-09-11T14:16:18.755729Z",
            "url": "https://files.pythonhosted.org/packages/1c/f8/4a9ebe7a3bc8a251c6a42763f7f357d56acd3f933451a7715c8f8ca50692/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1a8c576c8c0e29fd36d59b7546b2e62d",
                "sha256": "d32570528ad5c514bbe92264a1a7ea0242884a63ea560067240b66740e6b3576"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1a8c576c8c0e29fd36d59b7546b2e62d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 265672,
            "upload_time": "2022-09-11T11:51:03",
            "upload_time_iso_8601": "2022-09-11T11:51:03.949506Z",
            "url": "https://files.pythonhosted.org/packages/07/c8/e1aa7573d5dbdf9e91dd905c9893639d69f1357d8026c80c97d191e68760/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0fdc7df51202bbe625efd4141198ebd7",
                "sha256": "fd402a6795442af3a325907b5aab2b9154292eff7469adab3b3676c615704238"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0fdc7df51202bbe625efd4141198ebd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1052343,
            "upload_time": "2022-09-23T12:56:01",
            "upload_time_iso_8601": "2022-09-23T12:56:01.216862Z",
            "url": "https://files.pythonhosted.org/packages/6b/25/34ae07a01796b2cfa49859574c91e8b49e0c01ff124874e7975fe6d7eeae/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9de8b632540ea01ea2e51181d4342919",
                "sha256": "fb318f6c2d32292c9252e5626ac80253d1d7dcf93e9c03714c6e3fef8a83077e"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9de8b632540ea01ea2e51181d4342919",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1073690,
            "upload_time": "2022-09-11T11:47:40",
            "upload_time_iso_8601": "2022-09-11T11:47:40.051674Z",
            "url": "https://files.pythonhosted.org/packages/59/4f/9b1f82b462700dd1d8dcdbf7d082d5c82cdcb01734afbdcd5eae83d7f41c/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "eb50d3e1d214a85c6bd111440effb2c3",
                "sha256": "6b537ae31ea90c670e93c7139e86b8299cbbeab7ceb2cdd67c54e9f0ac0607bf"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eb50d3e1d214a85c6bd111440effb2c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1050756,
            "upload_time": "2022-09-11T11:50:31",
            "upload_time_iso_8601": "2022-09-11T11:50:31.951751Z",
            "url": "https://files.pythonhosted.org/packages/f5/60/64bd366b18c85d01e22c99b9a2693874b15a85bdacd6fa07d75a36ea5a61/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d8bcfb4c60ff8c716bdb4ca098648410",
                "sha256": "7aea3a70d07adccb378aa3edfa3aef214e9154c25e9b505b8a22c886f78f8bef"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d8bcfb4c60ff8c716bdb4ca098648410",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1095567,
            "upload_time": "2022-09-11T11:50:11",
            "upload_time_iso_8601": "2022-09-11T11:50:11.551459Z",
            "url": "https://files.pythonhosted.org/packages/c0/9b/b2d0c8bd1e1eada8d5398764dc78df8a556c039521fed7e35bf1578f225e/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "dbefe9e5b64f01e76b4b38f2cb3bde0d",
                "sha256": "48c8728ac5d6468b936b1568ccca00a9a025b70b120ca578f5188066e777c63d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "dbefe9e5b64f01e76b4b38f2cb3bde0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1119863,
            "upload_time": "2022-09-11T11:47:41",
            "upload_time_iso_8601": "2022-09-11T11:47:41.847769Z",
            "url": "https://files.pythonhosted.org/packages/5f/d3/40319ab1f34782dfa6d6b6b0a338c400bd2a51ff4cdebdef41070a23a642/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "717a97599c7e55d613b835a9a5109cc3",
                "sha256": "3b3b8b8a977cc842bbcd7f5c54f00a9dfb08668a1a0c3e67f811f445822561d8"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "717a97599c7e55d613b835a9a5109cc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1083474,
            "upload_time": "2022-09-12T14:02:44",
            "upload_time_iso_8601": "2022-09-12T14:02:44.944019Z",
            "url": "https://files.pythonhosted.org/packages/6e/39/b2669862627336bd01399dc0746aa057a33a0c801ebbbd9d00ada0bcd690/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "82fd7ad3f2afaacb105a9906a3bbed20",
                "sha256": "ea66861e82597c81ae4d42ccf6f7215b50e5fcebbf9657067011b0e3a93e05aa"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82fd7ad3f2afaacb105a9906a3bbed20",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1097133,
            "upload_time": "2022-09-12T14:02:46",
            "upload_time_iso_8601": "2022-09-12T14:02:46.448923Z",
            "url": "https://files.pythonhosted.org/packages/31/3e/ca6ac744f28e79613b0effdf0dd088a56b78fd8b2e8ef71f129f2252c194/py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5d4f787b6b1c60b3aa060c8b98dc6541",
                "sha256": "0bfe4309f4dbc1257716c3d64336246429284b55c2cc36785638d4abf7f41bfa"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "5d4f787b6b1c60b3aa060c8b98dc6541",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 190850,
            "upload_time": "2022-09-11T11:47:42",
            "upload_time_iso_8601": "2022-09-11T11:47:42.940288Z",
            "url": "https://files.pythonhosted.org/packages/98/be/5776779d6984c3a40bb0282fac6ec1fb0c8c487921a4963449ece7336a6e/py_ed25519_zebra_bindings-1.0.1-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "deea07c1437c348e595904e48a0ed89e",
                "sha256": "139e297b51979ac8b7ad736033fa5243169d84c4cc92df9e036be93a363cc2c0"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "deea07c1437c348e595904e48a0ed89e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 170082,
            "upload_time": "2022-09-11T11:47:44",
            "upload_time_iso_8601": "2022-09-11T11:47:44.092165Z",
            "url": "https://files.pythonhosted.org/packages/42/8d/20493f574a17484103c37e8391a25ed581fe9b3d83c45fa1766c147f8827/py_ed25519_zebra_bindings-1.0.1-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fb8f59c3930a9379c301ae08a595024c",
                "sha256": "a44384ed0ff3cb6430e0a5dec19c3928a5aa1d9c0f9185c03dd09193a37de252"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb8f59c3930a9379c301ae08a595024c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 279643,
            "upload_time": "2022-09-11T14:16:20",
            "upload_time_iso_8601": "2022-09-11T14:16:20.354069Z",
            "url": "https://files.pythonhosted.org/packages/56/2f/9d3a33b34344a7bb1a1fe661fa86724c7a7d06acda8f638a55b32b97a86d/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3d643ebe8a2b7ed51d234a1dfadf758e",
                "sha256": "14c543aacce2abbbaa73044752fc1174b7faae4a163400da727c6bd7935cef7d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3d643ebe8a2b7ed51d234a1dfadf758e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 265673,
            "upload_time": "2022-09-11T11:51:05",
            "upload_time_iso_8601": "2022-09-11T11:51:05.995925Z",
            "url": "https://files.pythonhosted.org/packages/0f/25/903a100ae963fff9662014bd20a2aeef122bae382b716b50b4e5c0c6b988/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9dfc2743653609f66e7a0af8920624b5",
                "sha256": "871aafae7973e5c5895084ab9ebcb547709a24eeb3c757f430ad33a49d47cc3d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9dfc2743653609f66e7a0af8920624b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1052343,
            "upload_time": "2022-09-23T12:56:03",
            "upload_time_iso_8601": "2022-09-23T12:56:03.007239Z",
            "url": "https://files.pythonhosted.org/packages/63/3c/f55e62e7b0ec2ca59736257537d966146d36934917e7f1eab7f8269d643d/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "13ced3e94a6fb9ec834eae1b88a365aa",
                "sha256": "027c8a92cea1e95926cad0c78de09d627751fc942fca2e413708e70eba18f41a"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13ced3e94a6fb9ec834eae1b88a365aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1073691,
            "upload_time": "2022-09-11T11:47:45",
            "upload_time_iso_8601": "2022-09-11T11:47:45.567446Z",
            "url": "https://files.pythonhosted.org/packages/c0/2e/40cfea720b5d22fc4231d57111af7efa6b60a962259a3213e928e685e993/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1dadbf8a55f2107651d86583ddd9e344",
                "sha256": "38adce4f22560a558a589532624b47c958d66bc0cca1921a67b5986c11f96f1d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1dadbf8a55f2107651d86583ddd9e344",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1050755,
            "upload_time": "2022-09-11T11:50:34",
            "upload_time_iso_8601": "2022-09-11T11:50:34.048965Z",
            "url": "https://files.pythonhosted.org/packages/a0/77/4261b7c11df5f68f6ffc9d48f26043a5dbbdf1cf845aeb26d05b59ef1814/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d0790cc24fbd65c5af3cf3d5761a57ec",
                "sha256": "b3de615cdfc544dd3bd6d1ef46e4e315a397cf0df8b764bf898522e61aad3d1a"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d0790cc24fbd65c5af3cf3d5761a57ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1095568,
            "upload_time": "2022-09-11T11:50:13",
            "upload_time_iso_8601": "2022-09-11T11:50:13.702925Z",
            "url": "https://files.pythonhosted.org/packages/7e/51/36ebccf19f1d537a08c295c63a886492aae8a88bbe0ca596523b3a4652e3/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b7eb0d9744224847c3d20e1ced2a8819",
                "sha256": "2d145aff9d5e12e2b99922d7dac3f97071805e46378157ffff6bb6ec51d27d1c"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b7eb0d9744224847c3d20e1ced2a8819",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1119865,
            "upload_time": "2022-09-11T11:47:46",
            "upload_time_iso_8601": "2022-09-11T11:47:46.899228Z",
            "url": "https://files.pythonhosted.org/packages/4e/e0/0cd82bdcfb9a37fe8541b8fca99b621088d0107ef7008e93f6719522c154/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0980fbd53203571ebcdb2c50a2c8d58a",
                "sha256": "d4ca9b0cccd3e3e5d5a6c045b8f28c63de8cb7603fc8d0db2855a6fc7b1f19f3"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0980fbd53203571ebcdb2c50a2c8d58a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1083475,
            "upload_time": "2022-09-12T14:02:47",
            "upload_time_iso_8601": "2022-09-12T14:02:47.960470Z",
            "url": "https://files.pythonhosted.org/packages/cb/f5/1ad89c3eaf1bec678e75ab4c9f8751d044eef2dd997687f04a9bd18d7c70/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2b36d156c84fe174af4c9a78cec109b0",
                "sha256": "6268fe204967c626a03cd2f62f343a684361a23e273c4568a16072d676624555"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2b36d156c84fe174af4c9a78cec109b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1097134,
            "upload_time": "2022-09-12T14:02:49",
            "upload_time_iso_8601": "2022-09-12T14:02:49.115506Z",
            "url": "https://files.pythonhosted.org/packages/9e/c2/8fd7551548308860094f29278e41833cf7a10bbac31b4b6884fc7dcbe92f/py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a6af3d3bc358e048a07d7c5137af8c87",
                "sha256": "d0fe3d60374e0a295cccf618ca1c3ee8896670b0ebf676026b112fae328dcdb5"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a6af3d3bc358e048a07d7c5137af8c87",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 190851,
            "upload_time": "2022-09-11T11:47:48",
            "upload_time_iso_8601": "2022-09-11T11:47:48.085536Z",
            "url": "https://files.pythonhosted.org/packages/fb/96/d367fa359b0866babfc97b5e051701ba404c4bc47815cbd824c3dbc32ca2/py_ed25519_zebra_bindings-1.0.1-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "193ea3d193a4d2ee21656d32efbe9a0a",
                "sha256": "6e393d68e3dcae521d5da88c4dbb3ca4f2ba79a274e6f2eecd7a3768c00cab25"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "193ea3d193a4d2ee21656d32efbe9a0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 170081,
            "upload_time": "2022-09-11T11:47:49",
            "upload_time_iso_8601": "2022-09-11T11:47:49.359670Z",
            "url": "https://files.pythonhosted.org/packages/d0/1d/6ba850b4d3a7aa9793da1c42a30853c5e26456bbd39192dd75b99730078f/py_ed25519_zebra_bindings-1.0.1-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "75827624a01020d1ddd2d2e76c74cd9f",
                "sha256": "670f01572012aabd02436de78bd880a63691031f7758289a05529368e8af5ac6"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "75827624a01020d1ddd2d2e76c74cd9f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 1051848,
            "upload_time": "2022-09-23T12:56:04",
            "upload_time_iso_8601": "2022-09-23T12:56:04.180227Z",
            "url": "https://files.pythonhosted.org/packages/91/61/f6b3be5f7136135c1f1ae10cc40250897c7a4b781d60a3b2f3ada0a06d49/py_ed25519_zebra_bindings-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "917643057fad81aae7d196b57c7f1299",
                "sha256": "aae847c456757dc8e5022c0f5af64db07baaf8e0d60e0931912e92c1e9ea532d"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "917643057fad81aae7d196b57c7f1299",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 1051887,
            "upload_time": "2022-09-23T12:56:05",
            "upload_time_iso_8601": "2022-09-23T12:56:05.243457Z",
            "url": "https://files.pythonhosted.org/packages/c1/7b/7ccab1dcd26d91ff34139c32b89c78bfd22edbf2e8f099e531fa3ed098b1/py_ed25519_zebra_bindings-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "99caa309f0d94094405d813c76009547",
                "sha256": "98450820e82e4fd446e2b9fd7b449e8b4cb645fa4c053d4e0a598a9c43ed8209"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "99caa309f0d94094405d813c76009547",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 1051886,
            "upload_time": "2022-09-23T12:56:06",
            "upload_time_iso_8601": "2022-09-23T12:56:06.708345Z",
            "url": "https://files.pythonhosted.org/packages/88/69/20adeef20c535ef09022e65b2c03886c2b28240e024617f874f6f04e21d7/py_ed25519_zebra_bindings-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b5458ec4e2ea8b7d52c5db00fb42783c",
                "sha256": "0062f189e1c8672ba94676cedb346fae4c33a0cabaf12e75a1aedcf9db47403b"
            },
            "downloads": -1,
            "filename": "py_ed25519_zebra_bindings-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b5458ec4e2ea8b7d52c5db00fb42783c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8922,
            "upload_time": "2022-09-11T11:50:35",
            "upload_time_iso_8601": "2022-09-11T11:50:35.611311Z",
            "url": "https://files.pythonhosted.org/packages/96/d5/ed2b224fb83a75b6e8c8d78de94834ba1cc0dca3b191ca4169040101cf27/py_ed25519_zebra_bindings-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-11 11:50:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "polkascan",
    "github_project": "py-ed25519-zebra-bindings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "maturin",
            "specs": []
        },
        {
            "name": "toml",
            "specs": []
        },
        {
            "name": "bumpversion",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "py-bip39-bindings",
            "specs": []
        }
    ],
    "lcname": "py-ed25519-zebra-bindings"
}
        
Elapsed time: 0.01496s