Skip to main content

Curve25519 (Ed25519 sign/verify with X25519 keys) for Waves blockchain

Project description

PyWaves-Curve25519

This fork is primarily maintained for compatibility with the Waves blockchain, which uses Curve25519 (ED25519 with X25519 keys) for creating and verifying signatures in its cryptographic implementation.

This is a fork and successor of python-axolotl-curve25519, which has not been updated for a long time and lacks precompiled wheels for modern Python versions.

Key improvements in this fork:

  • Pre-built wheels for Python 3.8 – 3.13 on Windows, macOS (universal2), and Linux (glibc + musl).
  • Modern build system and CI/CD pipeline.

Installation

pip install pywaves-curve25519

Usage

import pywaves_curve25519 as curve
import os

randm32 = os.urandom(32)
randm64 = os.urandom(64)

private_key = curve.generatePrivateKey(randm32)
public_key = message = curve.generatePublicKey(private_key)

agreement = curve.calculateAgreement(private_key, public_key)
signature = curve.calculateSignature(randm64, private_key, message)
verified = curve.verifySignature(public_key, message, signature) == 0

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

pywaves_curve25519-1.0.4.tar.gz (92.2 kB view details)

Uploaded Source

Built Distributions

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

pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl (84.2 kB view details)

Uploaded CPython 3.14Windows x86-64

pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl (195.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl (168.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (195.1 kB view details)

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

pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.8 kB view details)

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

pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl (157.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl (83.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (195.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (168.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (195.1 kB view details)

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

pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.7 kB view details)

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

pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl (157.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl (83.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (195.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (168.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (195.1 kB view details)

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

pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.7 kB view details)

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

pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl (157.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl (83.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (195.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (168.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (195.0 kB view details)

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

pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.5 kB view details)

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

pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl (157.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl (83.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (195.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (168.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (194.9 kB view details)

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

pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.5 kB view details)

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

pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl (157.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl (83.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl (195.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl (168.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (194.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.4 kB view details)

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

pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl (157.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl (82.9 kB view details)

Uploaded CPython 3.8Windows x86-64

pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl (195.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl (167.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (195.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.7 kB view details)

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

pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl (157.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file pywaves_curve25519-1.0.4.tar.gz.

File metadata

  • Download URL: pywaves_curve25519-1.0.4.tar.gz
  • Upload date:
  • Size: 92.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pywaves_curve25519-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d62a1034637e3091d5a5764b90f335156f3e0536409ab427619d59cd6cd03c25
MD5 e157fe5f01677d6c4c7239c5b458c672
BLAKE2b-256 d4e29fabd7d0b01b4f4be25b1088344395f3a5ecb90ccd37795ee6f06003ff3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4.tar.gz:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1544f7c05f38318a363a01fe0bb17fae19cc35be96f250aaa03e4295f4c365a1
MD5 c64194abc1a7d144a564550940c129b9
BLAKE2b-256 ddce2c2d77809de8d56e9054fd2065338ae0c07bcae6b5a3c8cca0f36d330efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 756b67e8bbf2c7080ebc03ca415c2e0e7b29c2e840be8c8ad13cf56ba4fbb856
MD5 88698534f7ad6a5bbf6fc33764a4e726
BLAKE2b-256 f8f8ef412ff70c09ace8f2beb78ecddc81060021669ceb0987b8ce61314cd90a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3ffde01b5c2de305825f10d80fbbbd009afe6f4c6ce0911e177dd14eb928350
MD5 47191ff60618938f2f6f147672684058
BLAKE2b-256 542d2db53c911494856bf53c431a4087b84dd7b81f6bb035874abcd61b7877af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60421efbe640661cc5e3e3d6dc35afd804a5082b8531ff861e120bcf3ebe587f
MD5 2273210ce4d74c908c59a5d56618545f
BLAKE2b-256 3dfbece2bb33d0a2d8e31d037b77f00e1cdcd32ad83df9b26473bce53cf619ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e649c803a3d275abc54efc5b50036cde943922cfb0d99f35e583668e01b299d
MD5 1a53fab30e52429d35eaa75e278dc661
BLAKE2b-256 3f3b76fbe90058c1ac4b139b79b2a8f9131b876f8e5c5acafbb5b522d73a2ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ae6520024ba4c1fe2b82160ed0e5bc4819f8de46c45e4c87a17e63b853fb1cf2
MD5 9194d2e934e3cd5b16fffcaa12b29405
BLAKE2b-256 5726e77fed079d17e6e617bda7ac778b0169c59b5d5b379a17992d19bea06678

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f529d0ed61a84ccc01734071bda682a7f386adf2c5bab86c6c867de813d77ca2
MD5 b5a3977edc82ba1bdabae71c96e4b9b4
BLAKE2b-256 5ed75281d7e032978164152749ff319c887bc8feae2f39026b81cbf994ebaa4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8316c84b204e973f40081feccd3a8fa09cb1834a5a2c5bc638a08b85440e59ea
MD5 9a01a4ebb80fc6c70ab09a7866d70b2f
BLAKE2b-256 d30b88b313b437205164f9dff86a3b427ee6fb166a3d918afbc989517dadaa6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4511176ea0948877ccaddc13ffae158f71cf51778666aac9c4a4065e72145e51
MD5 15720220c9f489c2dda4b62f748d61a0
BLAKE2b-256 da6df466c2066330175687e9ec01627871f16b6c9f4828ae7bcb33d63ceaa256

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de9c10218b5cd762bb29ad19345b9590ae1972352099b94be721187271e5a1df
MD5 3d112b55be3cf0b90f42f652136754c9
BLAKE2b-256 133d0a0272f0ec2b76cc844d4ba29f3bed05351a0317a9e5708f865b3a1b354e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e12fc842b6196633c678e6b58c5afa0d6322d2c4b54fa6dd7b53850d81d53c3
MD5 c532e49adcf4a33963e18d7ed2a713bf
BLAKE2b-256 30439d18258ed7be0db63331adb3f7c5ce038322f00e4691be0efa2f78dc47ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3dd8e4a298350cb7d5c298604568c8ea55ef034a3e875f1a77a3fa160868cbc1
MD5 e132f598858ddf821be4a1c5a8b98786
BLAKE2b-256 36ee3cac612c45520691589d283dfefe596c503c2392da5e97e9980f174bc0ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a8f018ebd02aa1caeef3074b6e2b489b29f8459b0cde011a9ef8cccc3f60f4ec
MD5 f6d1ecf9f60faaea0f1e8b8a46f94ad7
BLAKE2b-256 9b759123e0f0090efb252b86e0561aada8d9d0147a9e71c816ac0e4fb565c09a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31132d14bbd1b996210271c7c56d48e7ccf7f39586946c138652d5a87275bc68
MD5 e077b8cee29294604c6228416d05bcba
BLAKE2b-256 9be6b297f0f9235820a6c7ac492b322427f955deb0e273d32a55250ad7ba935e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 808185c03e3e37bb57c9de69e2011f91895a0fe2890041773431071f3921c7e9
MD5 79e2d849b8266fd2831b97281afc460e
BLAKE2b-256 6ef747fa134e1af60fd760aacdefb3b14052fd22a16402c89073b9d682b4a2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01de893f5df75c97a49addc58dc10c0e3d4a52a96a5208a1e970b8f15359b9f6
MD5 3d2c285ea618b88c656f84cc29cf69a0
BLAKE2b-256 428a6184e34bb9db67039671fc935397ab8cd1e740614619f4dca90f6b6ac235

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93dba000ba5e72af082ba39b3b4c5d1d1dab6b2c21d246026a62a2fd1f8c1455
MD5 6e4d482c0395aacea03279165e7266bb
BLAKE2b-256 64d5a0e16862f2040fe61ba0fb64ccd79849a5d8d1adaf278ce2addb34c34544

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f15f013ecbf815cc02279ea173482f07cf18c0ea3209435db6d81cfbfc78deb4
MD5 a6cf2c7ccf387fab2d583d94393c8ea4
BLAKE2b-256 59782219b0b6331b9e74ea0e5ab1af03d1f9b44c076cfc88fbc3b8121ba9260f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2def488ae00409cc89d2fa5956d5e67ee5ad920722fbd981c135b9e7dc6885b4
MD5 50662cbfd3355d1b4d245badd4cfe324
BLAKE2b-256 ce63b70bb2bbf13a149ccc89842b414156a5d00cf452debf01ff029cb89451b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 731bdf25c63cb4c76e2df730c41aff415b5f3ac1dcf791271172922b6f54263c
MD5 3defc2a50e82d9dcdc9c1db68e3fda14
BLAKE2b-256 90fb0ea39f2cba5cbf42d08e8d2fcb1dbf5807e6d1c69ac8f35047198df6b8d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af86eabeb1123b42f1687ffd2c1eee012c5fa9a48caf719e99f4349573666bfa
MD5 64e84dc742f01f1ee59194ce1501f473
BLAKE2b-256 812b34827efa5ad7e28095976cddadf6659414afdea2c2ae7cf8e8f0c1460732

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2ef4814cf3805d1bbac9f735fe78ce7d5260c5cfd5901a3468a257295036acb
MD5 bbe8b0dab457ba816fe3a956616e346f
BLAKE2b-256 400dde7bfb4daf703e4a005c60f9ff8e7cf09b0919c453c93ff606d7551b30d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07aedc58638beda2492c6678531c2181d9c500d9c2911e9b4659d642ae2c96da
MD5 536c0a5382280dc4119b8a663a2a0487
BLAKE2b-256 11961e4289c85fc969e555838b7a9e3efabdd0c5c864212a7ec5caefea56d15d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4bc9f9de4e039473a70c733b2f9ca2f4abce9a568f04e73f94d1b06a187381c
MD5 e80a14a889df1aafb2512750f36b6d08
BLAKE2b-256 66409df15f6109c7ce5695e1a9049d7cf550f8850de7ae7e3dbcf52f4057dae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d3dc6cffd714a53535a2eda6b6a6904c494266224482a2fa84efaae480068725
MD5 0779a262e9c080e6c86f5163a929183b
BLAKE2b-256 31ad8955f5b2ecd05cad90158d12631252c45f4401d0b15242db09cef39fd272

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61a042a700806a4bc14a9f254ff32f838f76b0e32f6b057396c23a452199d6e9
MD5 4e173eadb32cd8869269bf65736a18c4
BLAKE2b-256 0f0fa08b247824d99fe8edacc2abab5a94522a3350a7a98e9e421d8cba31b061

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ca2eed96e71b56a51c79d6c112ee68f1bc414cec2104025561a3e68bd2458b6
MD5 4135fa44534580e58e8d75ecf14177e1
BLAKE2b-256 38aba239505394bd0dc2e406a6fd6805c403171963b132b9b84bbbc5efcb4910

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 243bc2bebcd810a9c9a0eeac45c989ff839ef1e833b4f671b77ab8d13879041a
MD5 cbd081433066e5616a54e0df6685f730
BLAKE2b-256 16dce6a8c821619e3c6eac1b3ef7263a5e0c8bc9cdb406934b93f4e23282101e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62d9b3c4eefdb28f5e7cdb49f2c910882d2cda2082e8e99a9466a03150bfd198
MD5 ad38699a8f748e082515d61329f09c2b
BLAKE2b-256 6de9334ae911fa2a5b80c8aafa873bffcc0603c67ca05a0556c6dfcca2f5b1cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e24a57ef02f6682bab150fbe75f795e946ab6f686177efd1e014e6f6380e5b0f
MD5 4e40a4cbf422930eedb5a2ef450da58b
BLAKE2b-256 da474e4572516c93a763f25bd96f7d02a34a48c4caf935c18a3408d977e37222

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 379198fb57f5900d8f637a6c311177f45655fd69d102ec50aedc57ad84fa6d50
MD5 8d96d8c385bcb473ba898600c2ae0dc4
BLAKE2b-256 95fbc616465480d646af9fe8fed04b2fb62b126ad58b438e6a655b97fee0b9dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87a9b989090003eba5445fbddd58085471879f272bbf1292730fbae6b2ec0422
MD5 dcd3627b8cf5e6baf216dda028cb2107
BLAKE2b-256 3af8a8a737fa5f66a05ee4a539cb744e7d99c6ed411910db18ae8c2758c58754

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f3b56a5ebe353e6f6df2afea7a960171b4768f859cdafa8091a468da29d49bd
MD5 19085e05953455e8e03977ca9e0ef92a
BLAKE2b-256 3fbb9b34a3a75b7fa3ffff6fa8a876059d068e6c827b6df1b4da2b01b9b0e231

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75255415f7f03dfbf18082d280c076b82ae946df45b3fddd13ea3ead0d6b1a4b
MD5 61ad580be940b1a6d4da5398376daa72
BLAKE2b-256 b58c1f61126c7b6f5ac7931d1f7a00c708d0dc6a4524c93d7d3eee4dd22cf05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9afe64a9c63b8dcb1a6f4c665191a3fa2ade3d649cc8f3d1f2fbeabb83c407b
MD5 e545c89bccb797ecc08a32ee8925888c
BLAKE2b-256 832bdb6c98c75c879f7039cfc586479a780d025a134b4b805e48bb451be59ee0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f9449f5557cf8891ff253b35c71aea3b1b0220b0ba1eb36eea3e333385ba438a
MD5 34ce355cf7a3f042986499de5aff455a
BLAKE2b-256 00b85adeb67241c5556ede17fd8b6be1c59f5d8d15e66bb5b830adc0d07978a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8abab36015f13e4a4ef1d52dfa56ece25279ed2a650645be35964cbf2fd744f5
MD5 aece2ddcc0578e7a2207101c97a8fe87
BLAKE2b-256 e3bb0c2df58803949048d3670cd1162e10fd0a17460b3d44037d249c87d052df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0c6cc83c517ae954673815aab1e3169920b2c983ea9bf01a2387510e7a38577
MD5 bd8e7ca27e96b3ce513217fdd68a75af
BLAKE2b-256 a98141ccae3ed7fbdf8089767223df33ce75be042f9996f9de627a5183f9990a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d7e3130858fcd85a71584a95657d11212493baff5216efcd73acb4c1e844f71
MD5 4e242ce0bf79066476182586128f1bbe
BLAKE2b-256 a79d4cac60622f6fe7fb49861cfe2e19e9e5bf52bf6128900f8d69af806e2f57

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 041dad4470e172b3d66ce2f512144bb07f7cf41f5c3e51ee41f0dac729307936
MD5 9203a00bc3ebea664d42d7d850d83aad
BLAKE2b-256 10c895ab05fbac16190b966e924a108247249cbfc6b066478cbd1ef5ac373bdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82ef6b25802c1d0e3388c20b26dc09bb26a1f16506cb24c88402eedce3187808
MD5 6f4fc561a07a55e2aaa9745736819a01
BLAKE2b-256 2a59b558b99a2d7246b2dd22d5191f8d68bdc85e274e781b4da7f700890758ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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

File details

Details for the file pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 48960bbff38a317921efeb7fd4b155cf6420d856b8e2cb6f37b4bbc0ec0ea73e
MD5 ba9ef2fdd5997d147b50889e3cdb28ad
BLAKE2b-256 e78169f7640c9fe23f96a15d4fbaa32d424c5a600bf70486750f8df7445367c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl:

Publisher: build.yml on PyWaves-CE/PyWaves-Curve25519

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