Skip to main content

A python cryptography package written in Rust made for speed.

Project description

Ruff PyPI - Python Version PyPI - Version PyPI - Downloads CI Status Dependabot Status Publish to PyPI Status Licence

A python cryptography package written in Rust made for speed.

Example Usage

from cryptopyx.encodings import base32
base32.encode_bytes(b'Hello World')  # b'JBSWY3DPEBLW64TMMQ======'
base32.decode_bytes(b'JBSWY3DPEBLW64TMMQ======')  # b'Hello World'

Installation guide

Install from PyPI

This package supports Python 3.10 and above

pip install cryptopyx

See below for platform compatibility and more information. See Building From Source below for more information.

Wheel Compatibility

The package provides pre-compiled wheels for the following platforms tags

  • win_amd64

  • win32

  • macosx_10_12_x86_64

  • macosx_11_0_arm64

  • manylinux_2_34_x86_64

  • manylinux_2_34_armv7l

  • manylinux_2_34_aarch64

  • manylinux_2_34_i686

for python 3.10 and above. See above for download information if your platform is supported. However, if your platform is not supported, you will have to download the sdist and build from source.

Documentation

The documentation is currently work in progress, however this package does have docstrings.

Building From source

It is possible to install the package without Rust, as maturin can install a temporary Rust toolchain.

To build from source without Rust after cloning the repository, run

pip install maturin
maturin build --release --out dist
pip install dist/cryptopyx-*.whl # You might have to use `pip3` instead of `pip`

Licence

This is licensed under MIT licence. See LICENSE for full information.

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

cryptopyx-0.2.0.tar.gz (60.8 kB view details)

Uploaded Source

Built Distributions

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

