Skip to main content

spake2-c python CFFI bindings

Project description

SPAKE2 for Python

Python3 FFI wrapper for spake2-c by @MuntashirAkon

SPAKE2 is a a Password Authenticated Key Exchange (PAKE) protocol run between two parties for deriving a strong shared key with no risk of disclosing the password. spake2-cffi is the simplest way to use it in Python and PyPy:

Note Currently the spake2-c package support only SPAKE2-edwards25519-SHA512-HKDF-HMA / spake25519 as implemented by Google's boringssl library.

>>> from spake2 import Spake2
>>> alice = Spake2_Alice(b'alice name', b'bob name')
>>> message = alice.generate_message(b'password')
... # exchange messages with bob
>>> shared_key = alice.process_msg(bob_message)
>>> print(shared_key)
b'5c12af40e2bf2e30ac637652cdfc4f6367ed82542ec7640906532a1cd3e71e6bd74f76432d9ce3eb8d50c8c016fa88b3434fe84b878d1f67c01fa9f9d01db63c'

Project Information

Credits

spake2-cffi is maintained by TheZero.

Project details


Download files

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

Source Distribution

spake2_cffi-1.0.1.tar.gz (51.3 kB view details)

Uploaded Source

Built Distributions

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

spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (137.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (114.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (138.7 kB view details)

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

spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (116.6 kB view details)

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

spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl (38.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_universal2.whl (61.3 kB view details)

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

spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (132.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (108.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.9 kB view details)

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

spake2_cffi-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.5 kB view details)

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

spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (132.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (108.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.8 kB view details)

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

spake2_cffi-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.5 kB view details)

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

spake2_cffi-1.0.1-cp313-cp313-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl (38.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (132.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (108.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.8 kB view details)

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

spake2_cffi-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.5 kB view details)

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

spake2_cffi-1.0.1-cp312-cp312-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl (38.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (132.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (108.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.6 kB view details)

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

spake2_cffi-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.3 kB view details)

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

spake2_cffi-1.0.1-cp311-cp311-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (39.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (132.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (108.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.6 kB view details)

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

spake2_cffi-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.3 kB view details)

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

spake2_cffi-1.0.1-cp310-cp310-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (39.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (132.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl (108.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.6 kB view details)

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

spake2_cffi-1.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.3 kB view details)

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

spake2_cffi-1.0.1-cp39-cp39-macosx_10_15_universal2.whl (60.9 kB view details)

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

spake2_cffi-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl (39.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl (132.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl (108.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

spake2_cffi-1.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.6 kB view details)

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

spake2_cffi-1.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (110.3 kB view details)

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

spake2_cffi-1.0.1-cp38-cp38-macosx_10_15_universal2.whl (60.7 kB view details)

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

spake2_cffi-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (38.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file spake2_cffi-1.0.1.tar.gz.

File metadata

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

File hashes

Hashes for spake2_cffi-1.0.1.tar.gz
Algorithm Hash digest
SHA256 78430b29ff93ef684f3aa923a0dc0459248f7f5002378267221200a17810a8cd
MD5 6c334162930f8e6ef3fc24a5ec015c6f
BLAKE2b-256 e147f091bc24226b18e93f9502c07056e72868a6ccc313d7cb491e132d8d72c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1.tar.gz:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 815b0d48d744dc9135718cca9da9e0520159859447fd99964752e73f56e0b26d
MD5 c27045741279f1fc8f971de24c901503
BLAKE2b-256 0bfddae017a0a6a4315f2791e6cc6367fe3ad66f6cc3a38f289998a709390b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae2d8b585df42518f23d04d13aac289521b09a70fd896e4083eb76418cf53430
MD5 2fcfec8009807ae5dc5ebf183d3f9e12
BLAKE2b-256 a599af6887ca7ebbca83ade465e161ddce227f903e3008e155dc2fc2e35468ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3806a12fd28a0b906559644999b9f6594bfb27c907f8d89b0e82d26d8e4efe3e
MD5 c8d9392def0b776d646e1d2f0bd3d5f1
BLAKE2b-256 cb68363c50d8271f6d19deebf7b7efacfd2e62e6fb819674fa91a49348f1d450

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac6730b3ebc55829549fa573f7d8f0f5ddd4573f63e84cbcc1581cd202f95ace
MD5 149af8edd685e433f74bcf92be023ccc
BLAKE2b-256 fd8f3c57d4bf95905bd5871022cef96a6269336a7f46dd482f7463908546223e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6585b2977155f774fd2c9cee070b6ee6ee3fb5839968e85baa8ed39492459e20
MD5 1e949298d65de8087db713bac35f7f9a
BLAKE2b-256 795d066c0a45f086b1a59cda1dbffe11a113e8586da3a6b63b8f835d022e6af4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 88df09e02e3f98e61d83dbd161870fbcc637accf4ef0ea614439c2cb90b17ad8
MD5 2a7aa1a697dc0ebc6e99c23d48909d0e
BLAKE2b-256 043edc26a9851e9bf2365cc8ebee9347a262548ae13b02a21e0e8b8b50a9ba84

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64ba454bb746856075c29c5fbbca3688a7edf274c66020fd34d10cfdfc9152a6
MD5 4066a1f434e3563150f03f9b9a3a7067
BLAKE2b-256 50a91d5c7604d7564690d64ad1f23d17406192da396b9c53ff5ebff15cf18ba3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 360c7daca6cc3cc437e381d70d54b5e06a735ec7e9906f7cc4d4b55c45e249cf
MD5 69f2564bd6ee2465411de40fc17c4131
BLAKE2b-256 a82feff50c7ea4f2723e975a492398e02d9e2d358959f30554937334d9d281a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e34414f4ef695610c797b0be54d7300a67a61ebee833b55b6a96f18225a3dc1
MD5 8eb85d410c7bfc695ad20755bf9e3417
BLAKE2b-256 b55a3e5e5709fea6115608b77371a279a04d829f795e89abd56e9bbb98fb25a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04d2a9264b5520da4bc65fff334b6d767d45218a3c25f347c1f8c2c71b4566f4
MD5 a091dbf5bb2f0b646e2f31a7e75c5315
BLAKE2b-256 2a5269b29df83f800d4361d798aba1e565277816cfab40f81932d76ca4d0f9f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 52aea9f74a4377e4cda621de469b46f592cdb5d477ba0e5cb01a7f0ee1c1dd6e
MD5 8a76df53495b9130ba14836193699c0b
BLAKE2b-256 f4aa46798d21d69c1e56f4dd04f3641fa9e13e90e92dd9ba20fd805fcb0ef290

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 35a44da555d6a317ab2f0ccbafa2902f06b6786dca03ea34323023851bc49e95
MD5 b454de954806efaf296477000f32a9da
BLAKE2b-256 3404f2d200e41f0a5d5e510d6c8661e8e96312c738782396f7efc52c5c91865d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 543c1c02a578f30ca53cf76c1643d6535e4e5d90d7544093ad12cf1036716c17
MD5 9e29b2b4268799595c31422545ebe727
BLAKE2b-256 8cb790f62bd6a6b12ddf7f4c0ef329237c01a52881be9f0b5701418369efd319

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ac4260aa822794bd9fd254c79a9e8507e11ee786c9de8cf62bba5378b100169
MD5 09e881da501f0d941d30ff470fc2a5ae
BLAKE2b-256 03caa88c61d0828531caf8dc993878da6f4b64e930dfd6c6dfcb3fde4241e380

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8730828fcd305a49f4da799eb01fb7b9ec51cf76721b3a2c6f28a868fd56619
MD5 9544a1ded6fd4d86784e40fc9c724e24
BLAKE2b-256 ccaceced8dc2134f3c8a6576a1521f1fab6160b65004cfd14c679b637d696c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2c6cc2873ed2a53bef7eb9438112a95ac56a06908cc167b08b7b692a468c5b1
MD5 f73c432795906c43b835639cf0a68942
BLAKE2b-256 e1c3f912821c0bc8ecbb50a2ebdaeebf492ad99326faaa4eec306d3b0b9b019e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8defad46d6e770ea006ec5c8e9cf2c6083b7fcf6541a0e6cab5d3edb6f8879de
MD5 94f586028906ea6e358f7ae92d6dfba8
BLAKE2b-256 dda6c37cf58c1dba56e34059a8bf50e41e915976c9f9568b3191e4108cb8207f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aa94dd67daf55d489e19da319107b25875cb57912368933e53ab0bdf0aefafe1
MD5 b8af948b4d8777d2fbd0e0ddbd3ebdc0
BLAKE2b-256 e357d1449e7cfc2ee41bee62f70d1bc99234d058f4e81718bc540def8c0a0c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81440203c4f566232aad8ff299a88ccaa3c42988f8d4a600616d79f5a785d5bf
MD5 6babfc94058b40a9184f2c73f2489dd5
BLAKE2b-256 a6cf7b3b4acadb2b1558b36057e34f557c2b14635bfce201428b0cf922d51657

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9304361c542ebe2e2d1eaf5c8c70181866755f963e0e9aee15b288a4ae18e1c2
MD5 fdad0d5c0194f25ada3bd19f7718fffe
BLAKE2b-256 36aed1856b5ec84dd8b09653f4f6d6baab02a393d4ec7140644fd91d043a9227

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05ddd80533322783c20753dba23c4abe592c20d2e28788bef000b603f55cb1f6
MD5 f9262b0ec61993b98ed39043c1e8db26
BLAKE2b-256 51a9dc6a43e59f94d22e2a7e79890a517484e531cabaeb8ab44569b1f2deade3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72267aa5bc611528235f274c3b261cb4650c71a65ecf7dbfe181960798588769
MD5 78d7ea2934191897b2d6d72482d95f33
BLAKE2b-256 88f55e584e97a5c66b785bd111d45a1b0aab117676309844a8562887bfa73a4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bc587d453e37763d51e812c29ac89f96cff7d1108af831b9fbf33fb9c555aa97
MD5 9d4e3ff43b1eb4513576abfd168629ee
BLAKE2b-256 0c0f50299f86713c494bf104a082525532a8db8536d16866d58a379b980783fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 74c6debe9e47426a715c9fe42c0bcf0cd7a82626f6bef8af8d28472d58bf3f4b
MD5 2259ff4ae5c2faa3ce9ced63504fc0d9
BLAKE2b-256 bd4644a2bd0defb207daaec33397ad5d0aebcf3248e407ee0cb73cf4b6725305

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87b6910be859893631928fe76b7902692c224365866c63d8587ea8e957726c62
MD5 0fa6c4081b83ae17a9ed8a06548d5b8d
BLAKE2b-256 0c6c34ce95fd37ca88d9cd948a2f3c1613820e05983d3875456f25a668be9327

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a90eaa866a3b36f2ff4c60416997ba21b891c7cbfb53074790333c49961e93b2
MD5 c29fb8a8de022ed74355f279d973d053
BLAKE2b-256 c276b07c3cd0fcf6a68ed0f4d7750835d40629447839feb3bac34543b61126c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86e9f6ba2d1e0fdec7a88473f4c61e79343d721a27eae0910a69817a5b5dbfc5
MD5 9e6a74a0c7f62a001a43b4d0086c3e72
BLAKE2b-256 12be6f348e9fe996a189b9d66165dac45c1b457499eb7f132f876ebc723ada30

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e265a57f5244c6fb7eaeb5dcb1dd8697664e78e9f60f77afa7139b37a55f795
MD5 388f8f69f777e5dbb214279482e49cab
BLAKE2b-256 d97e549c096feb55535d35d87cbed08ff04fcde41eb31c3a41587990b0bd5091

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 64eb301e5514d6dd3cb05269a462a95aa2b8e50f69b3024213f77a67b5ceabea
MD5 bbbf0c5a102135b12632af7d9c732ce6
BLAKE2b-256 3fee306e693deccd2fe0c4b5bfff075c0440eb90ab8a381c8dbe17faa34139c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31be810655b647e353f93f5664811bba23151987201388616ef33d9664179b9b
MD5 5bff7268eaf98fefc455c6e224ad9c54
BLAKE2b-256 3851c8363cb0c8f72735395dc6e45b53e84a952149295151a2613674fc7e8084

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 178d792bed2cce188c4517b95283d803a9cbfa42e69f7b462bd7105436c70a6c
MD5 8691ad4e81ef50518d55e699b82755d9
BLAKE2b-256 20dc2910d6505d699395ca21be0f0d2c68cea7f76c5fa4f6ffeae742a84d8ed6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbee9117d7f9fb9ab3ee398ccff07c50c4f834edb3c81d413e734d27bbafac57
MD5 58f45bbfb2181a993c8a3205929bf887
BLAKE2b-256 0ebe93243cc3de80dd2416bc6273dbb7c964cc2fb25ae54fe54bbe1ccebd118e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acd2e3edb3abc1cb00430774d9d3d16b84937948d3f6d7d7f17208d301aca42e
MD5 2ae764b3615918200006c231e5b45f99
BLAKE2b-256 96fccaf5fba1e480b78b45189863a07f2b738dc106e3d61617e4ab3b71192e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cfc7012a738b2cff060536405b3df3ccbf3c1981a42f7581eb10bf1a1bafa76
MD5 0a62aab2942a27f4881035b581d4b0cb
BLAKE2b-256 4c24ac568f7e69687ff1749635b59f20e02df30e037610bff2a0db5a9c8332e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6eee559d8e6882555a58a72a957213fe69e8d7143b5861c9223cf4ff68cf8d8e
MD5 667af39d2b85f175f7e5045f4973cf18
BLAKE2b-256 90296a2b6b779e436209561d8b5273b3df72b4e9551f14b680a65fd40ccd27f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c61d4232e1a4d75753111a4c37c480cdd6e2d376d3d1338275753b42700f68d8
MD5 a0c93c5d166c4866ad284e6076632416
BLAKE2b-256 1ab10a6ca6bd48b24000791da36ac91807ec3feda718e2abb5b59e94cec1b49c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eacdff27996df1c28fd42f8cfeafb2a0c7061fe2292f137fb0c6f73df3337574
MD5 f5e6f6a38f8ca075f1ccc2aa16d40944
BLAKE2b-256 d8179a99e5ba56019f2517f480b0b2438836893ee778a9427a57348e3913c66c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac1d04cb04531a7e9ac9aa9033678dbaffffe086ba872cd35111651b83e7cf5b
MD5 67761491943efa00919da78f5261145e
BLAKE2b-256 743390efe37ef77d756f69819d4d74f36738096c597d3c20942d22d412644a43

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee410260b0b212ac1668a487c8d062b06047283daed89571544396198dd48147
MD5 5a5551a3fc9af9c498d406d2f2e1a929
BLAKE2b-256 9a398774047dc812048ec3581a185d5800e4efc9b6526495ea38e2d753da72c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bc1e8c41d982532318ab8ac770f1e39e43cb58586e79f9cdb58d309c642e37f
MD5 a4052389c9cbd8233a1288abc6a0be40
BLAKE2b-256 9b1c2ff376f77343d727ac1ba075f754d70b736afc31e72cef5b3c436ef9b5d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d40ca6a6d7ef03500deeca09c9d91783d7f7f20f4cb99958b6daae8407d92de2
MD5 0335ddefaefecd6c24f3b49fd4ab019d
BLAKE2b-256 5b87c2ad22e98b1271cf984b89053bfd73415545644b68b70096df281c10d153

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e1ff805e1c1f4ece625abf346f53127f4b94179dee7a4082b840e273ad56072
MD5 3b640ab188cc33c822c1e3d1dd75649f
BLAKE2b-256 278d9faf7238a2980f221f16278fcde83db9f6a4a4e536d98f07d6d981a16ffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1f183b92c3f64d86936aa0831c6af1a028109528b758b089c3e6a7df0c098e7
MD5 860d60d0e515172851d5bb54d0340f55
BLAKE2b-256 6d68fd027cb3bbcba2cdd3240b32393b0296d51bbedc1b797cd42e626b5ba6df

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58a1d45189e51be71b43964234734c1d1c633673e6ebd0705f1ac48ab2a27272
MD5 feca9a38cf612658a3f71aa0bb744b28
BLAKE2b-256 b899c7ea6399d5291b8439755c52c2a9cbd2f2fa974f6249cc32b246524b83c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c90f109a80aae56394dd97304cf67ab85509c43377f6f2a8cf700e86fcae59d
MD5 963f5555952b1c6edd5736111b383bfb
BLAKE2b-256 349749065bee95cbcf4e20490ec59fff2d2b0549f2bef4d0f944ee30397bf836

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01aa956cac2dd5c0a0775ac8dd4679472941b5e79777e217b83d26f96102adef
MD5 fb47a8d60182d37d7544aadebc820af6
BLAKE2b-256 25cfadf25146f697a584feabab3b7693a840b94f4579ad92fe6dec11f08034ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 aac0a3530198e1a9bc790fc24704168e37dee63179aab2dcfcaee58f4625905f
MD5 b6290a1698f8b08e9492f1d3de5e097d
BLAKE2b-256 e9426c91da14be413388c6dc518cb61b000df98d58210d315844a363c32e40be

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-macosx_10_15_universal2.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

File details

Details for the file spake2_cffi-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spake2_cffi-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9911a0c99c2d9822b116315d8ef24d2a69738643618e5a53f0705f86eafbd06
MD5 9a4de3fcfd0ad74d61a1c0ce9b285ffb
BLAKE2b-256 5d13e78f50c65055761c62a960ff6d2e75baaa275f43d51417c330d8a7c0b410

See more details on using hashes here.

Provenance

The following attestation bundles were made for spake2_cffi-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on TheZ3ro/spake2-cffi

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

Supported by

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