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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62a1034637e3091d5a5764b90f335156f3e0536409ab427619d59cd6cd03c25
|
|
| MD5 |
e157fe5f01677d6c4c7239c5b458c672
|
|
| BLAKE2b-256 |
d4e29fabd7d0b01b4f4be25b1088344395f3a5ecb90ccd37795ee6f06003ff3f
|
Provenance
The following attestation bundles were made for pywaves_curve25519-1.0.4.tar.gz:
Publisher:
build.yml on PyWaves-CE/PyWaves-Curve25519
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4.tar.gz -
Subject digest:
d62a1034637e3091d5a5764b90f335156f3e0536409ab427619d59cd6cd03c25 - Sigstore transparency entry: 658966891
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 84.2 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1544f7c05f38318a363a01fe0bb17fae19cc35be96f250aaa03e4295f4c365a1
|
|
| MD5 |
c64194abc1a7d144a564550940c129b9
|
|
| BLAKE2b-256 |
ddce2c2d77809de8d56e9054fd2065338ae0c07bcae6b5a3c8cca0f36d330efa
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-win_amd64.whl -
Subject digest:
1544f7c05f38318a363a01fe0bb17fae19cc35be96f250aaa03e4295f4c365a1 - Sigstore transparency entry: 658966986
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.8 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756b67e8bbf2c7080ebc03ca415c2e0e7b29c2e840be8c8ad13cf56ba4fbb856
|
|
| MD5 |
88698534f7ad6a5bbf6fc33764a4e726
|
|
| BLAKE2b-256 |
f8f8ef412ff70c09ace8f2beb78ecddc81060021669ceb0987b8ce61314cd90a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
756b67e8bbf2c7080ebc03ca415c2e0e7b29c2e840be8c8ad13cf56ba4fbb856 - Sigstore transparency entry: 658966925
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.5 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ffde01b5c2de305825f10d80fbbbd009afe6f4c6ce0911e177dd14eb928350
|
|
| MD5 |
47191ff60618938f2f6f147672684058
|
|
| BLAKE2b-256 |
542d2db53c911494856bf53c431a4087b84dd7b81f6bb035874abcd61b7877af
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
b3ffde01b5c2de305825f10d80fbbbd009afe6f4c6ce0911e177dd14eb928350 - Sigstore transparency entry: 658967067
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 195.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60421efbe640661cc5e3e3d6dc35afd804a5082b8531ff861e120bcf3ebe587f
|
|
| MD5 |
2273210ce4d74c908c59a5d56618545f
|
|
| BLAKE2b-256 |
3dfbece2bb33d0a2d8e31d037b77f00e1cdcd32ad83df9b26473bce53cf619ab
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
60421efbe640661cc5e3e3d6dc35afd804a5082b8531ff861e120bcf3ebe587f - Sigstore transparency entry: 658967023
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e649c803a3d275abc54efc5b50036cde943922cfb0d99f35e583668e01b299d
|
|
| MD5 |
1a53fab30e52429d35eaa75e278dc661
|
|
| BLAKE2b-256 |
3f3b76fbe90058c1ac4b139b79b2a8f9131b876f8e5c5acafbb5b522d73a2ecd
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0e649c803a3d275abc54efc5b50036cde943922cfb0d99f35e583668e01b299d - Sigstore transparency entry: 658967181
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae6520024ba4c1fe2b82160ed0e5bc4819f8de46c45e4c87a17e63b853fb1cf2
|
|
| MD5 |
9194d2e934e3cd5b16fffcaa12b29405
|
|
| BLAKE2b-256 |
5726e77fed079d17e6e617bda7ac778b0169c59b5d5b379a17992d19bea06678
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp314-cp314-macosx_10_15_universal2.whl -
Subject digest:
ae6520024ba4c1fe2b82160ed0e5bc4819f8de46c45e4c87a17e63b853fb1cf2 - Sigstore transparency entry: 658967130
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 83.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f529d0ed61a84ccc01734071bda682a7f386adf2c5bab86c6c867de813d77ca2
|
|
| MD5 |
b5a3977edc82ba1bdabae71c96e4b9b4
|
|
| BLAKE2b-256 |
5ed75281d7e032978164152749ff319c887bc8feae2f39026b81cbf994ebaa4b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-win_amd64.whl -
Subject digest:
f529d0ed61a84ccc01734071bda682a7f386adf2c5bab86c6c867de813d77ca2 - Sigstore transparency entry: 658967198
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8316c84b204e973f40081feccd3a8fa09cb1834a5a2c5bc638a08b85440e59ea
|
|
| MD5 |
9a01a4ebb80fc6c70ab09a7866d70b2f
|
|
| BLAKE2b-256 |
d30b88b313b437205164f9dff86a3b427ee6fb166a3d918afbc989517dadaa6d
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
8316c84b204e973f40081feccd3a8fa09cb1834a5a2c5bc638a08b85440e59ea - Sigstore transparency entry: 658967104
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.4 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4511176ea0948877ccaddc13ffae158f71cf51778666aac9c4a4065e72145e51
|
|
| MD5 |
15720220c9f489c2dda4b62f748d61a0
|
|
| BLAKE2b-256 |
da6df466c2066330175687e9ec01627871f16b6c9f4828ae7bcb33d63ceaa256
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
4511176ea0948877ccaddc13ffae158f71cf51778666aac9c4a4065e72145e51 - Sigstore transparency entry: 658967111
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 195.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de9c10218b5cd762bb29ad19345b9590ae1972352099b94be721187271e5a1df
|
|
| MD5 |
3d112b55be3cf0b90f42f652136754c9
|
|
| BLAKE2b-256 |
133d0a0272f0ec2b76cc844d4ba29f3bed05351a0317a9e5708f865b3a1b354e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
de9c10218b5cd762bb29ad19345b9590ae1972352099b94be721187271e5a1df - Sigstore transparency entry: 658967175
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e12fc842b6196633c678e6b58c5afa0d6322d2c4b54fa6dd7b53850d81d53c3
|
|
| MD5 |
c532e49adcf4a33963e18d7ed2a713bf
|
|
| BLAKE2b-256 |
30439d18258ed7be0db63331adb3f7c5ce038322f00e4691be0efa2f78dc47ee
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
8e12fc842b6196633c678e6b58c5afa0d6322d2c4b54fa6dd7b53850d81d53c3 - Sigstore transparency entry: 658967154
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dd8e4a298350cb7d5c298604568c8ea55ef034a3e875f1a77a3fa160868cbc1
|
|
| MD5 |
e132f598858ddf821be4a1c5a8b98786
|
|
| BLAKE2b-256 |
36ee3cac612c45520691589d283dfefe596c503c2392da5e97e9980f174bc0ff
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp313-cp313-macosx_10_13_universal2.whl -
Subject digest:
3dd8e4a298350cb7d5c298604568c8ea55ef034a3e875f1a77a3fa160868cbc1 - Sigstore transparency entry: 658966933
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 83.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8f018ebd02aa1caeef3074b6e2b489b29f8459b0cde011a9ef8cccc3f60f4ec
|
|
| MD5 |
f6d1ecf9f60faaea0f1e8b8a46f94ad7
|
|
| BLAKE2b-256 |
9b759123e0f0090efb252b86e0561aada8d9d0147a9e71c816ac0e4fb565c09a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-win_amd64.whl -
Subject digest:
a8f018ebd02aa1caeef3074b6e2b489b29f8459b0cde011a9ef8cccc3f60f4ec - Sigstore transparency entry: 658967041
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.8 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31132d14bbd1b996210271c7c56d48e7ccf7f39586946c138652d5a87275bc68
|
|
| MD5 |
e077b8cee29294604c6228416d05bcba
|
|
| BLAKE2b-256 |
9be6b297f0f9235820a6c7ac492b322427f955deb0e273d32a55250ad7ba935e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
31132d14bbd1b996210271c7c56d48e7ccf7f39586946c138652d5a87275bc68 - Sigstore transparency entry: 658966962
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
808185c03e3e37bb57c9de69e2011f91895a0fe2890041773431071f3921c7e9
|
|
| MD5 |
79e2d849b8266fd2831b97281afc460e
|
|
| BLAKE2b-256 |
6ef747fa134e1af60fd760aacdefb3b14052fd22a16402c89073b9d682b4a2dd
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
808185c03e3e37bb57c9de69e2011f91895a0fe2890041773431071f3921c7e9 - Sigstore transparency entry: 658966976
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 195.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01de893f5df75c97a49addc58dc10c0e3d4a52a96a5208a1e970b8f15359b9f6
|
|
| MD5 |
3d2c285ea618b88c656f84cc29cf69a0
|
|
| BLAKE2b-256 |
428a6184e34bb9db67039671fc935397ab8cd1e740614619f4dca90f6b6ac235
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
01de893f5df75c97a49addc58dc10c0e3d4a52a96a5208a1e970b8f15359b9f6 - Sigstore transparency entry: 658967059
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93dba000ba5e72af082ba39b3b4c5d1d1dab6b2c21d246026a62a2fd1f8c1455
|
|
| MD5 |
6e4d482c0395aacea03279165e7266bb
|
|
| BLAKE2b-256 |
64d5a0e16862f2040fe61ba0fb64ccd79849a5d8d1adaf278ce2addb34c34544
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
93dba000ba5e72af082ba39b3b4c5d1d1dab6b2c21d246026a62a2fd1f8c1455 - Sigstore transparency entry: 658967191
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15f013ecbf815cc02279ea173482f07cf18c0ea3209435db6d81cfbfc78deb4
|
|
| MD5 |
a6cf2c7ccf387fab2d583d94393c8ea4
|
|
| BLAKE2b-256 |
59782219b0b6331b9e74ea0e5ab1af03d1f9b44c076cfc88fbc3b8121ba9260f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp312-cp312-macosx_10_13_universal2.whl -
Subject digest:
f15f013ecbf815cc02279ea173482f07cf18c0ea3209435db6d81cfbfc78deb4 - Sigstore transparency entry: 658966947
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 83.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2def488ae00409cc89d2fa5956d5e67ee5ad920722fbd981c135b9e7dc6885b4
|
|
| MD5 |
50662cbfd3355d1b4d245badd4cfe324
|
|
| BLAKE2b-256 |
ce63b70bb2bbf13a149ccc89842b414156a5d00cf452debf01ff029cb89451b6
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-win_amd64.whl -
Subject digest:
2def488ae00409cc89d2fa5956d5e67ee5ad920722fbd981c135b9e7dc6885b4 - Sigstore transparency entry: 658967165
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731bdf25c63cb4c76e2df730c41aff415b5f3ac1dcf791271172922b6f54263c
|
|
| MD5 |
3defc2a50e82d9dcdc9c1db68e3fda14
|
|
| BLAKE2b-256 |
90fb0ea39f2cba5cbf42d08e8d2fcb1dbf5807e6d1c69ac8f35047198df6b8d9
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
731bdf25c63cb4c76e2df730c41aff415b5f3ac1dcf791271172922b6f54263c - Sigstore transparency entry: 658966912
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af86eabeb1123b42f1687ffd2c1eee012c5fa9a48caf719e99f4349573666bfa
|
|
| MD5 |
64e84dc742f01f1ee59194ce1501f473
|
|
| BLAKE2b-256 |
812b34827efa5ad7e28095976cddadf6659414afdea2c2ae7cf8e8f0c1460732
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
af86eabeb1123b42f1687ffd2c1eee012c5fa9a48caf719e99f4349573666bfa - Sigstore transparency entry: 658967100
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 195.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2ef4814cf3805d1bbac9f735fe78ce7d5260c5cfd5901a3468a257295036acb
|
|
| MD5 |
bbe8b0dab457ba816fe3a956616e346f
|
|
| BLAKE2b-256 |
400dde7bfb4daf703e4a005c60f9ff8e7cf09b0919c453c93ff606d7551b30d8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
d2ef4814cf3805d1bbac9f735fe78ce7d5260c5cfd5901a3468a257295036acb - Sigstore transparency entry: 658967082
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07aedc58638beda2492c6678531c2181d9c500d9c2911e9b4659d642ae2c96da
|
|
| MD5 |
536c0a5382280dc4119b8a663a2a0487
|
|
| BLAKE2b-256 |
11961e4289c85fc969e555838b7a9e3efabdd0c5c864212a7ec5caefea56d15d
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
07aedc58638beda2492c6678531c2181d9c500d9c2911e9b4659d642ae2c96da - Sigstore transparency entry: 658966971
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4bc9f9de4e039473a70c733b2f9ca2f4abce9a568f04e73f94d1b06a187381c
|
|
| MD5 |
e80a14a889df1aafb2512750f36b6d08
|
|
| BLAKE2b-256 |
66409df15f6109c7ce5695e1a9049d7cf550f8850de7ae7e3dbcf52f4057dae4
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp311-cp311-macosx_10_9_universal2.whl -
Subject digest:
a4bc9f9de4e039473a70c733b2f9ca2f4abce9a568f04e73f94d1b06a187381c - Sigstore transparency entry: 658967121
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 83.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3dc6cffd714a53535a2eda6b6a6904c494266224482a2fa84efaae480068725
|
|
| MD5 |
0779a262e9c080e6c86f5163a929183b
|
|
| BLAKE2b-256 |
31ad8955f5b2ecd05cad90158d12631252c45f4401d0b15242db09cef39fd272
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-win_amd64.whl -
Subject digest:
d3dc6cffd714a53535a2eda6b6a6904c494266224482a2fa84efaae480068725 - Sigstore transparency entry: 658967138
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61a042a700806a4bc14a9f254ff32f838f76b0e32f6b057396c23a452199d6e9
|
|
| MD5 |
4e173eadb32cd8869269bf65736a18c4
|
|
| BLAKE2b-256 |
0f0fa08b247824d99fe8edacc2abab5a94522a3350a7a98e9e421d8cba31b061
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
61a042a700806a4bc14a9f254ff32f838f76b0e32f6b057396c23a452199d6e9 - Sigstore transparency entry: 658967214
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca2eed96e71b56a51c79d6c112ee68f1bc414cec2104025561a3e68bd2458b6
|
|
| MD5 |
4135fa44534580e58e8d75ecf14177e1
|
|
| BLAKE2b-256 |
38aba239505394bd0dc2e406a6fd6805c403171963b132b9b84bbbc5efcb4910
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
1ca2eed96e71b56a51c79d6c112ee68f1bc414cec2104025561a3e68bd2458b6 - Sigstore transparency entry: 658966922
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 194.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243bc2bebcd810a9c9a0eeac45c989ff839ef1e833b4f671b77ab8d13879041a
|
|
| MD5 |
cbd081433066e5616a54e0df6685f730
|
|
| BLAKE2b-256 |
16dce6a8c821619e3c6eac1b3ef7263a5e0c8bc9cdb406934b93f4e23282101e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
243bc2bebcd810a9c9a0eeac45c989ff839ef1e833b4f671b77ab8d13879041a - Sigstore transparency entry: 658967094
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d9b3c4eefdb28f5e7cdb49f2c910882d2cda2082e8e99a9466a03150bfd198
|
|
| MD5 |
ad38699a8f748e082515d61329f09c2b
|
|
| BLAKE2b-256 |
6de9334ae911fa2a5b80c8aafa873bffcc0603c67ca05a0556c6dfcca2f5b1cb
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
62d9b3c4eefdb28f5e7cdb49f2c910882d2cda2082e8e99a9466a03150bfd198 - Sigstore transparency entry: 658967019
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e24a57ef02f6682bab150fbe75f795e946ab6f686177efd1e014e6f6380e5b0f
|
|
| MD5 |
4e40a4cbf422930eedb5a2ef450da58b
|
|
| BLAKE2b-256 |
da474e4572516c93a763f25bd96f7d02a34a48c4caf935c18a3408d977e37222
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp310-cp310-macosx_10_9_universal2.whl -
Subject digest:
e24a57ef02f6682bab150fbe75f795e946ab6f686177efd1e014e6f6380e5b0f - Sigstore transparency entry: 658966953
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 83.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
379198fb57f5900d8f637a6c311177f45655fd69d102ec50aedc57ad84fa6d50
|
|
| MD5 |
8d96d8c385bcb473ba898600c2ae0dc4
|
|
| BLAKE2b-256 |
95fbc616465480d646af9fe8fed04b2fb62b126ad58b438e6a655b97fee0b9dc
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-win_amd64.whl -
Subject digest:
379198fb57f5900d8f637a6c311177f45655fd69d102ec50aedc57ad84fa6d50 - Sigstore transparency entry: 658967011
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a9b989090003eba5445fbddd58085471879f272bbf1292730fbae6b2ec0422
|
|
| MD5 |
dcd3627b8cf5e6baf216dda028cb2107
|
|
| BLAKE2b-256 |
3af8a8a737fa5f66a05ee4a539cb744e7d99c6ed411910db18ae8c2758c58754
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
87a9b989090003eba5445fbddd58085471879f272bbf1292730fbae6b2ec0422 - Sigstore transparency entry: 658967207
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 168.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f3b56a5ebe353e6f6df2afea7a960171b4768f859cdafa8091a468da29d49bd
|
|
| MD5 |
19085e05953455e8e03977ca9e0ef92a
|
|
| BLAKE2b-256 |
3fbb9b34a3a75b7fa3ffff6fa8a876059d068e6c827b6df1b4da2b01b9b0e231
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
8f3b56a5ebe353e6f6df2afea7a960171b4768f859cdafa8091a468da29d49bd - Sigstore transparency entry: 658967030
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 194.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75255415f7f03dfbf18082d280c076b82ae946df45b3fddd13ea3ead0d6b1a4b
|
|
| MD5 |
61ad580be940b1a6d4da5398376daa72
|
|
| BLAKE2b-256 |
b58c1f61126c7b6f5ac7931d1f7a00c708d0dc6a4524c93d7d3eee4dd22cf05f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
75255415f7f03dfbf18082d280c076b82ae946df45b3fddd13ea3ead0d6b1a4b - Sigstore transparency entry: 658967078
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9afe64a9c63b8dcb1a6f4c665191a3fa2ade3d649cc8f3d1f2fbeabb83c407b
|
|
| MD5 |
e545c89bccb797ecc08a32ee8925888c
|
|
| BLAKE2b-256 |
832bdb6c98c75c879f7039cfc586479a780d025a134b4b805e48bb451be59ee0
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
c9afe64a9c63b8dcb1a6f4c665191a3fa2ade3d649cc8f3d1f2fbeabb83c407b - Sigstore transparency entry: 658967054
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 157.7 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9449f5557cf8891ff253b35c71aea3b1b0220b0ba1eb36eea3e333385ba438a
|
|
| MD5 |
34ce355cf7a3f042986499de5aff455a
|
|
| BLAKE2b-256 |
00b85adeb67241c5556ede17fd8b6be1c59f5d8d15e66bb5b830adc0d07978a6
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp39-cp39-macosx_10_9_universal2.whl -
Subject digest:
f9449f5557cf8891ff253b35c71aea3b1b0220b0ba1eb36eea3e333385ba438a - Sigstore transparency entry: 658967087
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 82.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8abab36015f13e4a4ef1d52dfa56ece25279ed2a650645be35964cbf2fd744f5
|
|
| MD5 |
aece2ddcc0578e7a2207101c97a8fe87
|
|
| BLAKE2b-256 |
e3bb0c2df58803949048d3670cd1162e10fd0a17460b3d44037d249c87d052df
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-win_amd64.whl -
Subject digest:
8abab36015f13e4a4ef1d52dfa56ece25279ed2a650645be35964cbf2fd744f5 - Sigstore transparency entry: 658966901
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 195.2 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c6cc83c517ae954673815aab1e3169920b2c983ea9bf01a2387510e7a38577
|
|
| MD5 |
bd8e7ca27e96b3ce513217fdd68a75af
|
|
| BLAKE2b-256 |
a98141ccae3ed7fbdf8089767223df33ce75be042f9996f9de627a5183f9990a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl -
Subject digest:
c0c6cc83c517ae954673815aab1e3169920b2c983ea9bf01a2387510e7a38577 - Sigstore transparency entry: 658966939
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 167.9 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d7e3130858fcd85a71584a95657d11212493baff5216efcd73acb4c1e844f71
|
|
| MD5 |
4e242ce0bf79066476182586128f1bbe
|
|
| BLAKE2b-256 |
a79d4cac60622f6fe7fb49861cfe2e19e9e5bf52bf6128900f8d69af806e2f57
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl -
Subject digest:
9d7e3130858fcd85a71584a95657d11212493baff5216efcd73acb4c1e844f71 - Sigstore transparency entry: 658967047
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 195.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
041dad4470e172b3d66ce2f512144bb07f7cf41f5c3e51ee41f0dac729307936
|
|
| MD5 |
9203a00bc3ebea664d42d7d850d83aad
|
|
| BLAKE2b-256 |
10c895ab05fbac16190b966e924a108247249cbfc6b066478cbd1ef5ac373bdc
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
041dad4470e172b3d66ce2f512144bb07f7cf41f5c3e51ee41f0dac729307936 - Sigstore transparency entry: 658967005
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
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
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 167.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82ef6b25802c1d0e3388c20b26dc09bb26a1f16506cb24c88402eedce3187808
|
|
| MD5 |
6f4fc561a07a55e2aaa9745736819a01
|
|
| BLAKE2b-256 |
2a59b558b99a2d7246b2dd22d5191f8d68bdc85e274e781b4da7f700890758ad
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
82ef6b25802c1d0e3388c20b26dc09bb26a1f16506cb24c88402eedce3187808 - Sigstore transparency entry: 658967146
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl.
File metadata
- Download URL: pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 157.6 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48960bbff38a317921efeb7fd4b155cf6420d856b8e2cb6f37b4bbc0ec0ea73e
|
|
| MD5 |
ba9ef2fdd5997d147b50889e3cdb28ad
|
|
| BLAKE2b-256 |
e78169f7640c9fe23f96a15d4fbaa32d424c5a600bf70486750f8df7445367c2
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_curve25519-1.0.4-cp38-cp38-macosx_10_9_universal2.whl -
Subject digest:
48960bbff38a317921efeb7fd4b155cf6420d856b8e2cb6f37b4bbc0ec0ea73e - Sigstore transparency entry: 658966997
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-Curve25519@65b0647fd34a07afe004358388e5f9719cd6c071 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@65b0647fd34a07afe004358388e5f9719cd6c071 -
Trigger Event:
push
-
Statement type: