This repository is actively maintained.
Activity is low at times because this project is already feature-complete, documented and tested.
python-xeddsa
Python bindings to libxeddsa.
Installation
python-xeddsa depends on two system libraries, libxeddsa>=2,<3 and libsodium.
Install the latest release using pip (pip install XEdDSA), from the wheels available in the artifacts of the Test & Publish workflow, or manually from source by running pip install . in the cloned repository. The installation from source requires libxeddsa, libsodium and the Python development headers to be installed.
Testing, Type Checks and Linting
python-xeddsa uses pytest as its testing framework, mypy for static type checks and both pylint and Flake8 for linting. All tests/checks can be run locally with the following commands:
$ pip install --upgrade .[test,lint]
$ mypy xeddsa/ setup.py libxeddsa/ tests/
$ pylint xeddsa/ setup.py libxeddsa/ tests/
$ flake8 xeddsa/ setup.py libxeddsa/ tests/
$ pytest
Usage with Brython
python-xeddsa can be used in the browser with Brython, thanks to the Emscripten build of libxeddsa. Refer to tests/test_brython.html for the setup routine required to load the Emscripten build for usage with Brython. In summary, Brython's initialization is deferred until after the libxeddsa WebAssembly module and wrapper have been loaded. Other than that, python-xeddsa can be used as usual and handled with Brython like a pure Python package.
The tests can be run with Brython by running the following commands from the root of this repository:
$ # You need brython-cli in the version fitting your local Python installation
$ pip install brython==$YOUR_PYTHON_VERSION
$ cd xeddsa/
$ # Older versions of brython-cli use `--make_package` instead of just `make_package`
$ brython-cli --make_package xeddsa
$ cd ../
$ python3 -m http.server 8080
$ xdg-open http://localhost:8080/tests/test_brython.html
You'll find the output in the browser's dev console.
Documentation
View the documentation on readthedocs.io or build it locally. Additional requirements to build the docs can be installed using pip install .[docs]. With all dependencies installed, run make html in the docs/ directory. You can find the generated documentation in docs/_build/html/.
Release files for XEdDSA 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xeddsa-1.2.0.tar.gz | 9.3 kB | Details |
Built distributions (wheels)
Total release size: 9.2 MB
Release files / xeddsa-1.2.0.tar.gz
| Download URL | xeddsa-1.2.0.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba1eadf6ab3832900da68b08ff2a8bfe8cda556a47aecefdc0264c56f9fe7b38
|
|
BLAKE2b-256 checksum How to use checksums |
ffac45aac452dd9bbed8d99aef43f93137293336b2e43cab9b3be300516b8a4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-win_amd64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-win_amd64.whl |
|---|---|
| Size | 157.6 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7ca52a89677ed5a33add818abef568ee0499d5b99936ecc04244757851f36328
|
|
BLAKE2b-256 checksum How to use checksums |
1844114e28ba3bb23723203c9555264aac3a439bca218b58b99a67a53c0d0bfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 230.1 kB |
| Tags | Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
7716e357da3c39edab153df5a4c2a105119fffc83ae35348e1453b9a3749bf13
|
|
BLAKE2b-256 checksum How to use checksums |
9a15b3f0de8f0ae4eb5514f4c79aed299726fe8c799f0474ba9a56a9aecde52d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 215.2 kB |
| Tags | Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
ff5982671bbe3b1e42eefc8e0e06bd926640ea0fc8cef1f1795a8639ff88594b
|
|
BLAKE2b-256 checksum How to use checksums |
948c87229dd9a56082f8a6d851a1758c28d851ca258dd030c01eadfe3404228b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 222.8 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
b3bc708085b759d6c6b3fbd62c01d1cf2e2254d2bc0f44799949e0db2b34a682
|
|
BLAKE2b-256 checksum How to use checksums |
04b9f798dbf0f6dfad330c08138e8565fe740bf9e27ba6e43e0a90393432549e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 213.1 kB |
| Tags | Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
9d2909ff7a6cd9aa712ba6ed5eb052ad81146bbb296ffcff1f7a4985969cd3de
|
|
BLAKE2b-256 checksum How to use checksums |
42a34a518d214ce5a21279bef2a86c82a032a5e5cb901f23dcf519fbb8dbef63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl |
|---|---|
| Size | 200.3 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a42d11f6caf8b5b475bb4f67dab35eac40c1d3317d10ed61042dc5fa776d713c
|
|
BLAKE2b-256 checksum How to use checksums |
1485fa0333a72f34d7ae6e31f66919b1e783cfd74b9d197bec25e4fa7ebdcf3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
| Download URL | xeddsa-1.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 10.5 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
4e53dc40695ae43d8bc60af5a2a855be83f85ab3e88fbcc02043ba9bc17013ad
|
|
BLAKE2b-256 checksum How to use checksums |
fdc5469f559a754c4cacde295966279796a4cbb8dd9165fa8bbef9d1da215205
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp310-pypy310_pp73-win_amd64.whl
| Download URL | xeddsa-1.2.0-pp310-pypy310_pp73-win_amd64.whl |
|---|---|
| Size | 157.6 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
19b5d8cb2d1ded9d35ee2265d436a25cd28c8aa520b816ef46d80b29eddd0821
|
|
BLAKE2b-256 checksum How to use checksums |
74a60999b5755782713af595f7abd0dabd70a523e15f391de15079f3c9254d6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 222.8 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
3e7f515a10e11cfbeced5c1c06d684980c9d79a10b4f1878290103ac41c95af8
|
|
BLAKE2b-256 checksum How to use checksums |
6ec4d821f8b2958382134cfe33b0a39978f1459821d90f5fdf7b34ef1250b879
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 213.1 kB |
| Tags | Linux glibc 2.17+ ARM64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
8013ccc49b824fdff36a6b14ead01a4d42e628effa8cdb539be14f35e38261e1
|
|
BLAKE2b-256 checksum How to use checksums |
5421312b36d415758f2b5c45e847c777e8b6b9f3c69aa7b57f7efea65c0070e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp310-pypy310_pp73-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-pp310-pypy310_pp73-macosx_15_0_arm64.whl |
|---|---|
| Size | 200.3 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b97e492b64a1968092c9c4ccfe8dcdf854bdb4c86088ac0d242ab5284fba9f9d
|
|
BLAKE2b-256 checksum How to use checksums |
79ce9cacf870dc1e8b94d7294463d205ab2761aaa7e0327e1bd6f94e35ee49f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
| Download URL | xeddsa-1.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 10.5 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
af7bb7011a87018efc561b93a5a3889cf719fd4d59b9ed88128a1460842b8aa3
|
|
BLAKE2b-256 checksum How to use checksums |
925ed91354b558d918ddf4ead406428adb6f0fb7101a18f2429c53a26c1beb0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314t-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 164.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
10fa383355400ef27f70042db49d1648b4674006172b3f91c1a2300b842ce091
|
|
BLAKE2b-256 checksum How to use checksums |
9fa9fa1e092b151fad7541c8adc72161933636e12e86702b67d0391df05c5b14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 257.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
0b75696000fb69d5ef0814571f0b8d8df66f80d375823400344ef37372b7630e
|
|
BLAKE2b-256 checksum How to use checksums |
fc1e2fcffa7e23a9b134a5acc76ac5f94302559417830123270b3fd7227dcd5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 241.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
89cc96e4e6fbcefb5c2e2741d18020b066f160d602d2ee273b4c09a62466a18d
|
|
BLAKE2b-256 checksum How to use checksums |
dac60948f49f9da14e939465cec01810916bd07c96cd7a0e33c0e305a88542ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314t-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314t-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
02dfacf9eae1909afb5f667a003f5fc8dcbad3ce55ef08cd06d983c07d83a356
|
|
BLAKE2b-256 checksum How to use checksums |
2aef8099a4d849e7eb2d6c70009dc09d772c8ed653356164b753094896a00ece
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 14.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
1a63ea4b2c9a24d8b21697b741f82605a2dbb90fe70dae7f85918eed7118ff85
|
|
BLAKE2b-256 checksum How to use checksums |
28797800481b7f80fefc470485d59168452b1255addf07632c07d855dac68f2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 163.7 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
50a6a5b49f83d3b62930fcb708dc1521699820543aa5a25c633664d77337a757
|
|
BLAKE2b-256 checksum How to use checksums |
235185bd14d089549b978c5ac68a3038e26086bdf218b2ecff8c09bd264585a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 250.7 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
7f037492f8d6549be358cf7d903f27f5bab688d61289d6a57eb4318917ceb06e
|
|
BLAKE2b-256 checksum How to use checksums |
270342808b66f8a1cd5b665f2357a0d036ccacdff0fbb32f61cca09e718d913d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 234.9 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
e00eafc2a95957bc85508ca02718d4a1cfcf0df596921efabb0a4cde808253f3
|
|
BLAKE2b-256 checksum How to use checksums |
9ce85d7fd7834548d2c35d25991b6abfba7e1f1c992dae8b7a662b5830e1a81b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.7 kB |
| Tags | CPython 3.14 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
7456d0875db05f469b89dbd2b3b59f5d4492fe05f040afa3d74a5f0e8e93b031
|
|
BLAKE2b-256 checksum How to use checksums |
5c1103811c946ec83ce2d3cf7156234ccf42b9815529cc5e28f827e176d86fde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | xeddsa-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 14.5 kB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
4a088eb509306c54f481fc14ba6e72137a02f9cff6ed8fc0c392463557730dab
|
|
BLAKE2b-256 checksum How to use checksums |
2d86e617583ebe07c64df9d590c561de355cfb251e03d6756870ba4a9aa06023
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
929739d4ef9ceb3148b554b1cee8eb4b2ba69abc536eee2ef983312216b9fe20
|
|
BLAKE2b-256 checksum How to use checksums |
0331658855ed8d956935f3310c85790982d7db5abf63cf52e85c21b77b7c7966
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 250.7 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
77818cbd47b6bc15a5c2bf506fee2e8bee88b323069eb4ba06a8e520ebca96dd
|
|
BLAKE2b-256 checksum How to use checksums |
5653d9d1ec805c97f3c3d53d632f19a0fe193866b17d277ba952e1564b9bcdd2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 234.9 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
9af0c06104d411328b9d905fc9fc990cff31243cef6ceb418e8bdb6d1954ce43
|
|
BLAKE2b-256 checksum How to use checksums |
364ced0318cc346c7c308ee9078d71016a854364cbd33125c2be2e6e83c27275
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 243.4 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
5d45e87994ce389e1db4590a576f1e3eaa46a8ffe467ac8f6afebe640617d8a6
|
|
BLAKE2b-256 checksum How to use checksums |
271f076c82a07d18eb9e6dc30ab8e3b58b9a9335c83b83bac4ca0212bbb18a7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 233.2 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
04e7f83b1860dfa97b63082d139d7a071a9a3eedad98a303c915136d3989047f
|
|
BLAKE2b-256 checksum How to use checksums |
e1a29aee93b5dd0ed442438f687000a0831b4c732817a1ed9895998e5d6dd477
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.7 kB |
| Tags | CPython 3.13 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b9912475590c0018a4323f7315490725c82b39243bf3a39922dad5d3422dcc9a
|
|
BLAKE2b-256 checksum How to use checksums |
0463f240e12a30d2006eafc188e57166fd74320c00efaae04ab79fc769ae0c5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | xeddsa-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 14.3 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
92140cb4e343ba7588c43573d08de1dc55bf25455d98a03c54ae79fc0baf2e2f
|
|
BLAKE2b-256 checksum How to use checksums |
be3c90331ed7e73f57a19b0d0c632af13906459c976bf5a065e7533381f17e2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
84a23b29623cf847dd2b37af4652b426495ba5af6f176e68ee6d9ff0d05ad149
|
|
BLAKE2b-256 checksum How to use checksums |
28d77e3ff62f353712f2d8f5693802cbdd15800c413285846e3f8739971fd27e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 250.7 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
2984409eb1f6c5d43f84cc18382507851fabee69e078f74851765af4854919af
|
|
BLAKE2b-256 checksum How to use checksums |
f41df606426476940d9eaea01758faedb5366ce1f00aa4876030b3b0d2116226
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 234.9 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
98de0ce498124850766d9cf5bc505389976db1e11fc3a0c92bad2b9c54bcaad3
|
|
BLAKE2b-256 checksum How to use checksums |
99881cc278be5ebd98b5432aa4319b6256e651c4c13bf4f709cb5e6b00f4db66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 243.4 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
0e5867f3cb40441b1512572078a04dc3c132e31710684d5376d81e72e434bde3
|
|
BLAKE2b-256 checksum How to use checksums |
78362cb6aa431da1f59534f5abe42df63062d150601c6809fe268596400fbb36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 233.2 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
c7aaa7cd9f608008b5faf8b7df6ad4f65e14205f5d92d9bcfc23a1f843542760
|
|
BLAKE2b-256 checksum How to use checksums |
22fcfa6557dc3d2dc3509a2e37acfc69073b16d1acfad930943d03aa42d02a9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.6 kB |
| Tags | CPython 3.12 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
31a2f14550e4867bc8d67977b9e6cee2c0c02e44d4b79ccc47bfc5a7fc0196a4
|
|
BLAKE2b-256 checksum How to use checksums |
2f4fffbda9a58c62a38d344325e0d65186ba5dadcc5993256ad8ce7f59f87dee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | xeddsa-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 14.3 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
beb992cecba12098c9f78f4fd7c5a91cace8c69a5e99991b2202ecfcc891397b
|
|
BLAKE2b-256 checksum How to use checksums |
fced207f7c04c6c7339d54dbacf93404501a6e4825e62c67d9a208c3ea38559d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
d3c0ed48ebc4c2bc85fc64ac0ef2a0f5819a96566eef1c10fe1cae7088f45462
|
|
BLAKE2b-256 checksum How to use checksums |
3ca877fd67ec7c796d66a756015e2cfbabc39bfbd3683d5d61cd29ea467c8f30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 250.1 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
9bc24996d92a370f922dfd3ebad4f593485da92da160680c63c0237a4bbe321e
|
|
BLAKE2b-256 checksum How to use checksums |
7700db9f2afa3663f593ebc85f1b23bfb5268b1e947fe8a5e0c14a60dd694f36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 234.6 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
b55eedf8466d8ee47a4476b332621ec01abb2f6fbd19dcc8815b5d8aec6118a9
|
|
BLAKE2b-256 checksum How to use checksums |
4d0997f4649d18e69de23c40fc4e8f59698aab3c4e2e4312d55228e36b2ad35f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 242.7 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
c69744f21029282d2b5f374732816155f5f94a99fa18a701ae3c1f53c43ec553
|
|
BLAKE2b-256 checksum How to use checksums |
60da255b40f0b4ae60a7af67a37f1c7ecd887ae70334b25596cc10b15562d204
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 232.6 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
7e244dc304ddc6bb97ca8d6ae691a869be07e503849213b59f4759901a4f41d8
|
|
BLAKE2b-256 checksum How to use checksums |
946d77700141ce713897271baad435c09cf45123cf98481deef8b04f69e398c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.6 kB |
| Tags | CPython 3.11 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
2a233538c98b6acaca3da8010730f432dd81bf41dca3093993016313e119bcdc
|
|
BLAKE2b-256 checksum How to use checksums |
191333b7a9bf7b7c2763ad8c26d01ca67d1a6c36e3b031f91a6ea10d8c817def
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | xeddsa-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 14.2 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
94dae03d4d9fd21fa9decff08d27e2508d0ac5f35c4889284655d287937be3c5
|
|
BLAKE2b-256 checksum How to use checksums |
d2d217520444b9b2d18c1c3e47bfb237669534ec6ae5ff0d6844b259851bee78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-win_amd64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b629da2d065c623336b5d62336d87aead52d7cb140522dc0e6d36f7f8b67f0ec
|
|
BLAKE2b-256 checksum How to use checksums |
3a53e35e4471f90ac7479c976f27d069b17b33c93a1132fd984c2f6882fa5c12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 250.1 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
1c58dd49901907b1168ee2d9dab55aaffceb90cc319bdc60fdfd4702f867707e
|
|
BLAKE2b-256 checksum How to use checksums |
a92a82b66401b11b2a973397584bae672664b463348852be5ebf20b7b6fd8cc7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 234.6 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
d6bea69e90671963b64b1591fc328d47280e0c7f775922417588af150c77a48e
|
|
BLAKE2b-256 checksum How to use checksums |
beccb6996dfb0223efcbb216542d18120b9705b794a3a2246764e29c47df1832
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 242.7 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
cdf5ba46350d7b2902d5004fd35069b77125071bf1c8900a35d7cbf19dd47f91
|
|
BLAKE2b-256 checksum How to use checksums |
7723e10611be2d8a281405bdc1b63f4dfa5abd33088ed1374957d15f75989027
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 232.6 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
198fa44b38d3ea8ebaa8c158ef761baa5bfa533f6e2302f6668fe0fc707184d4
|
|
BLAKE2b-256 checksum How to use checksums |
c44c8333383b789a56b8018bd639804dabb298c8ff6455875ba3e66f2ffabb87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-macosx_15_0_arm64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-macosx_15_0_arm64.whl |
|---|---|
| Size | 203.6 kB |
| Tags | CPython 3.10 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a8d7fc0cb03fc84f84d416c1adeebf9f86927759b5113df856e4823a13ce289c
|
|
BLAKE2b-256 checksum How to use checksums |
da07a0529b98f1ef2b2681fd3a9aecbd2d95ee8481fb60c20a0ff1b2f8f6ad31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency logRelease files / xeddsa-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | xeddsa-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 14.2 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
5bc7ae78ff4886e8b1c5b552ae0e7b7b283d89173f730816691385afe841b162
|
|
BLAKE2b-256 checksum How to use checksums |
4ceab20f96a9b752257154424535f18bf9b64ffec2eed819e90180bc1734d04f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 29, 2026.
Transparency log