Skip to main content

CPython wrapper for libeddsa Ed25519 and X25519 primitives

Project description

libeddsa

This is a small cryptographic library for signatures with ed25519 and diffie-hellman key exchange with x25519.

My goal is to give a fast, but still readable, C implemantation of these two crypto primitives without any complex framework. (If you need a full and easy to use framework with symmetric cipher and MAC included, please have a look at libnacl or libsodium which are both great.)

If you need just ed25519-signatures or x25519-key-exchange with a simple API, however, libeddsa may be for you: It is small (under 90kb) and quite fast.

Features:

  • written in C
  • fast and small
  • cmake build system
  • protection against timing attacks as far as possible in C
  • static and dynamic link support
  • easy to use (see wiki)
  • public domain license

Python bindings

The CPython module is packaged from python/ and exposes the public libeddsa API as byte-oriented functions:

  • ed25519_genpub(sec) -> bytes
  • ed25519_sign(sec, pub, data) -> bytes
  • ed25519_verify(sig, pub, data) -> bool
  • x25519_base(scalar) -> bytes
  • x25519(scalar, point) -> bytes
  • pk_ed25519_to_x25519(pub) -> bytes
  • sk_ed25519_to_x25519(sec) -> bytes

The obsolete C API names are also provided as compatibility aliases.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eddsa-0.8.0.tar.gz (106.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

eddsa-0.8.0-cp314-cp314-win_amd64.whl (54.2 kB view details)

Uploaded CPython 3.14Windows x86-64

eddsa-0.8.0-cp314-cp314-win32.whl (52.4 kB view details)

Uploaded CPython 3.14Windows x86

eddsa-0.8.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (102.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

eddsa-0.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (124.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

eddsa-0.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (110.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

eddsa-0.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (113.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

eddsa-0.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

eddsa-0.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (100.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

eddsa-0.8.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (104.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

eddsa-0.8.0-cp314-cp314-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

eddsa-0.8.0-cp313-cp313-win_amd64.whl (53.9 kB view details)

Uploaded CPython 3.13Windows x86-64

eddsa-0.8.0-cp313-cp313-win32.whl (51.8 kB view details)

Uploaded CPython 3.13Windows x86

eddsa-0.8.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (102.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

eddsa-0.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (124.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

eddsa-0.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (110.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

eddsa-0.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (113.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

eddsa-0.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

eddsa-0.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (100.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

eddsa-0.8.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (104.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

eddsa-0.8.0-cp313-cp313-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

eddsa-0.8.0-cp312-cp312-win_amd64.whl (53.9 kB view details)

Uploaded CPython 3.12Windows x86-64

eddsa-0.8.0-cp312-cp312-win32.whl (51.8 kB view details)

Uploaded CPython 3.12Windows x86

eddsa-0.8.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (102.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

eddsa-0.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (124.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

eddsa-0.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (110.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

eddsa-0.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (115.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

eddsa-0.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

eddsa-0.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (100.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

eddsa-0.8.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (104.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

eddsa-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

eddsa-0.8.0-cp311-cp311-win_amd64.whl (53.9 kB view details)

Uploaded CPython 3.11Windows x86-64

eddsa-0.8.0-cp311-cp311-win32.whl (51.8 kB view details)

Uploaded CPython 3.11Windows x86

eddsa-0.8.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (102.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

eddsa-0.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (124.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

eddsa-0.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (110.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

eddsa-0.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (115.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

eddsa-0.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

eddsa-0.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

eddsa-0.8.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (104.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

eddsa-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

eddsa-0.8.0-cp310-cp310-win_amd64.whl (53.9 kB view details)

Uploaded CPython 3.10Windows x86-64

eddsa-0.8.0-cp310-cp310-win32.whl (51.8 kB view details)

Uploaded CPython 3.10Windows x86

eddsa-0.8.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (101.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

eddsa-0.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (124.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

eddsa-0.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (109.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

eddsa-0.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (114.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

eddsa-0.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

eddsa-0.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (100.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

eddsa-0.8.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (103.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

eddsa-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file eddsa-0.8.0.tar.gz.

File metadata

  • Download URL: eddsa-0.8.0.tar.gz
  • Upload date:
  • Size: 106.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0.tar.gz
Algorithm Hash digest
SHA256 7d40cb49b468f5d4aa1a0ec44748f4ba1a0d9b92e746ee54585c5ed56a592035
MD5 29702b0499b99ab440c02806757df346
BLAKE2b-256 cf1af89981a7ba0b89a3eb17cf912dfc8475f284ad69d2a90b0ea58933c4692f

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0.tar.gz:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 54.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2ee0fa168c1f1a71a11983e654a04a6865aa0e3eb9b4e20ca8e0970fb7d5827c
MD5 ff55cf1797db7b45da39b5b46ac2bdd5
BLAKE2b-256 3c4d0d58e66d40a2fbb22a14428f8badbb2216766303769342e25b9578b9f412

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-win_amd64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 797d97ae77c61bf972d71a4297c109a1b3220fddfe3c47bd1d9e0ef50941c882
MD5 76581b7cb213b1f329f0e4a059dbe850
BLAKE2b-256 9c423ea2dcc3be535ac4c633713ce2eda267dd2b62c932393d0ab921897e5ce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-win32.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 d42b1f7c5f1819480108844457ff5532c414da46e43f6a99cfdc1e7e356c91e7
MD5 cfdcd1a24ae8e0aaaa506e9a14bd4d02
BLAKE2b-256 b74fb0d4aed5575b865f68b883a7354ed1703851c767a7e0af564a76381c3f52

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0ea3a3cc61d4fe1d0261bfc2f2f2b3128ee13caf9308d260ff5b9e4df6ea4157
MD5 d19843c172c60eae45404d8656291ae5
BLAKE2b-256 5f5603a1dcf9e5f6b1d03142373c7987e6b9fb78be2b355c9e98525dcff0d4dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 08103d5dc90dfa61c340e7b4e8e95019785b37ad06ae27401976612f12c10fd3
MD5 4758faa932f8424e197bc1d9a7e10212
BLAKE2b-256 42dc7dd2c02bc1d50cb63581a6bfeca46c715786ae56b1316195a27b81a3aa31

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4c1155b8d2ef289657b01add6f9fb07c75e2eabbb3a77d584635f370c40987a8
MD5 3b592659481fea1846fa8895f5213e6d
BLAKE2b-256 5a8dff61cb545ffa719337e9ac3d2c0bdd9d6b5c739da34b687951379c3c5922

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab3ac70fa32002e1745015356b6fb8de36fecba5e27e19130964196dc513523b
MD5 1a504a9e7bc98f17bd698b52502e0453
BLAKE2b-256 fdb7e794f37573c34642356e2157f741d2474ec34395bc71b3a01d2d71afa3ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 588956d92833393d8fcd13ded75660c5d66e27025b7fcbf406007c9b94f161f2
MD5 a30553598ee85d5e5d6f9cae6dfdcdb5
BLAKE2b-256 160a58c020fc3be63effd7cbc2a5221bbd7c0209bfeb8af35f9a25a6b9cc571b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 cf55720fc103066ba43da45a9742b315f768c55b47c56c29d79927c76615e3af
MD5 ccd0d7c480a8340ba7dfe9b789150621
BLAKE2b-256 976c47f345eebfb94d3b70cc5bd8dd9722d55c0b091e9789eb9e6878d20b2fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6d59ce6668cda55ee0ff59c4c689fe5b2fa167fae6e1763991b730aff1b3af0
MD5 95bf5c3f0654802f09f186258b251f20
BLAKE2b-256 a398c079cb2d0b607069132a9b00cd60d13af1f240b51e572b6897cb058f74ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 53.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f33b555b8a74d92766c4e72e79c73aa62fae72690e532f6ce4436f4af84d9dea
MD5 8249f9a6350c59710a06b447b364106b
BLAKE2b-256 3d6b78790007d2725ef4f619290a3fd6ac5ce76e18659b5c01ce4608769679fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-win_amd64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 51.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3de90e0ddcd2b1347e57f1b53ab2af72cceedc8fafc611d54b6be526c670cec8
MD5 263f5816a3535b860c894721b663d097
BLAKE2b-256 299c6a19b2466988d02b73b4f063e97114b999390e400fbd065aaeb0ef0d584a

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-win32.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 17274705631f084b370f7f9a1d54ea51b880d12e6cd148299d7bfb77dce75d18
MD5 02e6672b09a6ffef1da219797b1ae068
BLAKE2b-256 c593481d386fb4c8c362a0eb6af228ccbee093a43f567240b3ba8eb9ac73673b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7d67db6f30882f9fd7a7630559e5eb476507ca10762d90edbfe0c2f3a958f10e
MD5 cd7788f3ddb51b5899fbdbfdc11f26e9
BLAKE2b-256 c7f0ee0b08883d3efc6864e4ab7df56a7930a5874536c9063b767a814f039c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9ae2744851f9ce2321e64ba820700faa460e9af7d79c4ba135adeb9df6db1b72
MD5 cd08863a0b886bdf1cac1d367e685e10
BLAKE2b-256 ef8d5f38b75bc3fdd21f52d83b449181ab10938bdcb32451678133b6dc0ad2ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7393572d420f883470ef40a42e63019f9ecb8699d557001fdca88568b76d4391
MD5 bd11ecfe13d08d1b909249eee04474e6
BLAKE2b-256 84166b35cdc0a19fab85aa2edb20f840088f3587debc76575db3b5a62ef57703

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a6161de179e8d87e2ec994e92cf8f4cff004e98e4def630d81bd368bac923c1
MD5 0d56f203a990611f6ccbb2ae128bb775
BLAKE2b-256 8892c2d5687a51a681633547a627e14013532f08711fbeaabb213d26739ec41e

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e75d2eac0f0f370dd6272ef6f77c4e183469b4b636ee9946702f2630210a7671
MD5 0df7686bb7f3f672249d1709d29cde5b
BLAKE2b-256 d8be3632e6f0acaf02408c8a3c1a9a85f15200bc5c0a2672cd40f1efc7ca8b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d76dc6fd35d9d7ac6e40dc7d148f3bd60c8d58cefbfe76ab81572b2d22bb6238
MD5 3850a4401237cd4415dbd4dcbde718b7
BLAKE2b-256 0266d69a7956ac7e2fc8634b724b982dd4b06136158ef1942ec08d7e5e8be252

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34ef3ec6eb24507011fa10a12fcf5e89b85a7fdcc62250093ab5b9858b5ae33d
MD5 7072bb309765579b97e6132fa8bc95af
BLAKE2b-256 933da3b1e6a137067e8edbed1dc0f58b2bf2c6deded9436c49f5aef91ae9c5ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 53.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 86b23d90bfb460de7189de56a5a8698fe0717cc7eba2c50ffdb2dbd7a53febed
MD5 ddb0e696b9d7c939f52a7990d9cbf792
BLAKE2b-256 d4c41e5019399d62c9fb0100c161a824b3a23e6c0d255bad65122ba70b801b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-win_amd64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 51.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f82e144fdb5c4d288240e7cf2cc2b6e8f1ea06e3c0176adcb6b04acbd1c4336
MD5 97b66ad13409a3034fa7145992f6e52e
BLAKE2b-256 472265936d5ca5a6805632b9adc35470496e02f45dd0a746471849ffbdaff16a

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-win32.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 a9ff21400238f6436d911623db9f73d4e33b3a119bf6bd6ec5059e2c7cad5196
MD5 ce5a9da563af3b81505a87a18837f0d5
BLAKE2b-256 c1acc3b3a66248df61c877983e820676d9a42e7f17109f2f08cce0874091c939

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 241ca639d944398b428e8803d5c780110833732e18c64ea02a64723648f81484
MD5 ad9cfdf45c451567a6eefce23bfc4eea
BLAKE2b-256 52b88aea35a12c01e52f1aa1e8b323ced4c88f06a194fd9de77cb1c6f4053c58

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a85a5c94bdda5ca8adbefc203b23a37582b7f82b4dce5576ebe66068f1acfa3f
MD5 19e5e08bd839eee9e7c8aaf128592974
BLAKE2b-256 49f3078367c25f1550cc1bb4e12648008fda0e49b2acf94d4796d763875511af

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 351347b6246d7de53689b8ba0b86a6c5c508e55bfd9dd01d1112e39494d0c6bd
MD5 40ba2fe66ec525397df490b8a2ebbf42
BLAKE2b-256 ac16bbdbbe9616ba2ccee72a760cdcaf801848a565209af1e2821e8b4bd4add4

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dad81259178ab5002a517168e2d2ad6ec2cc0662530dc616422d03a594cee680
MD5 b389084fe27c1d090ee698ebd7e3f0f5
BLAKE2b-256 8e84b316f01fac5146ba71dce04a07dd8b2b08e52cd4a24e7dd43d25d626a412

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 49957fc5597b255cebdf6f75d07c15644182e477dcc3c7b1ba8483e8c0aa5616
MD5 32891424e362ba843d0f46efab2be330
BLAKE2b-256 02fe02d383ba75d782cf2062e2a6b14417d6d90036b887ccf4c8975363029ca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8ab809257aaddb261e0fa5bbb1edaeff55a90d923d21fb2866793ed8091ab71a
MD5 f3f69afa5e80168f6ddc954c8f24ff9b
BLAKE2b-256 841a05ff0b5bdbb4f6e67013b0c4a4e630be2dfd492681ab4c37317f623e1e72

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ac68bb2fab311774cfac91601a5a9aca4dd43dd395e35d06c6ec8c7013e1480
MD5 b81567fca97d630a7a199c820cd9bb03
BLAKE2b-256 298d969db2bf184b32fb251d67738f432f2e9b82faa540e2b511c131bcaf0a3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 53.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 afc277f869220e0382f4eb94d19d185fed022061c1d054fdf91e94ecadf6d08e
MD5 777cb7ce13ff8274a8c90d2f6271c2bd
BLAKE2b-256 2419b714d6f407748f9a1f7ec806b39c11ba18a73490eb807da63b186e10f36c

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-win_amd64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 51.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d0256f063fdd762f2f086bdbf8f48fa0055a34560713c1ca44513e78de527ed1
MD5 63ad35c89806fd686a021196537c2279
BLAKE2b-256 34dee3068bff1e01606aa5410bdab1a8f966ea8cd44f0feccbeec38692137279

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-win32.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 e73d19647b69b7f02799423d083676c9aedf3c0b6e11ad9835aef2ec15ee3358
MD5 fee3eb531156fba95c611fc8f8118ec8
BLAKE2b-256 9cb8cd1c17e815a6adff57ee0e94289991403671b9f8e694be884ee98dd0b66a

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 19e486503cbd8438846c7167694c44c964bfcb5b25877ff4f5e9261c68b57421
MD5 a00e5c42a5cd2ff3fb73d809827b334c
BLAKE2b-256 0e706a28ced944fedad2e82ed7df3de237a7f8d6353384223e96d5de59260d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4032ab371bc5cc18867484b0991b7e62821af508d471c0285978c952a3f56e61
MD5 e7a5244e56672a557ce311bc1f9cd5ed
BLAKE2b-256 2b0102c2962f8bbfeaab6dd92a76ad77385fed8f0cbdf6467a400bccd92d27b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c62fa76727ff8ec7529bcf6fc5a5767f2967673a685d0be6a7572cd1b45cbfd1
MD5 07d3629deaecfc12f68df4573d65c8d6
BLAKE2b-256 6c46cf48d9bd2283bddbc33eb13f6a2252de6a1be53656ff0f0d451b41ce71a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d25346d2b4bb1ea00cc42ddc654dc1da590bdcf3f01991a2588f1ce3c5456dd
MD5 e32f339822943418cc6d7c0efbe414e7
BLAKE2b-256 a5a1334aeac34a4216ca7caab6b169037f94ff5fe8c9b432b52a00734728d0a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f11b176b10b8488aa2b67030594eb4d8222c983a5c760d315c5771fbf62d6663
MD5 869dc0fca5dce5115ad32186934f11fa
BLAKE2b-256 f4deda1f5c56e5ece016554b82221a65ad2873e61e990021b3f915d946a62255

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 551aa59002d0deb178175fb1ee3406cbea8801fe3d727c0d718741fcf3b09d91
MD5 b95a18a494f92bc5b94a48251411d5cc
BLAKE2b-256 b73460a84ba9291c56f2687a4673882049389288ea925711c5012781b9492389

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8b5451251749ce5eb5941f9dff16c68fbda208b436314cbe4de85557c0aae4d
MD5 379032dd74e9ec17b4749fe8b2b9cbb4
BLAKE2b-256 f62f3832165ff20aae82f62c6eee330191c0fa9b6d2fc3e9cb4f352d88e8088d

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 53.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f576594414980d673bbedee10b1b721122dc27594c96edc14e7e819d0459039a
MD5 d2e003b615b2db193e2c52d27cafaa10
BLAKE2b-256 a6dc429c8771bde9ea6f149b176eb9c05b1909ec00a0a97cd82583e255e9937e

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-win_amd64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: eddsa-0.8.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 51.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f2247db89969c883384fbbfe3da19a303056585c925990311fcfe3f578093a06
MD5 ad6b16deb4c46bdd8e1d0ba0cb885b6b
BLAKE2b-256 2a027560c18d5465f82b28a255ab2c54c71a44944f17f3211216a8cd37fa6f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-win32.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 b65e279fad36066ef8994b4d704252c85d09c66e1a1de3dcdf08d56cbe16f08a
MD5 f43a32237f18917481b1efd6b4628b05
BLAKE2b-256 6a488bbe0721dc296ffa56ce9b28ed088c7f29e81d5f69d0406deaab7cde6890

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 aee0e591afd7cd7a9ccc732a0f445808e96468e10722acf830d5440a2eb4abd9
MD5 19eeeb9b50fd36060a214a27ce8bce9c
BLAKE2b-256 8f67996d51b5a6e545fbec7e1bbd007e31ceabd1938c24bdf3535248eac664f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 675b671a89555a1fa629b54f7d5f3cbc40b6f095f13af80ae1d3f6c6ef349de1
MD5 447b8d0b196bb76e8d9d29ce4dc2f32f
BLAKE2b-256 d45d6a2766e7d5d44aae15f1d8c827547de206d558edee97eda3c63008dc03d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 71245693b6c290135c3d0420cd6890eec905c13a0fd8500e34e86b449c5993d4
MD5 3b69244d7262190a9072f4f40ea5f58c
BLAKE2b-256 f42d06c171fbe2e2b6e3560c6b29d9497c76d5addad36ffe5922d2e0af25f81b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d36b5d53c5ef01a447931cc3b7849324229b041e493e1b7157a4153a1c8fce4
MD5 4d61a29287b092a391b8e629fd29f8ca
BLAKE2b-256 cea4b2c8ca8838e827839d85d9c3d70e2a23b992019858fb46c73ffdef40bc0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 11105a9bb992fdfe13c97d2081f83f32a51e7d53623d19cc98e39087f7cb0301
MD5 b41ce8b862cfa6a5ac945b8744c0761f
BLAKE2b-256 f53c833b0a8c24073cb5e41392efb773dcef08f5469feff15f72045dd72e84f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ea5a50b00e009978f228da38f8faa4bbd73c2a746dfcab2bdcac8ec9dd882644
MD5 44ed80a8ecb20f6ba645e49564f952c3
BLAKE2b-256 6d041438990750e355943da9817b6c50495edba54573f3399ca57752550bd341

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file eddsa-0.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eddsa-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe593b3e9051e11f4c0787f3000dfbcc56433ba7e3573fc1dca5f2834f84223f
MD5 a4ed216f2d7d8d4e11fdbac662264820
BLAKE2b-256 4c26906be14355f6783d8b500c169af858c96c54aa96eaad4acf701c2d3c6d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for eddsa-0.8.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_release_python.yml on sobomax/py-eddsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page