cryptopyx-0.2.0-cp314-cp314t-win_amd64.whl (278.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

cryptopyx-0.2.0-cp314-cp314t-win32.whl (261.8 kB view details)

Uploaded CPython 3.14tWindows x86

cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_x86_64.whl (359.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_i686.whl (378.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_armv7l.whl (359.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_aarch64.whl (344.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

cryptopyx-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl (324.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cryptopyx-0.2.0-cp314-cp314t-macosx_10_12_x86_64.whl (347.3 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

cryptopyx-0.2.0-cp313-cp313t-win_amd64.whl (279.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

cryptopyx-0.2.0-cp313-cp313t-win32.whl (263.2 kB view details)

Uploaded CPython 3.13tWindows x86

cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_x86_64.whl (360.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_i686.whl (378.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_armv7l.whl (359.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_aarch64.whl (344.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

cryptopyx-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl (325.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

cryptopyx-0.2.0-cp313-cp313t-macosx_10_12_x86_64.whl (348.5 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

cryptopyx-0.2.0-cp310-abi3-win_amd64.whl (279.2 kB view details)

Uploaded CPython 3.10+Windows x86-64

cryptopyx-0.2.0-cp310-abi3-win32.whl (263.7 kB view details)

Uploaded CPython 3.10+Windows x86

cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl (360.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ x86-64

cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_i686.whl (378.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ i686

cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_armv7l.whl (359.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ ARMv7l

cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_aarch64.whl (344.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ ARM64

cryptopyx-0.2.0-cp310-abi3-macosx_11_0_arm64.whl (326.8 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

cryptopyx-0.2.0-cp310-abi3-macosx_10_12_x86_64.whl (349.5 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file cryptopyx-0.2.0.tar.gz.

File metadata

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

File hashes

Hashes for cryptopyx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b63225bc14d51fa37d1d398d0702f0ca9ed13831a6c879d3694bf728e761907a
MD5 b97475cb38459dc909a8767df2c6a2c9
BLAKE2b-256 eb9db4dd090ea0101773b5debd998ef84cc326960257406f4541528f68b59392

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0.tar.gz:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 278.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fc5ba7bdcc3cb5c230ced617934cd241163e6a896d06089876ac77be622dd44c
MD5 42f78157bda9ed9a4420ee3595eae1b2
BLAKE2b-256 dd5b6dfc9e3e7a3fb3afe812b8c18144f86d68174e28aeeedfeb55a4cb8fb2cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-win_amd64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 261.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7c47eebf104dfe7c9e20c8bd3d88ecb009edf52ae8e2a28c269acbc686f74478
MD5 70d2d924e35b1d5359dfcf2174b33e49
BLAKE2b-256 da3e9ed207781e2ac184f4b68624ff87dc17fff53004580ea6ebcdb0ae818cd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-win32.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 66b1a71d9dcb2fb07aa48988483e63b8a361e186754576e5fee62cfa77c156f9
MD5 dd886a3a6f2a6c76710925f7d63d80fa
BLAKE2b-256 2ea92ee058adc2349f10f6ec8bf6e214de2ab1a8e4252feb6c355ead7f6b57f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 7db5b0d99867e01e73dd8ffec8d8eb313c124f20c4e6ba6f76f48a250818c5b1
MD5 5b297bfc827fb5a53fd6fe29dfbbdd8b
BLAKE2b-256 e5fd3e007348ff93fcc5092c7eadca6920fc0b2c78b15f8b008d7c9d603a7ee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_i686.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 2009b2365160f35a0c1cb826a5261c413e394ef60d1bf663967d0a6b8368fa91
MD5 21070fbb539c0e83bcdde7290903c498
BLAKE2b-256 d5481ff5aeb92735725ea520489c4904424c2916bc6b8307042bdeff52c68f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_armv7l.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 019d5e48b47bc144af6300a87ff41684ef886f87c3632c6ba138aca51db0b1bd
MD5 3b6797cbf636ad46df9ce04b12f9baae
BLAKE2b-256 6a3615a6a63fef220742117ea31ff164721ec6c4f8e84c75222d96084f65d3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1d50cee9be0574c662d725a86d365a336dd9c3e288e91ab90f8e089b2f155dd
MD5 81f58040d3a89c59ad29f2b4ce2b7837
BLAKE2b-256 37bf6beb6018e6257678ad20fedbe96d3f49e0976a7781fd65e104336a310ad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3e468f48a59a9af62ec98d73d1c6e86f5c7870c492b17655b3ab6506c0f8dce
MD5 435d1eff017a1fa953736e93aadcf3f4
BLAKE2b-256 f4284a50035893cbb8338a344ce9cd94465ed00b088af23fbad6e5305b0a6030

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 279.4 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 690ab6e5b0e362a115954ed451ce2d222111f3816ae534a49e1e30cda5c6d233
MD5 a2754a92d370ce753ad62666f89735cc
BLAKE2b-256 8b4cfce05d4b7fde6a963583b355a428003ae80da79d2a77eb38d06c28a7e1c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-win_amd64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 263.2 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2fff233a4d4d0b8bf5574d44a15a5a1cc785ba55d947a4cbb40c51ecb9a2c00e
MD5 1bdcc1a649bcbb1caba183b9b6a59974
BLAKE2b-256 f566ec1e21d3bd1ee27ad40e4d54115f7a732e5b3c7c0406445c801effbd369e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-win32.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e8f3a3e731f92c607f534c4b3eb820daf301880cd8b4f0843053d3ef27132fef
MD5 052d1d01faf76b19fd88003c86a5e0db
BLAKE2b-256 e98590e0eb17c26105f2e296ef549e4469e0368973c404f09d6b004a23d62474

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 430fc12296293b87dabab3e3cccdd6d8e7399ed75d1ffbad1e0ffeaebf7f2711
MD5 e244397183279534fe314bf37b906c0e
BLAKE2b-256 38d313293c79dc03685a71eda52deb958783d9780c483c5b2411d017fd742112

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_i686.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 edb3344b8b882235b043d8226570140d769221aec81177617763ea43793f48da
MD5 ddc2feac39c3fd650d2666f02af382f7
BLAKE2b-256 a53bf590c93fb2c6a9c7d28b20cf3ac1a987ce83f721379e44a9c454ca3ecee3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_armv7l.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3e1088f490eea5a57f86de1274197179116ac170bbb79551ca57b51ba588ddb4
MD5 e4e95e6f000c6256b8e62c56a4df75f1
BLAKE2b-256 ebcecebd8436894fa6143cfdd9025d5bd4f8dabe5f54ee153b1a241f85345eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb36237d99c7bb139fb7f26d0168380b2923cd684bd50fc1de1c3f5b6fcb289f
MD5 1164a90502c03e3758870f33b41b07d5
BLAKE2b-256 b3b7afdf0f69a90e75c71e01deff52dfd996d65b0c074db46116584750002850

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6b01b2be815e9f70c3163f260e3e14dc93b2953990e2020bb4f014bd2bd8914c
MD5 f997a08661ca778440bfea2456f133b0
BLAKE2b-256 bdabe1ae8338ac0b404c84b5bbe036e86ff04e8ddb295287fc7a0d1e8b46c591

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 279.2 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bfb86fa4fe368c27b8a3f80e845e8f9c0e91207162d2a2608404d61cc933eb54
MD5 f22f96fce2a787c5fe7745149a1f12d1
BLAKE2b-256 99df5569077c26a00e8e628e65c73b063941993d3fa2c354f7e3b759846cf41e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-win_amd64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-win32.whl.

File metadata

  • Download URL: cryptopyx-0.2.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 263.7 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 e322711ad18e88585ee6eb4f9c16cfc6d0c09bc6ccb010813188a8fdce07701a
MD5 2e18020910686644c43269daa756c747
BLAKE2b-256 ad0641dcf037f2713237960ec796a5bfaa4243802136f15ca5c43f6d57bc2085

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-win32.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 400e60f5d87c4fb7d4fddc0c8b0b670c17ad2b446027206fa17964ef533ace5d
MD5 6860d913f0c8443f576eb47cd50ab8cd
BLAKE2b-256 3f19746ac549b37ca7b2418bee4ba7b5bad3645cd31df1b96084659733b73307

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 dae22d5966c896b146999a81673c95f982ae193b623b8617fdbca5e1655c7096
MD5 8125619365e08a25a110453157dd765c
BLAKE2b-256 42e37d4b60ec41919d97c83ef0e01bdc736a76bcf7d9360b3ba97051f5ef4572

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_i686.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 cd077163a908cd1bc552c5e0d477bb0a4d0250c76162b8e673ead9bd5687bf79
MD5 da49b6244d5273aea7798fccfd0a987e
BLAKE2b-256 f934efcc9c865d7804d6d011196be711bdec43d89d9b548fbd7474a3147e6a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_armv7l.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 56e803251d73f6bfba3bd6f2e47ef96ad58efafddcbe4d5f9f31a7d061b4dad9
MD5 65fe41013c0563d1434ba652800ac9b4
BLAKE2b-256 b1a9f69b64b63b35ec48c05deae594e08e35647490bd0f9d31289f2c8133572f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ae557c499ddf9a8879e94e6603c44289128ae68ea8718fe9cb48c6ab20da3f1
MD5 462fe7e82c466a6e1472ae726d5abd71
BLAKE2b-256 7c9226a20a93ad06ac84756c27f74fbf9a51460e922089dbcf52a8c3468444fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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

File details

Details for the file cryptopyx-0.2.0-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.2.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53172b8c00b7daffdc7de383a87bd1b2e82adf9707ab1f83c2d0fbab6e576af8
MD5 847b9280e1594978a64e1cbbfff34090
BLAKE2b-256 813ebc1f7fd39b598ca90158ef4f314b9c4071d668f29a740f65f77a285ac690

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.2.0-cp310-abi3-macosx_10_12_x86_64.whl:

Publisher: pypi.yml on syan212/CryptoPyX

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