Skip to main content

AES-256 Encryption/Decryption

Project description

crijndael

crijndael is a Python package for encrypting/decrypting data, using the AES-256 algorithm implemented in C.

Features

  • Provides efficient AES-256 encrypting/decryption functionality, based on C implementation.
  • Supports Python 3.6+

Installation

Install the latest version of crijndael from PyPI:

pip install crijndael

Usage

import crijndael

data = b'...'
key = b'...'
iv = b'...'
blocksize = 256
keysize = 256
mode = 0
# 0 - CBC, 1 - ECB

dec = crijndael.decrypt(data, key, iv, blocksize, keysize, mode)
enc = crijndael.encrypt(data, key, iv, blocksize, keysize, mode)

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

crijndael-1.0.2.tar.gz (12.5 kB view details)

Uploaded Source

Built Distributions

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

crijndael-1.0.2-pp310-pypy310_pp73-win_amd64.whl (14.6 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (13.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

crijndael-1.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (11.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

crijndael-1.0.2-pp39-pypy39_pp73-win_amd64.whl (14.6 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (13.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

crijndael-1.0.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (11.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

crijndael-1.0.2-pp38-pypy38_pp73-win_amd64.whl (14.5 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl (13.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

crijndael-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (11.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

crijndael-1.0.2-pp37-pypy37_pp73-win_amd64.whl (14.5 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (11.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

crijndael-1.0.2-cp313-cp313-win_arm64.whl (13.6 kB view details)

Uploaded CPython 3.13Windows ARM64

crijndael-1.0.2-cp313-cp313-win_amd64.whl (14.6 kB view details)

Uploaded CPython 3.13Windows x86-64

crijndael-1.0.2-cp313-cp313-win32.whl (13.2 kB view details)

Uploaded CPython 3.13Windows x86

crijndael-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (50.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp313-cp313-musllinux_1_2_s390x.whl (45.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp313-cp313-musllinux_1_2_ppc64le.whl (46.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp313-cp313-musllinux_1_2_i686.whl (43.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crijndael-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (47.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (47.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (43.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (15.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

crijndael-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

crijndael-1.0.2-cp312-cp312-win_arm64.whl (13.6 kB view details)

Uploaded CPython 3.12Windows ARM64

crijndael-1.0.2-cp312-cp312-win_amd64.whl (14.6 kB view details)

Uploaded CPython 3.12Windows x86-64

crijndael-1.0.2-cp312-cp312-win32.whl (13.2 kB view details)

Uploaded CPython 3.12Windows x86

crijndael-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (50.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp312-cp312-musllinux_1_2_s390x.whl (45.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp312-cp312-musllinux_1_2_ppc64le.whl (46.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp312-cp312-musllinux_1_2_i686.whl (43.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crijndael-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (47.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (47.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (42.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (15.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

crijndael-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

crijndael-1.0.2-cp311-cp311-win_arm64.whl (13.6 kB view details)

Uploaded CPython 3.11Windows ARM64

crijndael-1.0.2-cp311-cp311-win_amd64.whl (14.6 kB view details)

Uploaded CPython 3.11Windows x86-64

crijndael-1.0.2-cp311-cp311-win32.whl (13.2 kB view details)

Uploaded CPython 3.11Windows x86

crijndael-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (50.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp311-cp311-musllinux_1_2_s390x.whl (45.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp311-cp311-musllinux_1_2_ppc64le.whl (46.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp311-cp311-musllinux_1_2_i686.whl (43.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crijndael-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (47.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (46.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (42.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (15.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

crijndael-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

crijndael-1.0.2-cp310-cp310-win_arm64.whl (13.6 kB view details)

Uploaded CPython 3.10Windows ARM64

crijndael-1.0.2-cp310-cp310-win_amd64.whl (14.6 kB view details)

Uploaded CPython 3.10Windows x86-64

crijndael-1.0.2-cp310-cp310-win32.whl (13.2 kB view details)

Uploaded CPython 3.10Windows x86

crijndael-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (50.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp310-cp310-musllinux_1_2_s390x.whl (45.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp310-cp310-musllinux_1_2_ppc64le.whl (46.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp310-cp310-musllinux_1_2_i686.whl (43.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

crijndael-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (47.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (46.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (42.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp310-cp310-macosx_11_0_arm64.whl (15.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

crijndael-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

crijndael-1.0.2-cp39-cp39-win_arm64.whl (13.6 kB view details)

Uploaded CPython 3.9Windows ARM64

crijndael-1.0.2-cp39-cp39-win_amd64.whl (14.6 kB view details)

Uploaded CPython 3.9Windows x86-64

crijndael-1.0.2-cp39-cp39-win32.whl (13.2 kB view details)

Uploaded CPython 3.9Windows x86

crijndael-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (49.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp39-cp39-musllinux_1_2_s390x.whl (44.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp39-cp39-musllinux_1_2_ppc64le.whl (46.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp39-cp39-musllinux_1_2_i686.whl (43.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

crijndael-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (47.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (46.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (42.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp39-cp39-macosx_11_0_arm64.whl (15.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

crijndael-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

crijndael-1.0.2-cp38-cp38-win_amd64.whl (14.5 kB view details)

Uploaded CPython 3.8Windows x86-64

crijndael-1.0.2-cp38-cp38-win32.whl (13.1 kB view details)

Uploaded CPython 3.8Windows x86

crijndael-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (50.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp38-cp38-musllinux_1_2_s390x.whl (44.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

crijndael-1.0.2-cp38-cp38-musllinux_1_2_ppc64le.whl (46.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp38-cp38-musllinux_1_2_i686.whl (43.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

crijndael-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (47.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (47.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (43.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp38-cp38-macosx_11_0_arm64.whl (15.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

crijndael-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl (12.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

crijndael-1.0.2-cp37-cp37m-win_amd64.whl (14.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

crijndael-1.0.2-cp37-cp37m-win32.whl (13.1 kB view details)

Uploaded CPython 3.7mWindows x86

crijndael-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl (49.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp37-cp37m-musllinux_1_2_s390x.whl (44.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

crijndael-1.0.2-cp37-cp37m-musllinux_1_2_ppc64le.whl (46.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl (43.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

crijndael-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl (47.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (47.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (43.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (12.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

crijndael-1.0.2-cp36-cp36m-win_amd64.whl (14.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

crijndael-1.0.2-cp36-cp36m-win32.whl (13.3 kB view details)

Uploaded CPython 3.6mWindows x86

crijndael-1.0.2-cp36-cp36m-musllinux_1_2_x86_64.whl (50.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

crijndael-1.0.2-cp36-cp36m-musllinux_1_2_s390x.whl (45.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

crijndael-1.0.2-cp36-cp36m-musllinux_1_2_ppc64le.whl (46.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

crijndael-1.0.2-cp36-cp36m-musllinux_1_2_i686.whl (43.2 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

crijndael-1.0.2-cp36-cp36m-musllinux_1_2_aarch64.whl (47.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

crijndael-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

crijndael-1.0.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (44.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

crijndael-1.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (47.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

crijndael-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (47.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

crijndael-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (43.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

crijndael-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file crijndael-1.0.2.tar.gz.

File metadata

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

File hashes

Hashes for crijndael-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b3bc8283e10ee3679ab54def9d880e6447fb327f93c9d6ceb9fe0b020c469dd6
MD5 d08809558fd33af097de0bc0654a8877
BLAKE2b-256 398df1b76cceb76209c34eea1b7a7be9c5f0c022168d0338708ad2fe8eb0761b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2.tar.gz:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4b17a6453b00b27d74568486432189ead58dccbbe46ef65f38f9289a955d5e42
MD5 dd46568d550a582cd58831f6f702e206
BLAKE2b-256 4b5eaf22cf97ed4fe6aefbecf6f821a9e4aad7d549c101e5ffed9b574a2f8a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc1f5a81a12067c1de9621cf5f6bb35e3505feda5b47b9b641663c173608d1ab
MD5 7a9d3bae1576973fa09f9b1730d3672f
BLAKE2b-256 eafbbf5b6e0dabb01dfdaad223f64b01de26223389fb1efeb483ed6dee7a40d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b194529cfee407666b9bc137e83e60be2eb86c322a135bcdcbac777dca36325d
MD5 ba4cddb742a90723690dff13bc3ab9d9
BLAKE2b-256 c99aa81dda79b2ac25c72b77455280f53e279d4b8f48e39d3ff5a4dfbd9e0db0

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 485795a6cbda335b04cf40f7672dffc2d29a799049c4ba897aeebb3fb869bb91
MD5 e76edd5ebcc6fcd1d03da0e29cda1ae3
BLAKE2b-256 1abfa03a5e13a5f5bbc3d33bda2546b3e968ed9080af800faacef12c179a45e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cef4f13e507aa6ac50f76a32b20fffa581c8e33f179aa92f84d24929dc0607fa
MD5 9e402c77c32c551d13f22b486cca107e
BLAKE2b-256 e9ae9f5636f2127202ec35a709bc87cdced42761d908e99ee4799d79d836eba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7f53098e05bbaba4f3eafa77577e632d3c66c8cbaf6fd5af38905ee92827ff20
MD5 47e25d3a5830101cce8b295637db6c5e
BLAKE2b-256 1e230a874e164fbbe36845d4025b35ac3e281349c05f8bda79268ad405ec13f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d840fc54861a98632c8cd80e6d47205a7a4ab5cd159db29ced34639d0e6fed75
MD5 8fac5ec3ec1fc3a6dbb99572ec013995
BLAKE2b-256 7f9e0eb01fc12c739ebe2ecbd87f93a5a8a92c115961eac7d7f605aea1bb7478

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1771ebc7fb0018475745c2033e1e946092856f5e47c990bdc31e81396afb5ed
MD5 9ee4e9bb6373ffc8a6e4cb09b4e852e7
BLAKE2b-256 858942815e7bac3503dbf029837442871d7f6b2192d945e44c6d0432478879fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 696304e2d3fade0d70b7cb9359c18201d646447a33bb9a336e6521b9f785d69b
MD5 41749635c095a5b7a36ba924a37560e8
BLAKE2b-256 734fcba83cd0a0a189823ca19a75029cd252397c88c2ba7c2c6db2a2fa847264

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61d4642862b0af6e254e9331b6959af87059c30398c6da323263ea4fcc2b50f2
MD5 0b61ce9fd5ffc2fd84f8f9444d220116
BLAKE2b-256 95dc64152dd7470274655d2e3796337935a3f5f7d555677dcd57463dac1a6016

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f84731521daa67185ae585b3cd8ad4388195910b84fa59eb152060adb409e35e
MD5 052cfc7ca48e88a4147bf1c51b094531
BLAKE2b-256 7e8ff5e2c8d2559774c207a41116420fb067740edcc6c028fe998b4b72576f5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 46106047de5a00e428c8d3bd754243a6ca955a817de1ac8784df2941da770531
MD5 8bec73c8aeb94569dffabbd2a2d0c53d
BLAKE2b-256 6ea00a9255fafaeab36be0394b966494202609f70da05f58644ff8453d2154d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cbb75ae898605edc433d6b5f42a81cbccb0a81a9b973a134b99728c1bf72c362
MD5 0190a3e38c680a7ce13a9f68443ab01d
BLAKE2b-256 dadfa9b476cc64731ebd37c7f7180c5f7f02f7c227879d71ce40023625a62ab6

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f5e0418da49db0dc5050c4ea4f269b89a6d43ea2b3cb89327a78ea754f492cb
MD5 713419fbf389cc4c2c1211c78b5b5f22
BLAKE2b-256 eb9e7116a6694add764c17356e5300bdf1748f75af6a39ce1a3a634a61f8f5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 598a65929b22a0514ff8d3d778a9fbddfce91b802e77b2ff4f4352fb8180e947
MD5 5b5fae0f639854a88c8d0f9d008d6bc7
BLAKE2b-256 649eec0717cb3a7b22819dcbdf88774ccfb7c6a075c9f952d8c72a458b40b222

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4f759c959039aeefb4027915d264a934ea402537c18fe455fb34e05e3199a35
MD5 fa42256933e1abb2e1078ac0e13db2d5
BLAKE2b-256 c2a9a6e6f63dcdbe41e9260a059b6cd46d1023df0ac14dfb0f23baa3038095aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 376813ac1b94b396bfbcc1349cd04ad53593cb6a01822acab1fdbb22db3c658a
MD5 86087b23d10fd4eeeda2bb91aa0dd52d
BLAKE2b-256 f7926ce573ce6dbc09c3a44d5019e54882ca0baaa9fcf3965d7da8d0d8141b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e095abbab49506d8591d65007c02e7bf8d5c70eb86aeeae474f8ee956f71e0a
MD5 de2d71d11c5caba832fcb6030ad8fbcb
BLAKE2b-256 ce19678862120f3cc2e37b533e77e3b1b1186c6af6a15589fb03e40a60339e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8a33871cb7d7a9e6d8467398d9e974a4a04597e491f25c368eaae3b8afaf5fb5
MD5 0de7c51fc91c6c3cd160c75a079f7cfb
BLAKE2b-256 a263f48fbe07b68fb5b509feaacaeaa113d2a09d6789e36f441c1ac578231a4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp37-pypy37_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f3a2f303cc5989e7d1991cd18c29aed5cbe5a30d1f44071da29036d3882e8d6
MD5 7adcc8e012070f5389b649dae51c82d8
BLAKE2b-256 dfc389092150acac070f2ecc16eabf284449b0b0bbbc8498428b171b8f77e1de

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d559dcdb449c38bb38f5f737848f18b6f048467714281aa31435d59aa06af905
MD5 6a10803647384b128fb24899bd2be342
BLAKE2b-256 2a805c281b8de5d0404b1799ba0d850147b00156fe080e2190929e16f936d06b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 137ab59835b1ba6c2f8f83bda04116b23f3abcd51de2834cb1f0a8c0d14f43a6
MD5 33479fed7f806262914928e759868c8e
BLAKE2b-256 0327bae8f9953a18287a046c91bb6130ceb154749b97c924a9a903b4083d4988

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50df17c351a5a0770fdad00119f48e421c48098befd173534d79015c83566260
MD5 1891bc6513546a95ea60b8d418cc8d26
BLAKE2b-256 621c0b26a9df73312caa0483b249c4c5e39bca9110f36e28899a12da9f203f0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1e567d71165d68366ff66a2fdb978e0d9d218a856a0920aa4f93ba06f1bc8986
MD5 ad00fc28cd5965aa8ce6142747069545
BLAKE2b-256 d139fe4e62bb7b66b5252377975deb7d1d2dabfe832af8f84e33cd2b2aeb9e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f736236f2d0a22f93490554559a09aaa4f6debe9b242c39c48b1703f4229e64f
MD5 719d7fba4c8cee1dd1ca796166275d71
BLAKE2b-256 c05b722423251b3231fb0a0ae3b6087dd0538aa9246eb0679bfe1bddff3b4d17

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7577b0678d8761b9baf5749c7903a4b3974531f40527ec1a29a693523612d9b3
MD5 2fa235618ff20ba6968f890f7f7c7cd1
BLAKE2b-256 12d12a255b2e722138a7edae1033d5fef994cfc10c2a73869d941ffd103525b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14097f850b834d964ecb73156def48bd7da918823e9587aa54a3a4ffa4ea8efa
MD5 d519b759d5b727ad164e10c7df07be9d
BLAKE2b-256 5f8941c12bd48756202a149bf1b5f4f442852712ea8a44343e4bcd4424c89ece

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e74e5251cb0391891949ec6de7cdb3e9700b708ab30e37563910418c6f012248
MD5 21fda62e46d62225c620519a86125ec0
BLAKE2b-256 88de7f9dbc31b0345c26d3cd7e29f351d5614ec62c02dcf19130c43ee286b5c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a025e88b545370fa33ac1885ed5ebc9892e1c8bd5492b354bf7b53329ade11c
MD5 a44783f081871e1f55157d5d87030c33
BLAKE2b-256 0f140c1c9170e634a56a1723f566710680cdd885c8773d5aa2921ec738f5e416

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72add7d84d4cbb5f134cf08eaa33d3da0d81d623937faac4a8b4d3e4a9413b61
MD5 212781eaa66c30d92f7c74cabe6fec38
BLAKE2b-256 29d617041ba61d13ff963f36ae33f9d38602b8d4ad302374115fcace98ed04bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f40f427e61273978d2e61c5bacdfe476c96d74581c62572102103f236cbae0aa
MD5 6ebaac093ddb8634b79109c62732a7f4
BLAKE2b-256 1d1f2b10e8c0d29e46bfa5815fa702e5cdada7c8ac78f1b3084054667d586b94

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a24a5a0c7af9ede886c2391bed1d75bd574d21f52a6d5489d6a2d206a3ca8858
MD5 7ae44785b4b53bb32f46520e2289c2a4
BLAKE2b-256 520087d6f3890134afcff8fda13ca70db73d8b9b2c16d780d910010e06e2500b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f26b60b244f8ff231b4cd1278d559feb39279c54abbf48f266877aca5503f1e3
MD5 a2d7c0d46056ae025eb36a2fa104627f
BLAKE2b-256 8c890ee09f63137770b23b58102034400f1b0cf119c2457aec46b9778e8093a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c17fb8bb24400450ac71f4b1dc0b6057b3855f9acda8127b4c47bcde1a024e41
MD5 ae6722b90845f74d186a27623be75434
BLAKE2b-256 3051ae1c31feff0bd8757d38462ea4229d5487ed051d37cee51e6aaa16c2fa91

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f4b821dc4911e1b2e75da0c81052b585bea902cea2777b6b0411b83c959627d
MD5 c0aa70542ae73e0a0212892cdc65e89a
BLAKE2b-256 0acd55b6518768aa0612884a613dcd25ce83ba7bcb40848c006f11a7fbc4fa01

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 540853c19070b21bb9bbabcbf56b5b827e37a389747f16944500d0dd3ec582ca
MD5 eb5d9d772d66c5a28ff4735c6214f746
BLAKE2b-256 3ae676f3f16fced580f1823156865c3f12d7025c9c57891714767a31e5ca5682

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 483b2050759b2a6b91cf268fe34dbb6c788f260703a77246bb316223b2e7d7f1
MD5 78a16353ffb92cd9762f071e4be047ca
BLAKE2b-256 471cac523beb51a407c170f57501389d3e3fe8bc6ee0134d4f3adf0975132998

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10e563ee990d25647003d12ef8402d27c549cd2f81ac7ba9c7b10fc45d6e409d
MD5 ce19c0b7b20bf0f45e93ae08bd186730
BLAKE2b-256 1ee56a92e7b074b21b662c8202f3f431e7bd6468b764a59da5560765f48468bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0f0e655dc43c50f5d156624768966c0cd5c0a55936f27699f3a1c750dd1f2020
MD5 9994b21d552f5ff7bf9f51d6c4ca373d
BLAKE2b-256 959c6f4912b564139443391db3f1c1879d263b2d3978e64c97926c66d0f46b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1119d712320bd5c76546fce627f8da6af39f7459626b42d05ee8674d0d415319
MD5 cf21d2f456880c8efa5e11084a1c2074
BLAKE2b-256 24edc51105a17bf55f6ac8302510f27816ffdeca628e4c1c4d82e9a32eb51abd

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cf4d278fcf6cc6b5e82a0512e4233f1d364b456c9bb4feba99e1a42aceefb07b
MD5 9b61bc3a5c92597324fb386401fd84b3
BLAKE2b-256 8af28d5b2804baf52aec0ee21e63d290aa19662ca06518ba71d4c91d7f20b75d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7b062fb83c5f532cd631f55c219c65259597893660316b2a121ba91528ab4ef
MD5 59b954a788c28455eab0abe3acae5fc5
BLAKE2b-256 5d8287c008ac0adfd8fcec3215e7f5d8120b6b2c25473d6df4ff31f4989a82d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 fbc2db67869b1ebee536cdb14eab88e73f5ff96dc0534d4b05554d98efd65047
MD5 08e865a09167922951cb0cd9d58e3cbb
BLAKE2b-256 8bc9363a6729ef5b3287e02ee16f6eaf457bcd6e30577671132d9426b6616452

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 274c24a27695898f2c4f123bf245a4d77c7836abafdf16c112ca73bd2d56d943
MD5 237030222c727b77087035e03f938e37
BLAKE2b-256 d6092400074e85c6a975a1a45ae7a71569a7e7a1a4b52ff2ab1f4083eae0e772

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92f76e1ae770730e5b0623ae017a23e9c29efebf14ca066f70573fbf401bd2ea
MD5 6a1d208b27c0b4d05981554a9ca8d7c6
BLAKE2b-256 b1fbcbd787cc6025522634b042d9d825906bf569b9cb793e70f20421682c2cc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98ca15d7e7d353f77d9120662dc710744cbe47dc1c99699bab20b80173487b36
MD5 e614ecf9594553869ce12db316815b7b
BLAKE2b-256 ccf2c3cd8ebd87e968773dbc0578b57849a83b18f1cb238c59e0a3243ec5ee70

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48caff592fc3642666ea2464b7c714abe60a623a78545d90d913785dd010f3b5
MD5 fc97f8c5f34c1e97c1fa1c38ddabbdc6
BLAKE2b-256 6545da07dd0eeae5cac083484a53bfaa757b8335c5745c74ec51e983578689c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 33ba8cfdf11ad27e2e050083659657829d2fccfe15ecdd27c85c5dcfc41ad3ac
MD5 3095d64c0f666edda7f5227a837b90f2
BLAKE2b-256 8904386d542ecf5d5fb0056ced8a918c30ebb245e2d63c0f24ceabc387ce2b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 efaec73e08222d47e2b0229dd18c9c26bd72aafdaed295118df09474234c8bb5
MD5 b1f8107c781ad2055ba418f7e7bbc050
BLAKE2b-256 1195884303c39b8086cab490a2ac977b391ed64cb7d64893c1ab240df7fedc34

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73c7a75dfdc518f07de90ab8b417372c7f02cf72a458927b186c2e7c067eef54
MD5 4619e5e0f20bd71ae51c0356464b3b97
BLAKE2b-256 3d06adda0e4fb11d3cd842ec53864d40f7a9d1fc41f060c11099dca942885ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d020b52fd95469e64f8d3ef62afb19eae73fdf3103268d03252b6c1e4f2dfa3
MD5 bbbafd85f9d3e551bae6da44c328907f
BLAKE2b-256 a95c947c47329b47a7bc8f461762335d96c153cd0b557e9eca1c08aebab35593

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77b055f90d3e84c1cd4e00ec8cfeea2e7fa892df0b82edcb151bec2382d61ccb
MD5 7b8b445ffba8f2c8da5dfdc29253e3e2
BLAKE2b-256 0ef2ee4b144e29f6b9bedf88c0ea087d5a987dc4f7dbba68365dd65b0a8ce518

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1370d61be7dfdfa9335faa021721bb8190186aba25187727d1cb706b77786a00
MD5 675dcae61cd266b12df8d4c8fc657385
BLAKE2b-256 a51ccdcd20da6354e137b6927b94cc2b61a415cfe428bd6cb20ce56fb887f2e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f1bf6be27cb596ab951b81fa32bcd96ea36d219a7d2c959d38c9c3393868ebee
MD5 3999a18906e3c1c0a90f6ce404f53c9b
BLAKE2b-256 5552cb00e877d5d79dc46addd163fd529d167efa9d3dbb2e8d8f1e167fd95126

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 972a638b79b6ca202dbad7c18ab41e8bdab46e118b1b10a88ccc502bcac4f66f
MD5 3598b42e28451f3f68839645031f4de7
BLAKE2b-256 3063090700831f813f52f6e57d3f208d0bb83ddf594028c03fa52dc9befeeb33

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4a033bac53a892367cd6aedf3a8c83832eed46d891cd5650f786cca58ffcbef6
MD5 bb4f3cab3064779aae68f2346438ea7f
BLAKE2b-256 bf10313c10a07822d3e5a6551a94eca4fd437580e9cbe5d7351bb9aec0736f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b8cc17229efccac0d84d1b31235089169415d7d46691aef2eee2ad5253d3d9e
MD5 8a51b5b531d7added3297205d657d85b
BLAKE2b-256 aee67757d55cbe99b185cbc303ec25acb2edd51cd34648c5defdac18915fc9e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3f01b4491239538a06713f2110c88be333c774675768581c39402234f3b59166
MD5 aabf312c203dee1a9957264af63803a2
BLAKE2b-256 b4d8f52e85f1371207571994c1f0521c36c87d7b49f15d7dab2fb84d6b4ee7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e3ffdc784242040a4b333843c101d7c19a31d75cc730426775f0c0a1d3499f58
MD5 45df179007ee9f1fa758a0bd45c5f4d5
BLAKE2b-256 bc88d00a66a5d1e20c6cf85e9640907eb8e63e57ab91b32b4b58cdb2fe47bb2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23e2aae5c4a41a0aa65e633f7fd24fcecbef4af6abd3d322b0aac3ec934261ec
MD5 ca29130a107ec12bc809f71867571925
BLAKE2b-256 ecf12a87f23aadd2295f68f78bcad5936e49e87ef5b6a3a48602ca063bb46378

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc6ddf21fb140b0a10fd3ae873cbd1c5074480bef2d2e91a431845375b4283e9
MD5 0b47cd9a4f0f7434b452e8809985eace
BLAKE2b-256 e85fbd2550568472c26c5d1d52694efee4eb2681bb946054f2eced9bf042db61

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f03ce138d9faad70781a46843f8467a8087de1a1145de3334a91df079547d93
MD5 8854b3f3dbcd6acb30117de85775229e
BLAKE2b-256 e9d143d6fb57fcd971eefd47547ae1d244febd63c7434c1bf768e6e26288c72d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e1464efa3080e72b9962658ce364ce38e61b7e70f8993c83999facadd99269c
MD5 c3ee6a80a568b4e4e1ede1ebe74ead25
BLAKE2b-256 4d8b87c44365de114576a1c129d015acda2a2e93066b56f34a639a878f7639a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 500d8d6145fd0a17195480dec62a031ea52c384a21d5b207ec895be455413bc7
MD5 c4b1d4d247deb35fed565b846c3c8edd
BLAKE2b-256 913c039d254518d6791f6d5d25fdb83ba931ecdc3b15e314e08b45cfebf4caef

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6849e611155af6dbcf22133b26c3c0a18fcd669d4852276cacb82c625fed4db5
MD5 a2a786f2845e6bf69850fa11e5f14eec
BLAKE2b-256 439f03a9f1705c589d705d8e8db77edccf9e646d5cbab1423ab5c3fddd29f9fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 faafea5c4b11d54ce304c0ff5edde174c9e2209c137197796c9be8a1aeaab148
MD5 a097ad5584f1b72f8ff02927340875b7
BLAKE2b-256 3ddbf495c2a756bc707d899c0591db8043f4765bd0c031a9e380c029ee49cad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7454131057a58c192ea1b1c3bef379d1b76f786738daec2b203a456a0badd1f9
MD5 90d0409c0ed7976acaff11480bacc62c
BLAKE2b-256 e310591703f68841369f6496e179ab7d2fbe1cc78191566a90c9af5c3b7f5765

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa5956b400a5a96dd8342c0ae604d1a796100f1a9469e5620f185b93dacb76d6
MD5 a8a6aa9b2accbcb8541ea4b6ae79a221
BLAKE2b-256 ffcf5f51c3182837ed7fb56f3d1059211de74816169381ed8d1e8dfcc8e4b637

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e5f05f676c937c5e320ef423aa7542b17dcb11aee5e73dfe72a1e44e9383bebb
MD5 cb0425ab5addae38928c535dbb564389
BLAKE2b-256 59fd9f0b08498ca3bca924fcb657c0e37b01737faa4c1f1d4a9118cef26a1a46

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.6 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 crijndael-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 557f53a7611987d6cd8b25f77a5f8093367bc1dc65f9bb78c54a894ea15f0e6e
MD5 a37e9741b4d2da38d4e776c1d7424594
BLAKE2b-256 fb2da89509cd013eb5a1989593921eafecb7f3f6ddd7442fffc31ff6a8844d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 13.2 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 crijndael-1.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b8c135064c8adb254c23b5446f248df8c3735b3079534d8442227c34077aba21
MD5 73e191b5705733971b42b6b64b01389b
BLAKE2b-256 8cc753c9cc9e16954449f2d7beeaca34b38b2a1839850c21b31b4da34da4ca69

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1df74d86f550d88b2d9f46aeef4ed97fac159d2f026c9a357fe7e7b86cc39ff
MD5 7ce880d995c518c479653a9573d0918f
BLAKE2b-256 7e536c65625725cb31083b69b9251ad7f75a12e2ad72061ef60768709e564863

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 27ef6a6d6b389544437cc626015672c1a5e9ed704cdcf201cc034824b699de74
MD5 c5589aaa36a0ea75111f1c0e9e5097d4
BLAKE2b-256 c6d8664b3568dd8337d0f9323bc00ecd71b63bfd1e64199e8deb8aa6259a075d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fb4bca6832aab59774520e368792ee269e329ad49ee5347a67389dba3dd2aa53
MD5 a69f779a2a366a3ea3c2979c680430ea
BLAKE2b-256 fbd20092e2cf7c3dccca2f46383b9c02ccc0eccea89ec2661868a1e73938d81d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0473ef6f749b3698a49cbe46ab267f850fc6d4dce6f0dd57890079c4491ea50f
MD5 3b9273727662b92d23f7d2a465aff931
BLAKE2b-256 b12c349fc18780f072b0ae83f565e47459cf683bad3bff833272419c85cbdb72

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 607d857a9b9ff4f021bd992e595e1e8f2f9b58083f03949b38181f7482533c4b
MD5 ebcaefbece3b64e30a835093fe7ea834
BLAKE2b-256 8a14cf38d3adb33ee83538e0dea65e43408e7fe760fbd3f9fb1c2cfee747195a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5b853d13b0ed32d2a6dd1ec61dfd0e6f4e6dc8d5177318ca0ac36b7d8d3d16c
MD5 dac171949fefae5c39d04f56040f6f02
BLAKE2b-256 764bc0ce75343aa15e35845296e025afbfa2ea5338881b402111dcd41d6950c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 030affddb934d8ffe7c3c36925b7783ca9285ab189f12213f592ef0c0e3c1178
MD5 94a5a0c350b0cc34cc00a2ceb94648aa
BLAKE2b-256 f2ae6c23d89ef217ad877ee173354fe5151bdd958f03b89f420a141e8f0913f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db6b6ab22d17ee1d50072830094b6f63d4bc4ea774cc33dbe4082503c807248b
MD5 b6b8611f27f68b16132b94dd134c8772
BLAKE2b-256 c79f183fe98857966aff20384a88c34bffcdbdad8721b5c94677c4cd8be02815

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a5bdea5986f3f46aaabc83d8cd9f43ffe01b413983e545e03914e58603794c9
MD5 50d6b557ea2bc8e18b9b8e9be003c683
BLAKE2b-256 442c846b856c79996c7a23a2e87c799257c9545fe1da4744f88fd6e42141ce54

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef9c9fc3d892a59576c35cf14f24168c9a2f9ae795ea63e90d9ea862f5567447
MD5 371ce58eaee376a79e7c035e4e04f01d
BLAKE2b-256 eece6baa47a7df099c101cb981b77136d5713ba48954dda8ab5dabde3fdc9079

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8ef8017050ad6507ca15a311eb76e5bbe31f5d40c7dd623a16320977033e41d
MD5 54c076ea30ec96bc3fe03e46cb8a34df
BLAKE2b-256 4570b32560419f4ef74a4d4263a33e7c59e2398a428493db53cdcedbee0914eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90a4bde82a772acaa90e79bf113fc195470e66a036ed94316458ee710cc09ce3
MD5 13d898ca47eb1c4d57239c6f5c11170e
BLAKE2b-256 b2fbe23c0df18971e9a5961b98a7e8b74842e31e80688bdae657d84ce81d0d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 186021b2c14ff8fc8b4a751fe63c6879eb228e2355552368fec3ea5152545429
MD5 624eabbed95731f16dc3fcb7cd1c618f
BLAKE2b-256 0aea26a938b408193fe84ef67d69d74314920b80fd86581f56119657b488a964

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6d9dcc317ee23b74b31ad5fd1db0aa415c265c5104cf62231132da7b04591982
MD5 a2898ae3d8542020245aee4a57075232
BLAKE2b-256 ae3a86eaaad58ea0b8af104f4b4d4a9caaa7dc7a8ac82e596af15b8cb0ac211c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 84cd5d80b7dbaa0fb9c1d438ad43066de46b5e43223c0fa57d49ac6b34392314
MD5 bdf0d80ba49d329ed44c680fa1b254bd
BLAKE2b-256 8e6f4637a973705ab217a571cc3b8da2c7dd1c3408dfdbd955d8331549392bf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1359e3e865579dbd3433996f1f81f3fbf3c74322558ddd7d1c739ccfcc7bd98d
MD5 88f7e2df5ea5d3b50452fa646bbc7f16
BLAKE2b-256 173ed25d56ac34350f0930a7df79d2d62ddb4cb9b51b7e8bea6bc82c1aa070b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 046e0594ae9e92e61e16d848d26616bd07ff6f9c2ace6dbba4c6a3d1b55b601b
MD5 09006bc480146b537ce829fc6c835701
BLAKE2b-256 83098931fd35e5c4243edfef0767f158cf18123389f1dadd2d10c01cee86d94a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b13e63311325620b263891ef465e6490f533d54abf214ea75e00351b4f008ca3
MD5 af1fbb7d7418ba20dfd778bb1554e5c1
BLAKE2b-256 dc46b8d0e101b7d59326dccb0e6e5fddfae4a0753542a193a7f309c8c2e39a00

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 058b442309f4e3a28b7119cc2c924a247c4290ec8705283f134cea15cf02bcf4
MD5 c1d105ab44111591d423239538964608
BLAKE2b-256 f7155a42463e836b7f91e6f6ccf3e13d850e6cbc4b03368e18274d9a9e84b0aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b32337f2dc4d4684dc5e7d70eaceffaac146fe2d6473bf3aba26f4e49933778
MD5 3a0a574190d5b05d1d620360d43843aa
BLAKE2b-256 46672b9731bea68ba43c48db35f6ced7f69d2c0e194889524ea94762f2641913

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29d89c5b6523c372c177aec49cbedd794358d69852071fe0ded7aafa585d2939
MD5 249b9a0b1df93cb92cf3214a7c7c67c8
BLAKE2b-256 731fb4ff34759de130139008907a5406f12c434ff4c3140af73c159ab9ffaac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c22fcecddb5b9f1f61466e52bb5de1d0faae994cea08c2f995fc093190d62a92
MD5 bc391525882d6ef1e53acc01dc031845
BLAKE2b-256 e2c1abf9c6e1ffba0759cfc73f5e19b379eb8fc74494fc2c9690d57b2b355ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7a51c28c0c66dac2d8527e273e59a2ececc2ccaeb72cbafa5d07038e16332f8
MD5 0c5ccf380c50fd4b4f99b50906149be4
BLAKE2b-256 d7a842f5971463229370f12756f451b7db8a78accedebac6825614ef963c0141

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 797d8ffaa80584861330c83cd98dedf845048a14e10cd183eec473906384bc0e
MD5 7b55dd892c870bb40f11597adc403cad
BLAKE2b-256 2656fa08dcaf9f8ec7ec25ea2c90988a2b658d27c88252b4db063149d07f287f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e3b7ecf486222b2210f4c23267d735c5376fc0755ed3191b342b87d679d79ff
MD5 1bef861ca3ad468406d65a83db36139d
BLAKE2b-256 59bd99cabb59e53c37ddbfe745f28e78ee74c00ac6ca85e2bbbc141ab5770b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c6e43158863e6c43e727f865f56ec92f25be58a8a827b4ab0c2e22c09bacad6
MD5 d3fe0e814c669e78587e670bba6872cc
BLAKE2b-256 c8cde15b8056825646ac8e6e788105b9cc03abf4b091e6a36ae4dde264e652f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 05e433d7285cb2c1743e2a6748e568cfd73ebc36c9f1f7ce35652d8a0fc5dfd9
MD5 04022833dc317fab84ba7d577fa632ff
BLAKE2b-256 432663e4af947679a39454248aed091a96e04418b194b8f8fc4e78bb667d149e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4a5a2d5a21cebfbc9bc8d99a0e694737fc9c4283768dcd1fc4381092c2d4cc08
MD5 56c61462ded70a99f4da629a65f3bd6c
BLAKE2b-256 561e210120d8ced2a57aa6023ab5e3787611159a13e74bfb9d59b009189dde4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 37f5755d8e1f248d165a570296c74daff1a42ec9f188305168ce14042e36dd01
MD5 d3a36792bbe66ce841210b54e78107ea
BLAKE2b-256 3026960752f923313ecc938f1520b36d76722c2d97b0a49349978eda4a64b0e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 332a0a2678cfd4ce8842f5dee62c5f0518742e03c8221088b639015e14488f99
MD5 dbabff5d63b1e4d96b43eb3a34298c19
BLAKE2b-256 4f1aa1d64cfe1f3f6834b475a1e5625eca91fa226ed00f51f8570f833b13d7a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 cc5b9dfb95205f7ac15aa7b9abc4abcd1587c681767bf6b32039f94cd2700be1
MD5 2e1ec012c1a536f05016752cf76e96cd
BLAKE2b-256 4390a38b56e979f6c293e2f6161a8d55ca9c6b3c3f4c32848cd4b381583c9c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1624a44e1cafa96fc8a20cfdf25d3db53dc103bf4df515a68964f3f6af4daa41
MD5 eb8842d63174c6e836198e3cb1b92acd
BLAKE2b-256 4762473a5b68571527e5307f457922cf8c6a6a2d09a1262914a64b46ad9e77af

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8c5c810940baa8b5d5a99b4bb3bcd8a95de53a5f5f11525364c12a2edc36f27c
MD5 eeeea235276bbceb32b0671db5c3deee
BLAKE2b-256 62df4002377b469118e7e6ee9cc2362634a0db8965aa0fdd9168c8b184423190

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7074237bd87ca0e344765fb8c3dca1147016ad7899e4ac654f37a1edf5e3a89
MD5 19346e84032200e61d2b2be2aa39e9ab
BLAKE2b-256 d266a4e716fcfc48f99d1d179d033d90ed0f3b23566a68fb23d5537b8ee07bd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95f8dd180ab5718aa3f58659cae38cf1f9df7909840de89a455f8026b20f5d08
MD5 84757802403f00e9ad2b0de6b9070963
BLAKE2b-256 aa326df40cecac4415ff085cd126b7e03c584f07ca344d7a4971174b3d467f27

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b83e7fede1d6dc29253c6248a6f0607fc4da4af74bcda89a8728e41ceae9d295
MD5 0bacb686f65d8ec0bce87766d6bde4dc
BLAKE2b-256 4c08a1374db7face951258311eb96549b3eec69f1ee833ab7cac50977cc51843

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fef10c25bc77391f8d86065fa50c5dea0e4e5d08d06adc6c0b742189869df8ce
MD5 0927aa854e79aece33b7649684e97b7c
BLAKE2b-256 75fb5a5201b81caea98a6a656a65ac841b20d008fe98a13ccdd2a3e43eca807d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b57066b3002adbf24fe2bd8ac8371e14d2feea0c7fed45765e0f126ebc80fd0c
MD5 3638a229ba55e7834b4330ec40160833
BLAKE2b-256 3490098aec6fa0b9d81ed18f3fda3669dab702b72fbe9c6d71896796e8a07f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ecacd0c55fb63b7e9cf2be32aa624b62114fa9c16fba093c60901769ba44cf5
MD5 0f529fde315155cefa305377fd311fc5
BLAKE2b-256 4221355e9ec93bdf5a9115bfcc10a3064ddf4e789a4f5d12387fd29f873f831a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d0cedf907a6a6ce9861b7625568cd23531fca6370d55f9c61e0cbebcb537e2b
MD5 e498fb3a33bbede220a45e44799f6338
BLAKE2b-256 92e72efc849b7650660786ff043222d37460c1fe7a6315a6fe99dbbcbebabecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd561347cc06b0ecb7f8077f8d203b4b44d99591cfadc09e16f53deb6a9a5e13
MD5 2cdc2f619f6c3734222649c639286ca7
BLAKE2b-256 f3de7f6c74b5dfb89ed829a1d0d5ca7c8f0a65dba7b5e713e581d0d572448e72

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0336aba249c3b74c8b90f4ad03b729e80490f14dfdd83448d845962648d3bc5f
MD5 a0e367abe13e043353396f2c0e872b1a
BLAKE2b-256 6b5e2fc72ba5f4fa0d2d95383509841d17dba92072f3c5027fcdd9928f41dc4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e50473db831361ea7166d4cbdd6f8eff21c7a94c5c148a0fe396620dbacf5bdf
MD5 b6464c65f66989d8fd503bb612ca3aca
BLAKE2b-256 2cb8949eba2a28b3632d15d7a3d93b1e9b41600375d1fa5d404aa5e41aeeccc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1136068dc8e1e0ec55e5c205b48b27cc12fd2f4e479e3f5880936d1de3d5f9e4
MD5 619325f505b5eb2c21253f1d6b77ca50
BLAKE2b-256 c0b169eca5c42ceb26c146604fdd3922c19847539c3964f2910683424249e73a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1e373101390125fbb810deba84ab34d5ab39d17c6d537ab0e843bc7c420c3b24
MD5 84a9ec0182a3202ad5a4ee895cd82568
BLAKE2b-256 c56a12f8bb689948e1f0bccd3423d2e61d6a9bac543f23a650d9964e28b21da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ccbd837a50272f60ec65a20c84ed8160caee3be6dd840c627928932d8f10c0da
MD5 3d4126f43a02186e90d6ffce6ad67a18
BLAKE2b-256 a40da22773d8aeeb457488bfbe44e1fad9608ddf73bb34f61e7837b0f6d39874

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce7203d264113dc34c974bfab6bd554b021d8538f66f258a825a3b1c9bd371a2
MD5 38a17940090522799c7f10e0a80ed0c3
BLAKE2b-256 761902a481411805b785db2189957658a695f94ef5fc93edf7031c2fffbb3676

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffce536143f208bf8980c0de9fb77b204a54d2e86d0329dc19db4603dd3c691d
MD5 8c4480412f26fd3ae741ac60c7f4bfd6
BLAKE2b-256 8912f017df2175d53cdea18b33bcddb0a20005d6ee7c8813e266e8ab0654a610

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd9efe54ea5354a6f622d6c1e59080c266ac034939f5ade582c323a3d2164e5f
MD5 9bf41b8bfebb2e5770843ce69ebcc5a1
BLAKE2b-256 048fa79a416e451defbf3d367bf90fcc262ff6e86165d42f09af9acf01fe6fc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4eaea1856bb7a3b744e194ca811e8ede66e0b81290a04a4d2f4e9b361412d68d
MD5 484771955de4f7c7f0b2f2fca9a268ff
BLAKE2b-256 b67a30c17c2159c3457fc5da5723b57ab654f9bd9487972a0fccf6d73100c23f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5439f2c26b5ac23ffd0a8015742efeecc79f3de11da5121fa5a71d32c594e63f
MD5 d19be2e3494ce938d5af5591f296aa26
BLAKE2b-256 31c37ba90bca5e15fa0cf76523ccb3b8a224484a4bf89b6774728b2e2c2598b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 432d92b5e1198d5ef3ed9c5d1ec5992369dab20afb5bebd6caa49dfbb5be46c3
MD5 ab136c71e9fb4846179c3f876ec0aaa6
BLAKE2b-256 91a0989c7d107e8f82282c442a0fc3753af9d7c47162751fda9591e6211de2d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1802b1dd359d9c6eb02df9d5c88ef40a384d80766847b2d4c8e467ae51d7891b
MD5 7491a7220966974dff8d15c47c7df34e
BLAKE2b-256 4df58520810a845ce90b28b7ff8de4070e93eb8323c9b14fc4a6acbcfe5eb1d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a25cd166964ec6fdd6a778d326d76a3510e64ee12886896a840954ec7e808438
MD5 8717126d8d3d270758411c194d12b340
BLAKE2b-256 2ee4d916a247a3dafd59cbbab8ece252498c10626be8a360fb56465c191e9a22

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3d790866a007b8f9583b266f4de28030205b1916b49b3f75554624e8c8cb3ea1
MD5 8afd802c186263eb5a595f36a18f35df
BLAKE2b-256 18d2659920e05c9f0c71a8b80e828f34f0211e9e3ced5c741434c463aed0095f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: crijndael-1.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2986fd697c2590380e42de9de208e0b6df7f05efbf81692d9bf5990188add56a
MD5 40a1c8771c3edd28d012bd22a2c1260f
BLAKE2b-256 c685547242dfb9477da051e131d4421aef646d7ac8f5f894a6b835a3b368b9de

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-win32.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7aa5955f23d51e8d0c8c4bf48cae3c646b1a0f7c66752393c5ef4b2da8bed27
MD5 25474f4404a7cfeb4a7a7d56728d667c
BLAKE2b-256 43917eac9da0c50dcabf47f2f039f5bf8503cad9b663d0f0940e0a94847c87c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 04a6e52a164be7c5139db1700c97d87aae54a1388fb3fdb3c2207fd8d1868f0e
MD5 f8180244650e44b415005309a4dda1fa
BLAKE2b-256 5706fbaa595c6321348e9be8339bf80e86fde6feff3cd53280e6af76c50816e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 971abc8e4ae5c7f3aedc08a21e8b61831acfb5527196ecde58ea7740798dec3b
MD5 cdaa8edd0085070980305058883b325b
BLAKE2b-256 5f82ec76af60fa303f4238aae646cf8dcaa3a52e34dcf6d3490028760b9db704

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad336d0cc22ffcdedd5df5fe1094b68e9ae203c42870b6e160033ee8f43b0803
MD5 d47728bedad9155ac83b515ed6a6864c
BLAKE2b-256 1f9776d2074324ebff9ef496bd800091fc10b2178d60bc95bce8fb799535664a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c27914923813b5f29eaf9d1eb42c2f0acbb43c0d5da9164c63d1deaabbf3dd87
MD5 46199fc2f672ad285e975bcc23627736
BLAKE2b-256 283d5f6592f57b3d17223b305d449eb3aa8f9676e20b15553aba97109c0fd444

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d568691c41c785c349661b16b79e688102cb4605ba3251305f23e8dd7c70ae3
MD5 82a194e518dedef83678408695abc62d
BLAKE2b-256 ff7d7c209445240e1180e3e2410fa906d5f2bae2e1f5d0badaee54428dfc0a6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7dc8bdd157bfdf081d6a2d0bea710a91ef2c2c3b4cd87631116322df24167160
MD5 512e707a5e52b33430b87399de6cf474
BLAKE2b-256 9d4237509f6730bef28b798570792f4d7e32783f8fdd902b8ac14228ee297c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99f6d06c4fb96f31027ebe66f170aad69466df016e7ffb6d290b37614b661f12
MD5 2e08fe902b46f69f4d2e95c63834694c
BLAKE2b-256 0bd563c9e687460e22829c0f2cc70fbfa61233f86e1a94b64fbefbc86d7e21c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4546e715b692201e846f5f3a54068faf34e06d82db8645ebf7bf0b53e69d715
MD5 4a9765b3fa22e271ce304593468f5530
BLAKE2b-256 fd582441b3a6132c33b20bb308204befe8d02eeda64ebd1a3a6f28d56452247f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8f73b31fa4001a0aeeb99d09862812196dc7a5b28e9b518204d45839098a45a
MD5 4f54637f59ddba71ee2ea0e01cec2fe6
BLAKE2b-256 c65a3b1176810e0853e63f387a7ed97f9d2dca794226ed4ff141c80f47a72598

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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

File details

Details for the file crijndael-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crijndael-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9455e9c68a0368541eff090f42601ef578b55cb459ce7842d9fe69892d64cf7e
MD5 c0b6b98912eb63f0de4ddd30a8419ca2
BLAKE2b-256 63dbad39540bf8c07d850d85aa0d6c23a885a59322ad3dc8dadbdc14360cc917

See more details on using hashes here.

Provenance

The following attestation bundles were made for crijndael-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/crijndael

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