Skip to main content

A python cryptography package written in Rust made for speed.

Project description

CryptoPyX

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

A python cryptography package written in Rust made for speed.

Example Library Usage

from cryptopyx.encodings import base32

base32.encode_bytes(b'Hello World')  # b'JBSWY3DPEBLW64TMMQ======'
base32.decode_bytes(b'JBSWY3DPEBLW64TMMQ======')  # b'Hello World'

Example CLI Usage

image

Installation guide

Install from PyPI

This package supports Python 3.10 and above

pip install cryptopyx

See Building From Source below for more information.

Documentation

The documentation is still work in progress, but you can see it here: Documentation website.

Building From source

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

pip install .

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.3.0.tar.gz (107.5 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.3.0-cp314-cp314t-win_amd64.whl (296.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

cryptopyx-0.3.0-cp314-cp314t-win32.whl (279.0 kB view details)

Uploaded CPython 3.14tWindows x86

cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_x86_64.whl (380.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_i686.whl (401.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_armv7l.whl (375.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

cryptopyx-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl (337.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cryptopyx-0.3.0-cp314-cp314t-macosx_10_12_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

cryptopyx-0.3.0-cp313-cp313t-win_amd64.whl (299.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

cryptopyx-0.3.0-cp313-cp313t-win32.whl (279.1 kB view details)

Uploaded CPython 3.13tWindows x86

cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_x86_64.whl (383.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_i686.whl (401.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_armv7l.whl (375.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

cryptopyx-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl (337.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

cryptopyx-0.3.0-cp313-cp313t-macosx_10_12_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

cryptopyx-0.3.0-cp310-abi3-win_amd64.whl (297.2 kB view details)

Uploaded CPython 3.10+Windows x86-64

cryptopyx-0.3.0-cp310-abi3-win32.whl (281.8 kB view details)

Uploaded CPython 3.10+Windows x86

cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_x86_64.whl (381.9 kB view details)

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

cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_i686.whl (401.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ i686

cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_armv7l.whl (375.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ ARMv7l

cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ ARM64

cryptopyx-0.3.0-cp310-abi3-macosx_11_0_arm64.whl (340.1 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

cryptopyx-0.3.0-cp310-abi3-macosx_10_12_x86_64.whl (365.4 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cryptopyx-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3210881342ff12423088266d68282f9254a14c4a1f750854843b6f4b924b3395
MD5 cf1cf85492188460449b9c18b0b0a7e6
BLAKE2b-256 10cec665087d5e7c23df257ad4dd7c5aae2358f48cdb835b871763182427ecd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 296.8 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.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a6c833eaea0d994c82ada3c6e713eb34d7b20271c41ac1b00eaf7b7dd5264197
MD5 b2f674cd811dd9baa9fd74f51b59fd65
BLAKE2b-256 19c6cd9a4c1d3ca705b0d1afe2e41611cf6a6bb214b9eda733701a18baedfcf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 279.0 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.3.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 5a81d0da9fa9cf83b9e996b28cfeccd32d1fd982ab910d68d775af31b0096313
MD5 afbb0c10b68cfb791d946031243e0072
BLAKE2b-256 0d3adbaa009f3d8248ec564d95c551cac233ba0b179cbdaeefa94f50a22578e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8b8b1dff1bd3c8b83b9ae7a27ef4e084a75c434925a968dc333933a4057bbb60
MD5 dad16b397b4dbb641a6ea4cd01b7d4df
BLAKE2b-256 eb2e0fa0a885885394a492381d44171dbeb461766e77c8d0679ff8a90af21f1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 6c0785f946c36524bdc12c9a3f4c7b62872b29cda34e7f576c03cf50872c3cce
MD5 fe9ceec06a4fda4c3e9418aa9bdf5dfd
BLAKE2b-256 833564c5ffcaf298bc80c57655aea304a9e171bf8d6c38ef4339f17f5a238856

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 75bc3c9b917c7511c28478730ba3a0b89ec99f1f59603abfda9727e1ca1247c5
MD5 2b8f9a84b7f6dbb70f2f2336cb2b9f3f
BLAKE2b-256 7c5be1139479f88c514dc20c1eba904de84dfdc3140f8c6f212fc285ab544935

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3f04c8946fdc951df3011ad09917e577315f8957567a931edad71f6c0a6f12fd
MD5 19188416687a5ce944423edd432bbc1f
BLAKE2b-256 1d523885338d78a8cd2a5ec73767ccb9e0394b9599d9eeec6b0009d16df5e785

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 651c6ad5349d50d093b0116a831a69658f1829620f2218c5188151b8f8077ba0
MD5 f5a63ddfc38a5042338b774b26be4b35
BLAKE2b-256 effe93a6ba4b3cd024addbaf0a72e4d1e3cf72e7dda3eda1aebeb291905de273

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb2211594ae15cb29a53cbc36606d2f0e68a2eb4fddb2c9fed85f7ce7f10d26d
MD5 bd22fdc303d1054da8db49ddf149b826
BLAKE2b-256 9a9b9b38d99abb2d07f2bfd2ee4b0a6c03b974012fc38d7a1d8404e8751664dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 299.6 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.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 66b3507d6b366490da71a47dccb4e2b36119a3b71a02cb0acdd3d4871823b439
MD5 ce52c2ae743ae410c7ddd8a03e9437a0
BLAKE2b-256 73afe0a6b77accb3d7542ccb599b5739908cbcfc1dc6cdc166878ee096471290

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 279.1 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.3.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 953542d8ee077692c912f393d9b417b356062a281664bb188a53258effbd35f7
MD5 df101206e323c0f2828e72b8148b7681
BLAKE2b-256 1bf48f134ec17bd9564865ea44197d56f6aaf1fcee028ba5bfb2c2be3d14f924

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 272fc016192b40bb83a946cbcac0373f657b3504094fa6d1cd560a341c4d9364
MD5 a57749a9f5527a0e554a6844ecb7e3c9
BLAKE2b-256 afaf8691354a507cd5583767e28176e6f0bef58a9fbdfc0b1e6e394d12dc4b9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 cf25f8ee1b34e497e61e1888e384c068e4357dfc3236b3ea46e049c04b3e8ab2
MD5 e0c4c947c960eaf0945a99da601b1001
BLAKE2b-256 51f9cedec60b455b85c3119b8daa59aed58164056d5c9a7940c41343f3e8f941

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 4a61fbdbe0d3392e8cad6f1cd662cea74cd71dee13062d61b96cbfd9108edd6e
MD5 14368c965cdedfb296284053593de451
BLAKE2b-256 fd1e77b2fd26058d8b66e2e073a4b64172f8ee34d3bc1f1489bad1bc43fe5c0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1bd9e08f8926a8bfbd38ecf4521034994bcb16b1255d7fbffe1849a5be94ec8e
MD5 9a6c3d1f52c9c44c6fafef389c12f8c3
BLAKE2b-256 92c7896b7a974807ee4fdd4cd1067493ea0b248954a87d4aa3eb499732fb4b49

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5348e92924fbf405ee4c755157b86b5340236862630a7e7d43d02484f5e3d5a9
MD5 3b8cdbc040c8e0a9714b4f7153dfc873
BLAKE2b-256 fb4dfa079fd97db7702f071410b167bffcf8c7d6d2e9cd6cdd3c2401a4115522

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 88f791fe3dc9b52ff9aa58c85a087c55fd1da41036b2c1c3c1a810baed1e0f65
MD5 27fa8a4f2d34957905a5db7cfe429e94
BLAKE2b-256 a3cecd6c9e219ddf2f18058c60862d5612934e8e31bf6ae9913573db28db1e8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 297.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.3.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8c173300225cbf10210091b7474a42aaac7c464548298dfbf49ce109f49e1363
MD5 d52435999ea44f66962b73fb5a2ff02e
BLAKE2b-256 312497707c4ef5c961c3f5a77525c3dd05c0d7c765fce8fa6786fcdab2164fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-win32.whl.

File metadata

  • Download URL: cryptopyx-0.3.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 281.8 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.3.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 c371d9533fd5da7232bbd8f488c050772d946716a62fff61088527a512fed5d6
MD5 5974e30a6c60142ae4b5b685c7126d14
BLAKE2b-256 62dc57a1a0234d95eac09e262c1e227fd01635263b20ecb55405ee862da7c3ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cc5774776e2f60b76612d14ba776635c25e07a607002b5727e4393be34e9c6eb
MD5 c2547bd669acf2c0d44ff78545fe940d
BLAKE2b-256 2a03ce2dc134072412c8f0c59e9a6f9747924fad88edc904a7440cc757e2f860

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 8355412b24f5be64dc0115c9848586a042c98e856d1251ad68b0ebbd3e547247
MD5 e09fac8c1db423ffeca5d3ea30ed7770
BLAKE2b-256 6e861d4a139431de735b78991a91b0a6346334e7e5588a773cad42f04bc1157b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 e4ea3e3b7c104dc6730c183427cc44de00840461180c52d2681b561b6eccd06d
MD5 9e16d7e90e8228dd5b89242632f3ef82
BLAKE2b-256 6d58a17fcb9b1758eef5710fe8a80e32ab953b61309c332f9977c36fd1a90e82

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 27be7a5cb22de1b4d245f2636f454cc3fb46ff60a70366f2b39977429200f052
MD5 ad6f95cdf5687d6d83cc73eb4243d306
BLAKE2b-256 04b06742ffafeb7dc110aa0ce0307c99bd0b6db4c169aa4686e9d3698fda9873

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fdda96f537469b13a741b3e01f5fa338a72d644c887b1db99ec8d58f3b5cb4c
MD5 98db493ce336b6551fdaa254849fdb4f
BLAKE2b-256 0645bfc8690995ce5d6f9b29663d93345233de36fc0a664190747d7c78b10f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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.3.0-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cryptopyx-0.3.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a19785b47087de796fc75fe4a33862698d9da2befa9cb89dd6022836bece8fcc
MD5 556cd2c91d155cd702e406015ae58898
BLAKE2b-256 1fd6f9b9bc95d080b3e0e032ec2cacb6c1326ad75ed6310ad1934e0bdd2e3375

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptopyx-0.3.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