Fast encryption library with Rust-powered Python bindings
Project description
enciphers
Fast Rust-powered encryption for Python.
Benchmark
Tested on 1000 iterations. enciphers uses Rust bindings. Fernet and itsdangerous are pure Python. rfernet uses Rust bindings (Fernet algorithm).
| enciphers | Fernet | rfernet | itsdangerous | |
|---|---|---|---|---|
| encrypt (ms) | 0.45ms | 10.42ms | 2.68ms | 11.96ms |
| decrypt (ms) | 0.41ms | 9.12ms | 1.69ms | 9.15ms |
| memory enc (B) | 176 | 1330 | 225 | 383,391 |
| memory dec (B) | 99 | 830 | 99 | 59,594 |
| encrypts data | ✅ | ✅ | ✅ | ❌ signs only |
| algorithm | Substitution + HMAC-SHA256 | AES-128-CBC | AES-128-CBC | HMAC |
Note: enciphers uses a custom substitution cipher optimized for speed. It is not a standard cryptographic algorithm and is not recommended for highly sensitive data. Suitable for session tokens and non-critical data.
Features
- Fast — up to 95% faster than Fernet in Python
- Lightweight — minimal memory footprint
- Simple API — two methods:
encryptanddecrypt - Unique tokens — same input produces different output every time
- Signed — HMAC-SHA256 on every token
Installation
pip install enciphers
Usage
import orjson
from enciphers import Encipher
cipher = Encipher(step=7, key=42)
# or from environment variable
cipher = Encipher(step=7, key_env="CIPHER_KEY")
token = cipher.encrypt(orjson.dumps({"id": "1", "name": "mejlad"}))
data = orjson.loads(cipher.decrypt(token))
Parameters
| Parameter | Type | Description |
|---|---|---|
step |
int |
Encryption step (required) |
key |
int |
Secret key (takes priority over key_env) |
key_env |
str |
Environment variable name for the key |
At least one of
keyorkey_envmust be provided.
License
Apache-2.0 — Copyright 2026 Mejlad Alsubaie
Project details
Release history Release notifications | RSS feed
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 enciphers-0.1.0.tar.gz.
File metadata
- Download URL: enciphers-0.1.0.tar.gz
- Upload date:
- Size: 69.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e12c576ca2ef286950e2af37f9e2ff3b565718c66fb1f4bb0d3e4516a05d709a
|
|
| MD5 |
e758eae89c70b555f068224818a39389
|
|
| BLAKE2b-256 |
8d356566b27e2797b5d01f3e9bf5ba2cc48a5c6d340ab828e04160f954705e43
|
Provenance
The following attestation bundles were made for enciphers-0.1.0.tar.gz:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0.tar.gz -
Subject digest:
e12c576ca2ef286950e2af37f9e2ff3b565718c66fb1f4bb0d3e4516a05d709a - Sigstore transparency entry: 1801813881
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 472.0 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cdde7f81556bc4eafbb7f999b77d7fb0e8e7cedccd1e2d0fe8073cdb813d6d7
|
|
| MD5 |
aabbdcd58a7d7a0452d8fca5f822c09e
|
|
| BLAKE2b-256 |
c097a73715c487ddeeab17e344b398f57a89973f4338d2c35c2bfbbd1f8776fb
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl -
Subject digest:
2cdde7f81556bc4eafbb7f999b77d7fb0e8e7cedccd1e2d0fe8073cdb813d6d7 - Sigstore transparency entry: 1801824812
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 500.5 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac02124790b68d6d8eae65ee44a5082a1393905007a9f2ca3a286445fa78b427
|
|
| MD5 |
2312cbc6861490c7bb223aba7fb188a9
|
|
| BLAKE2b-256 |
5db617e029d9983e739d37c45e833c354b51661eb646ec9ee863c304bf237985
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl -
Subject digest:
ac02124790b68d6d8eae65ee44a5082a1393905007a9f2ca3a286445fa78b427 - Sigstore transparency entry: 1801824244
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 544.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6da79d520df5a6b3d7b64ee60e8deb4de2e5d0e6e14c53393919d96948c6d946
|
|
| MD5 |
e8de7458856d7dd6373d5fe915e1a937
|
|
| BLAKE2b-256 |
1d33a565a8a4ee160129c664b8304d0dd5fd156130ca35602b73f0283dee580d
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl -
Subject digest:
6da79d520df5a6b3d7b64ee60e8deb4de2e5d0e6e14c53393919d96948c6d946 - Sigstore transparency entry: 1801814754
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 435.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801e3ea881b293779a9ed43d8ec7cc0ce0f343f3ad5ba950f8e765e9c0d1e12a
|
|
| MD5 |
121b339128a8321e24ee15ca1461578e
|
|
| BLAKE2b-256 |
3d914fa5f9dde26964f2fbf20898f7d1cc99f5a3b91d6a854ca7dd682d193ba0
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl -
Subject digest:
801e3ea881b293779a9ed43d8ec7cc0ce0f343f3ad5ba950f8e765e9c0d1e12a - Sigstore transparency entry: 1801823744
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 261.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8227818182b4f8382ab35338593cf861a7102b523a5aad674c1684ce99456ea0
|
|
| MD5 |
5bb3afd002f19c28a0a0fb5ffb21e71e
|
|
| BLAKE2b-256 |
c3213bb3c6cbbc2a90245d12797844a8467f1610e893cc6e39b7f670f475b12e
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8227818182b4f8382ab35338593cf861a7102b523a5aad674c1684ce99456ea0 - Sigstore transparency entry: 1801821782
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 288.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fe62b8d439f56b6dfafddc52ddd7e2eb1bc414206524547ee73ae27c32473e5
|
|
| MD5 |
59ee0e03e1b2ca48ddf9ca8e9a551e9f
|
|
| BLAKE2b-256 |
6be7774d7a1c747b9c2f34e65f352955a3334846303fc6e6bf9f6b800c2011a4
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
0fe62b8d439f56b6dfafddc52ddd7e2eb1bc414206524547ee73ae27c32473e5 - Sigstore transparency entry: 1801824482
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 286.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f9243be1c3003ffa5845ecb7f8bbfac64093cc8c67b1a3ee71013c6e00f10e
|
|
| MD5 |
959b8692dc410a72fd7e1e305136a4a7
|
|
| BLAKE2b-256 |
b46b510472740c87b4b3898e8072820e60744e60a8db4748664001cf78130d9f
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
b2f9243be1c3003ffa5845ecb7f8bbfac64093cc8c67b1a3ee71013c6e00f10e - Sigstore transparency entry: 1801832180
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 269.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2edd383807b45201fe4244b8536491d9d55f13c0102b47a7630bb0daef42be72
|
|
| MD5 |
e2768299300c9f81c5009911218f4740
|
|
| BLAKE2b-256 |
f159bdff2adc4ab9450debecbdc78ce3094d77aea3a64ba2c8cc4a41922c0356
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
2edd383807b45201fe4244b8536491d9d55f13c0102b47a7630bb0daef42be72 - Sigstore transparency entry: 1801816031
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 258.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f1e609c4dd642162b3bf5099b8168e46a55f25e0b3f2b9ac6d741761abffd99
|
|
| MD5 |
7dc2ffd4da7d26a49ffabb3b8413232b
|
|
| BLAKE2b-256 |
ee6a82998534e3a8db937ba7d7c67164efb1111f99890f5a93de06a14b75a37a
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6f1e609c4dd642162b3bf5099b8168e46a55f25e0b3f2b9ac6d741761abffd99 - Sigstore transparency entry: 1801814092
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 281.8 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b6e0666ee2159dc9973e0ae68825f064bdbc0e137c3424867609078ccd54a34
|
|
| MD5 |
d14c4a928cb41fb958525ecd0b4b2aae
|
|
| BLAKE2b-256 |
b090008a5ee63938b8bec749e9e774f70b7c3690ae4afe31dbf5df9f9ff6dd1a
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
5b6e0666ee2159dc9973e0ae68825f064bdbc0e137c3424867609078ccd54a34 - Sigstore transparency entry: 1801817445
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.0 kB
- Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee2acd1f2d986460443d0b4ea4a3be09d666210d81d91a5dc5cfcbcade3b77d9
|
|
| MD5 |
289b28bb9f1fcfc721b340d5d9cab37a
|
|
| BLAKE2b-256 |
ba5729ef3eae8f3f8a8aef9d379c9de01b03c138a6929692ce6641b9bc1c7cbc
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ee2acd1f2d986460443d0b4ea4a3be09d666210d81d91a5dc5cfcbcade3b77d9 - Sigstore transparency entry: 1801824666
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.0 kB
- Tags: CPython 3.15t, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abfba379231a38cc6cd12ad30285045673462462ada252979ae6f2ab62676710
|
|
| MD5 |
bd392f3b9a43b545ceca6818521e92c0
|
|
| BLAKE2b-256 |
76a9a6f53b0d9d697ada01b761536b3659cdcd1d1b920d3413a19b10161a75a7
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
abfba379231a38cc6cd12ad30285045673462462ada252979ae6f2ab62676710 - Sigstore transparency entry: 1801817164
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.7 kB
- Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd20e93a3edab529e270f3576ce6d6c5c89e52f98b86263b8de7aa36c2008325
|
|
| MD5 |
d831c1dad7501c9e6c499793e57faa07
|
|
| BLAKE2b-256 |
70d6384ca040ece61dd4cf94a6fe3dee2a403bc98d0fc873fa9643c30b79f3b2
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
bd20e93a3edab529e270f3576ce6d6c5c89e52f98b86263b8de7aa36c2008325 - Sigstore transparency entry: 1801822999
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.6 kB
- Tags: CPython 3.15, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf5e6b8852bdce5c1a3a7f90d4aa08d60b005c26cac41089bbd10c02b9353713
|
|
| MD5 |
b5337dbfed12a19c1576f9b679e5ad63
|
|
| BLAKE2b-256 |
577d1f0ea0f96cb984ee588b8696b29aaabbfba6b1ef52eff7d03e08bb1e1ab3
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
cf5e6b8852bdce5c1a3a7f90d4aa08d60b005c26cac41089bbd10c02b9353713 - Sigstore transparency entry: 1801834855
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 470.7 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d161e70512630a9d231bcc673cc36283e94bff1c5577a63b54157e8954eee3f2
|
|
| MD5 |
6eef683f0f3fa1eb30d6dc442ea99071
|
|
| BLAKE2b-256 |
9d263ed5eb85d00eb5857986ffa1c7c051eb288f8224c0cf6a3ac4b0642ae1c0
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
d161e70512630a9d231bcc673cc36283e94bff1c5577a63b54157e8954eee3f2 - Sigstore transparency entry: 1801822113
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 497.7 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2c3df571e39b7e671378c0a44f02a4ec953183d9427a3ceb12e97f5a0cff522
|
|
| MD5 |
34dbcef93d2d51254365e12a86202b04
|
|
| BLAKE2b-256 |
0419e5afe289d642f30bb122d165ad1f676285ba629dd635fad15a27564e35ef
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl -
Subject digest:
e2c3df571e39b7e671378c0a44f02a4ec953183d9427a3ceb12e97f5a0cff522 - Sigstore transparency entry: 1801817688
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.6 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aa61c3701b7451c266451edb86ad279c9c0ace4a94db5b4a20673b929f37b63
|
|
| MD5 |
a8fa4c01b27859cca510e60d9eea9097
|
|
| BLAKE2b-256 |
30961fef7fa5572803828349b0f1f97176801e663038abcea865610e37b38e2d
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl -
Subject digest:
0aa61c3701b7451c266451edb86ad279c9c0ace4a94db5b4a20673b929f37b63 - Sigstore transparency entry: 1801823519
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 433.1 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64f0ac3ba57cf87bcf3052e988bb23a30532dfade44b9abc0a760ef15154c1a7
|
|
| MD5 |
c3c36042ca5049fbcc241b5d64af0e40
|
|
| BLAKE2b-256 |
8a1b3d1a8e9ad1ad855c14659294a74f5b1ae13419487e1917d18f5441a071ff
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
64f0ac3ba57cf87bcf3052e988bb23a30532dfade44b9abc0a760ef15154c1a7 - Sigstore transparency entry: 1801829542
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5f3a76a71f4c44ae851e4c80031be2aee73e8f57fa52d2dacf6a42adc483dc5
|
|
| MD5 |
26ecc8500e30d5533b997e9a5e842c8a
|
|
| BLAKE2b-256 |
594b3a6330e7ff8492399a8d26dfab9755d5059ab31038434cd87b0c3a3fae95
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e5f3a76a71f4c44ae851e4c80031be2aee73e8f57fa52d2dacf6a42adc483dc5 - Sigstore transparency entry: 1801819799
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 286.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d5fcaab24411ce50257760275467e14f42d48f773d1f815c8c6efc9091c0d63
|
|
| MD5 |
50942aec19fa4c03133682f0b3508809
|
|
| BLAKE2b-256 |
35ea0dbc047dc73767cda70158e7dd6b8092454393f802aadfcb1ec69909af00
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
1d5fcaab24411ce50257760275467e14f42d48f773d1f815c8c6efc9091c0d63 - Sigstore transparency entry: 1801827994
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 284.6 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b16948f06ced92d1559805f6c70375f23db4881b67635300270d5d17c049e93
|
|
| MD5 |
53063c8c87c559a334c6040901c4cd31
|
|
| BLAKE2b-256 |
7df65faa9e5df7941374ce9a86f14f51327ef8f6fd0ff159a7b5257e11dad679
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
7b16948f06ced92d1559805f6c70375f23db4881b67635300270d5d17c049e93 - Sigstore transparency entry: 1801818964
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 267.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca2ddaffd373b897daed10ded6f2e174c87d08372dc927e5f9f004bfa469e18
|
|
| MD5 |
250fe9b982fc26ce62c795ccf815a73a
|
|
| BLAKE2b-256 |
62d76fc68daec9a7c0af1c9a958fef1d56bf5678a2f1db8ec1498f847c848ff2
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
dca2ddaffd373b897daed10ded6f2e174c87d08372dc927e5f9f004bfa469e18 - Sigstore transparency entry: 1801820436
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 256.3 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
403359db68faec8b5c2c8b9f708d47edc0f70b64e5bfd0ea8f6ea2ef0c96bce7
|
|
| MD5 |
7f72356de18810320955baef6d631575
|
|
| BLAKE2b-256 |
b832f5c69a09efcead8949ee8e9c9ffd09d68af202ae0a80e31ab820b68ad4ac
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
403359db68faec8b5c2c8b9f708d47edc0f70b64e5bfd0ea8f6ea2ef0c96bce7 - Sigstore transparency entry: 1801827618
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 279.6 kB
- Tags: CPython 3.14t, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0f3ac7e6bbeb6b370d248f9ed1a5696258752298499e06007f4b10cf87c434f
|
|
| MD5 |
afb7386cb516c1c6e31bdfc9cb893ead
|
|
| BLAKE2b-256 |
05553b39d64ac4563acef2969a7f7fd81d72dae309f2f57a17b19e6ce328e9c8
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
c0f3ac7e6bbeb6b370d248f9ed1a5696258752298499e06007f4b10cf87c434f - Sigstore transparency entry: 1801818039
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 134.9 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4165a1f8591d51386cafb61264f47fdf5fbdb48f98b36dd87f6c0852a3e13476
|
|
| MD5 |
7b02333ea0c9b86355e4c953350a1a73
|
|
| BLAKE2b-256 |
bcedeee087a0b8bcbd84dc91154c44220055f4c953d499781f1349a9bf95d55a
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-win_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-win_arm64.whl -
Subject digest:
4165a1f8591d51386cafb61264f47fdf5fbdb48f98b36dd87f6c0852a3e13476 - Sigstore transparency entry: 1801821605
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 142.2 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5242e706e60891899d8a9074ec100850ef6e049166a625d8b97a2e59a0b6220e
|
|
| MD5 |
bd12a19b705bdb6b247e4339e6dad6a6
|
|
| BLAKE2b-256 |
fa9ca8de8914695540804502af23fd4a8f5d0b41e99b1e99b1122f8ec237c0bb
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-win_amd64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-win_amd64.whl -
Subject digest:
5242e706e60891899d8a9074ec100850ef6e049166a625d8b97a2e59a0b6220e - Sigstore transparency entry: 1801823143
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 471.5 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edc0934362599834c4a0f5990067b306326c8836c1cff08851b12505375e2dec
|
|
| MD5 |
a2ee45b0465b3cbb2ec487de4d4d1cc8
|
|
| BLAKE2b-256 |
c7b25c1e81a8d70c2bc6fc3d4ea05f8622ced45baf0226f1e86dbe26ab6a28ed
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
edc0934362599834c4a0f5990067b306326c8836c1cff08851b12505375e2dec - Sigstore transparency entry: 1801818365
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 498.7 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bd52d0ebd48d14960d1f8a072c66dd87ab55ffded4e9f520df13261e4968b13
|
|
| MD5 |
bb89b2df5c27eed5eb424bfae9c96f86
|
|
| BLAKE2b-256 |
0552de3203f62239987676ee708f4ae303fff9485cf300d46e602ad12edbc8c3
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-musllinux_1_2_i686.whl -
Subject digest:
4bd52d0ebd48d14960d1f8a072c66dd87ab55ffded4e9f520df13261e4968b13 - Sigstore transparency entry: 1801825339
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.5 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d8b928f88790ea788686c63bcb9ee7f947299da05b679ef0c9697547d3bcba
|
|
| MD5 |
0a8cd64376e2f7b5bdefa5a2511b0e94
|
|
| BLAKE2b-256 |
867c3e6985ffb0066bbea8025c6506e23ee4834440a0910c0ea6922942a9c895
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl -
Subject digest:
e7d8b928f88790ea788686c63bcb9ee7f947299da05b679ef0c9697547d3bcba - Sigstore transparency entry: 1801826100
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 434.3 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a049e6bd02dc2b04220ce91ca7e02c524a339fc587de284321c87d63cbbfe17
|
|
| MD5 |
9a1b6df46fe42b880a4a22dfaccfb480
|
|
| BLAKE2b-256 |
8819972571ff23982cfebbcf703fdc386c199c50513f47676149b8b2dd6f4d99
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
3a049e6bd02dc2b04220ce91ca7e02c524a339fc587de284321c87d63cbbfe17 - Sigstore transparency entry: 1801824048
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.7 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95d5147a29e3148f02350f09df7f8fc2de244d5fc7771f06d37a80b57e796668
|
|
| MD5 |
3bb632c75d036d62eb593c26f2efe877
|
|
| BLAKE2b-256 |
12c2f5406d2cbaf8409a7dcd828a77d1452f480ed673c781aaf7d139278dafc9
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
95d5147a29e3148f02350f09df7f8fc2de244d5fc7771f06d37a80b57e796668 - Sigstore transparency entry: 1801818585
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 288.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
695b307f58c15f1cdce88afb6670fa775d645342e06858e651ee9cbfbc11f9a5
|
|
| MD5 |
698c617087dbd54eae97ecd1b6c83103
|
|
| BLAKE2b-256 |
67b3a8eaef24b89a76b97cfc802718ad027e1d37cc34bc9df56e9cd06b5e1233
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
695b307f58c15f1cdce88afb6670fa775d645342e06858e651ee9cbfbc11f9a5 - Sigstore transparency entry: 1801828174
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 285.3 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0615f21cd1d198f1791e8dc86ada6be478107cc52ba2ded32b26d26bc9aa46c5
|
|
| MD5 |
8f49021fe79e3110484303c35067d494
|
|
| BLAKE2b-256 |
f25547ed9b3e64b286c9df3548b0b4bf4c67d9271102aad65fb789ececb76ed2
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
0615f21cd1d198f1791e8dc86ada6be478107cc52ba2ded32b26d26bc9aa46c5 - Sigstore transparency entry: 1801832953
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 267.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5369b05238b820c17838987bdfa4bafbd8588e061b18d90e529ca1c8f73725e5
|
|
| MD5 |
d1c297b7bbcebd285a9fd62868a4bbee
|
|
| BLAKE2b-256 |
5f29d8f385d117ab4e088cd01699b7910eb790cfbe02906bacb75bcc0c990c18
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
5369b05238b820c17838987bdfa4bafbd8588e061b18d90e529ca1c8f73725e5 - Sigstore transparency entry: 1801835289
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 257.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ebe1b0c41f69668ef680e218ce17aa4bd49624c4a74d3115b239b4b58596a7f
|
|
| MD5 |
5ddb853f01860f151f23f7623ee4d7bc
|
|
| BLAKE2b-256 |
72e605da164aaefb4d1481ef981b217308a62b6d75cdaa45a0ef5ebd5fefa752
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
9ebe1b0c41f69668ef680e218ce17aa4bd49624c4a74d3115b239b4b58596a7f - Sigstore transparency entry: 1801820669
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.3 kB
- Tags: CPython 3.14, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be254fe5e7b87c74002cc9ac1cce7751c556ebb76ae083fa1eefd4d6b9ab2fb4
|
|
| MD5 |
1c6db7d1e0547618c247dd470e0b46d7
|
|
| BLAKE2b-256 |
ee7257695e9d201c1ae0e3f5358ae140de30d43b824a966fa440f5dd840593d1
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
be254fe5e7b87c74002cc9ac1cce7751c556ebb76ae083fa1eefd4d6b9ab2fb4 - Sigstore transparency entry: 1801821160
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.9 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a74c066a89f4f47ace329799822dc9f2fdff202013ddd1fc074a00196cf23cf6
|
|
| MD5 |
934df14874efe860722a61e7ea64084f
|
|
| BLAKE2b-256 |
71913e76ea8a75b7fe5699390d7c26efd498b88b58d0a9be9c3540b6cb1765c0
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
a74c066a89f4f47ace329799822dc9f2fdff202013ddd1fc074a00196cf23cf6 - Sigstore transparency entry: 1801824965
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.7 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
837e8b797e372a0586663819a0e1ee1c36f133e0b1052c941e638fe07ad355b5
|
|
| MD5 |
a1785ca0fe7e98f14dc6163193dfa5e3
|
|
| BLAKE2b-256 |
1ae9ef0e532876169a5c9bef84511fe6c5dfc11e485b31d171adb6d7fb08e265
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
837e8b797e372a0586663819a0e1ee1c36f133e0b1052c941e638fe07ad355b5 - Sigstore transparency entry: 1801827198
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 134.7 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdc34539ee6c9f1dd501124a73a1d92459bbb3777651460e207f5c8332ab095d
|
|
| MD5 |
84a4f34d8910d2cb58af141aba127629
|
|
| BLAKE2b-256 |
1856f4a2e99c3386bd37be1a75c483e9c5a1021031d32f1b1780e3a93e739342
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-win_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-win_arm64.whl -
Subject digest:
cdc34539ee6c9f1dd501124a73a1d92459bbb3777651460e207f5c8332ab095d - Sigstore transparency entry: 1801814905
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 142.2 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
938ac34f76ca5a7ccc24ab4541b979fc357b50f666d0da697db7a70c75cd135b
|
|
| MD5 |
26af275723bea26aa5a736fbbbab9c3e
|
|
| BLAKE2b-256 |
97bac38568cbd4fb27e62d711edcab63c9646369bae5d361cc447f3dc1bcc59d
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
938ac34f76ca5a7ccc24ab4541b979fc357b50f666d0da697db7a70c75cd135b - Sigstore transparency entry: 1801833214
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-win32.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 135.8 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3cb46de8854a8011fa28177f39d590b7bf9410f1b9a0c2de48266093ed8ce9d
|
|
| MD5 |
63f2388c7d073fbc7e52a38db418da73
|
|
| BLAKE2b-256 |
d3aa2686dff226979b0fb531ecd3c265c55fc9042d216125cc44f635da18454a
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-win32.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-win32.whl -
Subject digest:
f3cb46de8854a8011fa28177f39d590b7bf9410f1b9a0c2de48266093ed8ce9d - Sigstore transparency entry: 1801816805
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 471.0 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa563c574847982a68cfc0397027c0451852373cfb6fe51010f47a266dfe7edd
|
|
| MD5 |
c32ba334a54f1fa146e3e258ef96e9ed
|
|
| BLAKE2b-256 |
c6c1e4af6f66e53bb3dd2a3fc2861f7b3f7cb163964ebc6d2a2ff9825ed8ae52
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
aa563c574847982a68cfc0397027c0451852373cfb6fe51010f47a266dfe7edd - Sigstore transparency entry: 1801830663
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 498.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aede1842779faea5ab520279cbd97cc872c4945842bf375c8920f9b71f74ce27
|
|
| MD5 |
85526f5a70d6de9da761787d17b64be6
|
|
| BLAKE2b-256 |
6988031105093d448e4f3a9e8c19eb319aaf5fad5df368f5feb0978461af0178
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
aede1842779faea5ab520279cbd97cc872c4945842bf375c8920f9b71f74ce27 - Sigstore transparency entry: 1801829159
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17816e41c95d875ded1f0ef284225dfbba299fe9c8981b98791501e100b5f9fa
|
|
| MD5 |
39db2e4183e53bc0d3f19857beaba00f
|
|
| BLAKE2b-256 |
ad5270774782d697b714f6c3602272536bf9875b75c58bfe7c741bef050407be
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl -
Subject digest:
17816e41c95d875ded1f0ef284225dfbba299fe9c8981b98791501e100b5f9fa - Sigstore transparency entry: 1801831105
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 433.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
427d094f783d5771ca548755c2dc9a0016e2300d48bfbb7a6e948a93da9e474f
|
|
| MD5 |
9fc8e5cc4b073c269d02b8c5ee4aec4b
|
|
| BLAKE2b-256 |
dad63c8351b2a3c57a200edacb4e0fe4d01e8822da7f31ac19349fc9e68e38cf
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
427d094f783d5771ca548755c2dc9a0016e2300d48bfbb7a6e948a93da9e474f - Sigstore transparency entry: 1801828863
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc3533be899393879e65dfa2ebfed760408faea24fd23d36e12e34e2403ebcb8
|
|
| MD5 |
3eb56db3ae9ef4972efb72ac6a771af6
|
|
| BLAKE2b-256 |
2fc3ae054831a8bd282b6f2b50f7dda72f6901ecb01145ebc284cbc4b8067f6c
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
fc3533be899393879e65dfa2ebfed760408faea24fd23d36e12e34e2403ebcb8 - Sigstore transparency entry: 1801830334
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 287.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60b93398c253e53e53551abbbd6801fcc189f7c90dd9e96fcddfe79bf961eaea
|
|
| MD5 |
6adf3c3c18adc19523d7f61d9e039543
|
|
| BLAKE2b-256 |
9354b60c3d4f284e621972e5a7c9d00c6c4f1ff030c31f1352e033e299abdda6
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
60b93398c253e53e53551abbbd6801fcc189f7c90dd9e96fcddfe79bf961eaea - Sigstore transparency entry: 1801816311
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 284.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c90b5af8151e72a9b0f35bbc41931ff7efe8038b4e17ea3726a417a017c1b10
|
|
| MD5 |
a38d08a41972ef9b788f3ba636719efb
|
|
| BLAKE2b-256 |
d741d4e138d007e8ff59a3980aa3b3091faf73b2406c4084536a9ed74784de6a
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
6c90b5af8151e72a9b0f35bbc41931ff7efe8038b4e17ea3726a417a017c1b10 - Sigstore transparency entry: 1801834245
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 267.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77f78daec8c6a7b2936029f52aeae96650a2665119872a0939ce153b9d851315
|
|
| MD5 |
9037c14cd8c5413a7bcb5860416d5fd3
|
|
| BLAKE2b-256 |
428979229e7257885043e55c77a1cc72b01bb2fe8d996e528935508768174af9
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
77f78daec8c6a7b2936029f52aeae96650a2665119872a0939ce153b9d851315 - Sigstore transparency entry: 1801819314
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 257.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f3c04a23da738b9db48a77175821428fda4d639d0acbcc923b0a2be144be64
|
|
| MD5 |
0738f4f876ceeee2936904537ebf13b7
|
|
| BLAKE2b-256 |
cb97847bc3e842c6e32802a305a60565e43171337285f7f52c56915f7a5303ed
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c2f3c04a23da738b9db48a77175821428fda4d639d0acbcc923b0a2be144be64 - Sigstore transparency entry: 1801833605
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 279.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a1710d16cddded878707e8eba9bcd40c08115eb2bd2b6048220077564e8cfd9
|
|
| MD5 |
15588edfccb22950f14d42b7b59bbb0a
|
|
| BLAKE2b-256 |
4954ef8c122282cddc8f86cead0163142c872a2c5da89082d00b5f9b731e41f6
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
1a1710d16cddded878707e8eba9bcd40c08115eb2bd2b6048220077564e8cfd9 - Sigstore transparency entry: 1801826683
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fddf537027473a8ffc127eb1a0da32f9158e37c093e10bd34abe0e9df0ff9f4a
|
|
| MD5 |
548ca05b1a1b8f2a0679e06658563e70
|
|
| BLAKE2b-256 |
03d756cd914947ff176a14109915421a90933b5272c4682691bfa4a3f9eb0799
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
fddf537027473a8ffc127eb1a0da32f9158e37c093e10bd34abe0e9df0ff9f4a - Sigstore transparency entry: 1801815522
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.3 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42cc77f345bad4f56bb81ff14a2152445cbfeaf331ae4b0b801040e181f63285
|
|
| MD5 |
ad9cedb8c3479106ad8017ba12f86a89
|
|
| BLAKE2b-256 |
daf04c26a184136f460c70df29893c6909e9ee3335e8376d6c2b659ed4d648ce
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
42cc77f345bad4f56bb81ff14a2152445cbfeaf331ae4b0b801040e181f63285 - Sigstore transparency entry: 1801822802
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 134.5 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ef300ab45f900139e0b8373e3e78abfe7449247aac618dd433fd6925c335ed0
|
|
| MD5 |
97cd4055b8006f4cf1a0086f32eb6288
|
|
| BLAKE2b-256 |
9339754c2439a38aa7def5b0bd93f5c84f90139792ca7175b1d6e367bd17d8b0
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-win_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-win_arm64.whl -
Subject digest:
3ef300ab45f900139e0b8373e3e78abfe7449247aac618dd433fd6925c335ed0 - Sigstore transparency entry: 1801834012
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 141.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c8a72efde5f13f51a9341ef3320bb53bc6aae7fec9894c92073a0a7c6ed2f3d
|
|
| MD5 |
08755bae3a6ce5b23033261f261dfd93
|
|
| BLAKE2b-256 |
c91e102536eacfd0609bcbcc6272c6242b70c1c9a66a7f5a650532b2fe051308
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-win_amd64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-win_amd64.whl -
Subject digest:
4c8a72efde5f13f51a9341ef3320bb53bc6aae7fec9894c92073a0a7c6ed2f3d - Sigstore transparency entry: 1801822383
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 470.7 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
444c9c0720b732dde760b4fd43e03dd7b0ce92ddea70c117581889daadde496a
|
|
| MD5 |
d3185b06dc0b385ced7fa119c2e6f93d
|
|
| BLAKE2b-256 |
669fd9eb247ae8a24abdd9f5a59dd826c59820d9506f97c361a0ff734e5ec8f1
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
444c9c0720b732dde760b4fd43e03dd7b0ce92ddea70c117581889daadde496a - Sigstore transparency entry: 1801834556
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 497.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a0597aecb6c22f48f843a3bb496080b40cb37b1c94cb67d32c56d8ebb3d3795
|
|
| MD5 |
1fefb2ff2b726164bd7e575140d58a55
|
|
| BLAKE2b-256 |
930e65e3f2fc7c92fe1f5a5aebcea58e244e3221049c42f712987980ec07b2fa
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
8a0597aecb6c22f48f843a3bb496080b40cb37b1c94cb67d32c56d8ebb3d3795 - Sigstore transparency entry: 1801826858
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f206347411693644a0fa17f0391e0c00aaffef798cc1eef4a9096d1ff3dc458
|
|
| MD5 |
30e3d2a1b6439444372814ad88ef61ae
|
|
| BLAKE2b-256 |
e2a6ea13a6d970a74ae501781c737b4f5cec284809819d01c3178db7d4c83d9c
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl -
Subject digest:
9f206347411693644a0fa17f0391e0c00aaffef798cc1eef4a9096d1ff3dc458 - Sigstore transparency entry: 1801828527
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 433.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2caf62adcae76475c00954f3df6770ab571a3ed765d440d981dd3ddf1239fd2
|
|
| MD5 |
9b431d6f07a007ec8aedbaf8780beb5a
|
|
| BLAKE2b-256 |
cdcb33f01761eed264551e3437e99226478d98ac1b776d4fbae8d338bd3745e9
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
e2caf62adcae76475c00954f3df6770ab571a3ed765d440d981dd3ddf1239fd2 - Sigstore transparency entry: 1801819504
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 260.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdba4969af8bed36b377d6d3a0e4084beb16a13f0432862117d694fcdf3feea6
|
|
| MD5 |
2c8247f2e370f71b85c3f9cd453f2756
|
|
| BLAKE2b-256 |
fffb31674041d2989ddec36d8bbeada5392f4e95d50d73ca47c6dbe4acdb8e70
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
bdba4969af8bed36b377d6d3a0e4084beb16a13f0432862117d694fcdf3feea6 - Sigstore transparency entry: 1801831793
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 287.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
508ea02fa8e3f2363bd957fd7a15eaca3613ea2f6d08c7ae66f91a212d5a27a9
|
|
| MD5 |
707e56a10a71f038dde6fd2b3ff39d05
|
|
| BLAKE2b-256 |
5e6feba2590bdb106a4909731e69a99fe10655d2d842695bf6798c1b569876a4
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
508ea02fa8e3f2363bd957fd7a15eaca3613ea2f6d08c7ae66f91a212d5a27a9 - Sigstore transparency entry: 1801814230
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 284.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d21e9866af28584bb22411b31c2b9a1a99c9c5a7666503833fe0dc59f0c2f86d
|
|
| MD5 |
b1620508c1c0bfd06903ff8d4f8ec33c
|
|
| BLAKE2b-256 |
68e32200b96f7c9ad58fd53ca38fd81c7fba88b627ddb62b722a8c524f73c200
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
d21e9866af28584bb22411b31c2b9a1a99c9c5a7666503833fe0dc59f0c2f86d - Sigstore transparency entry: 1801825475
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 267.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74b7f00713203def2332688d387d9736a0abbeb198f804613badf6e6b15baee2
|
|
| MD5 |
2615b94999ffdb712b7ffaeeffb03e5c
|
|
| BLAKE2b-256 |
82aa9ee94c8db529f5b6f7fc516ee4d80425a299b735b965bb88c14ffda0f182
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
74b7f00713203def2332688d387d9736a0abbeb198f804613badf6e6b15baee2 - Sigstore transparency entry: 1801825636
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 256.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79bd81c1871112f1c315917560915b2529bf9760d18dfe2b33f521fc8fd34dfb
|
|
| MD5 |
d32d4aee9e6c5a5a8ce411c429308cfb
|
|
| BLAKE2b-256 |
e3df10aba7b5712160f3c53e9fcf46bf54404ff7e41b6667240edff7d27151cd
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
79bd81c1871112f1c315917560915b2529bf9760d18dfe2b33f521fc8fd34dfb - Sigstore transparency entry: 1801820824
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 279.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52ac5175f29d0a453d9813c3db3a74f7bd31eac703b4f0cb63d661419bc0bbc8
|
|
| MD5 |
cd65177961e3d9711f0e7c2cc40a1af5
|
|
| BLAKE2b-256 |
36b8d2d262249d569accf6e3cd9af985b20a5e3da02d497070deb080382f7c98
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
52ac5175f29d0a453d9813c3db3a74f7bd31eac703b4f0cb63d661419bc0bbc8 - Sigstore transparency entry: 1801826346
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.3 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1804461a317455f4d49bebebea22ed63fb37871f9601431eb1521a673d740e83
|
|
| MD5 |
9713c87a96ced436d709c42f7d6153e1
|
|
| BLAKE2b-256 |
0099c087f9f27427160b6ea85cea871ac3d4187e9342d089566a829739fb464c
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
1804461a317455f4d49bebebea22ed63fb37871f9601431eb1521a673d740e83 - Sigstore transparency entry: 1801814525
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.1 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac3ae812610639a97ffe85968aa99c9aba7830bb50109ccc67d6e0f6b7af5fc
|
|
| MD5 |
a8d0c10e916748fa7c2f8f3514a37fba
|
|
| BLAKE2b-256 |
9aec9cdac84397ae1ba370587afcabccceec74bf3b88cbb0111c27754b93622b
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
9ac3ae812610639a97ffe85968aa99c9aba7830bb50109ccc67d6e0f6b7af5fc - Sigstore transparency entry: 1801825891
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 144.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5524eaf360565117bbf730ab6b79722d5c32f62b53fdd3189f3b1994f548cc9
|
|
| MD5 |
6182ca025d1b79042908fbd507465e46
|
|
| BLAKE2b-256 |
edc72b965873b4839626f56006b71dda98c92d7e8c665ece5e9ce44256cc9bd1
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-win_amd64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
e5524eaf360565117bbf730ab6b79722d5c32f62b53fdd3189f3b1994f548cc9 - Sigstore transparency entry: 1801829910
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 471.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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5901a2a5735827938f0d24a5ac93fc98120b0e72fcb2cb0daea3b8a371cecdb
|
|
| MD5 |
c4cb2d1917858a8ec524491ac2d902b0
|
|
| BLAKE2b-256 |
b7f2e446ef03c28844718477c72ef656530c99f876c2d62310437ffa71f537c3
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
a5901a2a5735827938f0d24a5ac93fc98120b0e72fcb2cb0daea3b8a371cecdb - Sigstore transparency entry: 1801825143
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 499.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17733630be8edc7c8014d31ad0a3338d8e0e12b7db8c0f8014954fae634cfd40
|
|
| MD5 |
a93b6a59aba3f162a4879242962e3455
|
|
| BLAKE2b-256 |
3620117a82ba95b7ecec188d2b19c56cd4f95895c99010519752440d04e1c5ba
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
17733630be8edc7c8014d31ad0a3338d8e0e12b7db8c0f8014954fae634cfd40 - Sigstore transparency entry: 1801831459
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 544.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c1d470c6e8746e8fc14d887b251bc3573bc5019902b71504b54ad67bb69c6e
|
|
| MD5 |
2ac66abc133f4871268b7588ca78b320
|
|
| BLAKE2b-256 |
78b1f00932e3c823c634687ed1fa34a34b54488b1685bc49da3f69867fa5cec0
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl -
Subject digest:
49c1d470c6e8746e8fc14d887b251bc3573bc5019902b71504b54ad67bb69c6e - Sigstore transparency entry: 1801822580
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 434.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe2ca7a186d98b5250014c89094f05c5981db8747e46f4fbdc6191d78c0ec9fd
|
|
| MD5 |
b33bc2cc35370404e0470c48b0113e6d
|
|
| BLAKE2b-256 |
95020e6a4d8a7c7cfdda840f6934eee04be74550f87494e2320e5516a4eb3414
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
fe2ca7a186d98b5250014c89094f05c5981db8747e46f4fbdc6191d78c0ec9fd - Sigstore transparency entry: 1801814671
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 261.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db879f70064b2fa3e8e63f4a167437fc4f804cac9f223debab6a567add0adc61
|
|
| MD5 |
b96848a3d1c2d7d466b914dad4bbdf96
|
|
| BLAKE2b-256 |
194fac6b289c8b73de2a882ad2011574164c49e675ee187085312f95a2a9fb77
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
db879f70064b2fa3e8e63f4a167437fc4f804cac9f223debab6a567add0adc61 - Sigstore transparency entry: 1801819106
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 287.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c07c0c29425be37425a44bf794af174464a81a4872c73d7450037064cb4e9233
|
|
| MD5 |
d27c584622760d491ee822806936c784
|
|
| BLAKE2b-256 |
0de53587bacb20c1b24eb9bc0d559773bc82804c4c8bc514f10e9e9fbbfbe5fa
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
c07c0c29425be37425a44bf794af174464a81a4872c73d7450037064cb4e9233 - Sigstore transparency entry: 1801821395
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 285.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b0e7b50be98dfb9ff610b5f4b4d20d91f82be45f0204446b4079447347a82fd
|
|
| MD5 |
1b92f70b58c1da8be462dc8ee3e70d57
|
|
| BLAKE2b-256 |
de9c50de11b62f7991d80882b81f8736b8500e1f172ca7150eb9bea800fc5f67
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
3b0e7b50be98dfb9ff610b5f4b4d20d91f82be45f0204446b4079447347a82fd - Sigstore transparency entry: 1801814400
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 268.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cef8e269f05e1409fcb06eb6ea7bcd7ea30bd344c78d656040b79d7a967dd0a
|
|
| MD5 |
d713251eab055a5eafea1babdce836c4
|
|
| BLAKE2b-256 |
9e32340212d58b6ae6b94be49deb6a4e12ccc8c0b39223457460a5ae840898b7
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
1cef8e269f05e1409fcb06eb6ea7bcd7ea30bd344c78d656040b79d7a967dd0a - Sigstore transparency entry: 1801815146
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 257.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b10546bf8740e5013f50ee0623db2752c3db7c245b425b545afee975db93b8a
|
|
| MD5 |
aa4a2460de3c169255b1fa49931d78c3
|
|
| BLAKE2b-256 |
cad9b8663e35a606b1ae52841ffd796edddf9a4f92b9b7b58757ed9d20e428fc
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
2b10546bf8740e5013f50ee0623db2752c3db7c245b425b545afee975db93b8a - Sigstore transparency entry: 1801832548
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 281.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eba710bcebc65b95ba2f66090c62270b876c0cf05bc822e8971458a70d195ee6
|
|
| MD5 |
4517271e78829aab9de5a999b9c61edd
|
|
| BLAKE2b-256 |
e65527610c969cb4c1f99497cbba6b61a70fef12a87c5a7a097f10ca26a601d8
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
eba710bcebc65b95ba2f66090c62270b876c0cf05bc822e8971458a70d195ee6 - Sigstore transparency entry: 1801823333
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 235.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906d0c3c8cf575861e99704d5698d8e5235f96cc16b2c8377c14260935036dcc
|
|
| MD5 |
7993f7173db3be4109aa8ff7f03ea47b
|
|
| BLAKE2b-256 |
e859b650f9d2a778b3801b238416f95a8bdd2508783054eb07671b3eccbf398c
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
906d0c3c8cf575861e99704d5698d8e5235f96cc16b2c8377c14260935036dcc - Sigstore transparency entry: 1801818791
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type:
File details
Details for the file enciphers-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: enciphers-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.2 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
313cc616fcc03760067bba243972a9af3d86866844e9ef26ba480cc3447a6adf
|
|
| MD5 |
95c82ba2287bb32417a6f12c05fc59ca
|
|
| BLAKE2b-256 |
2ea7595efd3f84b465fe002977f987e6fa81052095c3bf214e2024a5997babdc
|
Provenance
The following attestation bundles were made for enciphers-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
CI.yml on mjlad/enciphers
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enciphers-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
313cc616fcc03760067bba243972a9af3d86866844e9ef26ba480cc3447a6adf - Sigstore transparency entry: 1801820075
- Sigstore integration time:
-
Permalink:
mjlad/enciphers@a5b4b49ef590da293730e635847d37b4d284a119 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/mjlad
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
CI.yml@a5b4b49ef590da293730e635847d37b4d284a119 -
Trigger Event:
push
-
Statement type: