Skip to main content

AES-256 Decryption

Project description

crijndael

crijndael is a Python package for decrypting data, using a custom AES-256 decryption algorithm implemented in C.

Features

  • Provides efficient AES-256 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)

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.0.tar.gz (10.0 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.0-pp310-pypy310_pp73-win_amd64.whl (12.3 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.4 kB view details)

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

crijndael-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (9.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

crijndael-1.0.0-pp39-pypy39_pp73-win_amd64.whl (12.3 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.3 kB view details)

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

crijndael-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (9.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

crijndael-1.0.0-pp38-pypy38_pp73-win_amd64.whl (12.2 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.3 kB view details)

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

crijndael-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (9.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

crijndael-1.0.0-pp37-pypy37_pp73-win_amd64.whl (12.2 kB view details)

Uploaded PyPyWindows x86-64

crijndael-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.3 kB view details)

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

crijndael-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (9.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

crijndael-1.0.0-cp313-cp313-win_arm64.whl (10.7 kB view details)

Uploaded CPython 3.13Windows ARM64

crijndael-1.0.0-cp313-cp313-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.13Windows x86-64

crijndael-1.0.0-cp313-cp313-win32.whl (11.1 kB view details)

Uploaded CPython 3.13Windows x86

crijndael-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (32.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl (32.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl (32.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (29.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crijndael-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (31.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.5 kB view details)

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

crijndael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (10.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

crijndael-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

crijndael-1.0.0-cp312-cp312-win_arm64.whl (10.7 kB view details)

Uploaded CPython 3.12Windows ARM64

crijndael-1.0.0-cp312-cp312-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.12Windows x86-64

crijndael-1.0.0-cp312-cp312-win32.whl (11.1 kB view details)

Uploaded CPython 3.12Windows x86

crijndael-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (32.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl (32.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl (32.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (29.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crijndael-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.6 kB view details)

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

crijndael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (10.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

crijndael-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

crijndael-1.0.0-cp311-cp311-win_arm64.whl (10.7 kB view details)

Uploaded CPython 3.11Windows ARM64

crijndael-1.0.0-cp311-cp311-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.11Windows x86-64

crijndael-1.0.0-cp311-cp311-win32.whl (11.1 kB view details)

Uploaded CPython 3.11Windows x86

crijndael-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (32.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl (32.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl (32.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (29.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crijndael-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (30.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.5 kB view details)

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

crijndael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (10.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

crijndael-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

crijndael-1.0.0-cp310-cp310-win_arm64.whl (10.7 kB view details)

Uploaded CPython 3.10Windows ARM64

crijndael-1.0.0-cp310-cp310-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.10Windows x86-64

crijndael-1.0.0-cp310-cp310-win32.whl (11.1 kB view details)

Uploaded CPython 3.10Windows x86

crijndael-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl (32.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl (32.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (29.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

crijndael-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (30.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.5 kB view details)

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

crijndael-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (10.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

crijndael-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

crijndael-1.0.0-cp39-cp39-win_arm64.whl (10.7 kB view details)

Uploaded CPython 3.9Windows ARM64

crijndael-1.0.0-cp39-cp39-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.9Windows x86-64

crijndael-1.0.0-cp39-cp39-win32.whl (11.1 kB view details)

Uploaded CPython 3.9Windows x86

crijndael-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (32.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl (32.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl (32.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (29.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

crijndael-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (30.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.3 kB view details)

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

crijndael-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (10.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

crijndael-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

crijndael-1.0.0-cp38-cp38-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.8Windows x86-64

crijndael-1.0.0-cp38-cp38-win32.whl (11.1 kB view details)

Uploaded CPython 3.8Windows x86

crijndael-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl (32.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

crijndael-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl (32.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (29.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

crijndael-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (30.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.9 kB view details)

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

crijndael-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (10.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

crijndael-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

crijndael-1.0.0-cp37-cp37m-win_amd64.whl (12.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

crijndael-1.0.0-cp37-cp37m-win32.whl (11.1 kB view details)

Uploaded CPython 3.7mWindows x86

crijndael-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl (32.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

crijndael-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl (32.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl (29.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

crijndael-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl (30.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.9 kB view details)

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

crijndael-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (10.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

crijndael-1.0.0-cp36-cp36m-win_amd64.whl (12.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

crijndael-1.0.0-cp36-cp36m-win32.whl (11.2 kB view details)

Uploaded CPython 3.6mWindows x86

crijndael-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

crijndael-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl (32.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

crijndael-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl (32.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

crijndael-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl (29.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

crijndael-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl (30.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

crijndael-1.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

crijndael-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (32.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

crijndael-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (34.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

crijndael-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

crijndael-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.9 kB view details)

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

crijndael-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (10.7 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: crijndael-1.0.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8db8c2f3bec31b976a75d767e8bf6190e33caa5659216378891c6ae2111d4991
MD5 c266250608f97d8f6c48127c3cf2f85e
BLAKE2b-256 e8941253c4cf649b328923697a0c665b4a0ba3ce4e632edc04a59ec0865ae0e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3f9b71c8ee140f7b3a1808ec1b6aa619175e34ce667ded7367cb9760cbe0925d
MD5 f1657486f2d4b3b8ba80c9884e4130b2
BLAKE2b-256 e75f57041a14cfbae9d478482b000eae4a1ee08ae501d5d95c3942facd69408c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdf399d7146eef1083c2f8c2904ac913b035a04a43f59b7bebd4b0529ae86e51
MD5 bbb9db2f949e0c1e9afd3c87d58c293c
BLAKE2b-256 1e86a419d8e5793ddeedc7c2aa5d9aa2728a142dc3b90233d9fc94a188bf0a4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07bf88357da8517ac82a0de0ab6da7611ec670e5dd254de06f99d0e89dac5d07
MD5 ab3ff67b713661106e98cef9b33d05fd
BLAKE2b-256 c14248faa04facb4cdf7b90d9220aee274d79fbc96d0440c9aa2f7014730bf49

See more details on using hashes here.

File details

Details for the file crijndael-1.0.0-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.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba369f1a5279052daffc5dbe042540c38d93fe7af0e05f23b7dd029fbdddfbc1
MD5 82fe48906159c9104666be6dca2d5d51
BLAKE2b-256 bda147cffdc96b66e1fff72568f49b4bcaf70b213b76c93fd4ccf7be6b602bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 efd5fe7638ae88982bef0eca5e5c735d60944e14ff0cebcc3e9cafb3f6a927fb
MD5 a642e2370edcce472e0807c5444253ef
BLAKE2b-256 a5a9f184a6779d707aaa9906822305e7a9d5b4c97db94b6313fba7076a958f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e96370777d8ae6e576093a207e64dbbf37b7810aec9d79f5d0ef6476ed5de447
MD5 2612ba11fb618fa6ca9da37fead3d1f2
BLAKE2b-256 5c17d4c5bdcf7ca06956718cb21b5dd63ac8f1c0ce47330714d17e178f9e1d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a654a62fc614d4668c7418d59d1bd14667000bbcda64e5987c143d84d0d3e34
MD5 9cd55bf46bb93a1974380eb695ca6ea4
BLAKE2b-256 26d6c02fac9e4352c1b7f2f144f9177afde91a4650a48f953caa86e69f0d8969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19ea9474a7a5ac368bb101616a99afd04ff3364d68b51348847ae933fd9acd2d
MD5 abfc08217cfdac992a68bb5589a28508
BLAKE2b-256 255334817ab63cef5123177cc405071299c52271d3b1651ead6a5f39ffff7256

See more details on using hashes here.

File details

Details for the file crijndael-1.0.0-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.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33c32c0b6d4100c46b586c3daadf75a435231ff15facd2fd94eaa98af9e6d52c
MD5 7eac17d7101f79af318f5a9c86860f3b
BLAKE2b-256 46d6d030d9e3f48ad0f031ccca35035be63d58a25b1764e934b6bece246c6b76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ecc2ef504bc1682067e2793bfebb6ea6ec2bfcd195f5159a7adf3e569fde29ce
MD5 2afbddeec63e67c9c9ebb8c9c209f5d4
BLAKE2b-256 f5a3a09229459d7dc27665f3499c2d9dcd19bfd4adb7e791ddc9bdc86de0d34d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 410859a6e2759da05f58fe70090c4730620e1b75e3f97aa4d5653d2d95c143cf
MD5 5d4aefb555615538dcd7afcca44bc3c6
BLAKE2b-256 c6404dfd4fb1c0a406a720e1901966b7c05379160964c5f8ba290982ccca1b92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55091ecfd6103630ad28fd6384fa9b96ae18787d26f35b924816a87f1e795fb0
MD5 2aae60dbebf50500801f617176ca285b
BLAKE2b-256 6cf172d9b16c8418fbf024419c915a43948afee48fd87a30162a6eb3c1eaa83b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7aa47f434bb284b20ee5df484b2b0c7f0d5b71b6cbe5fc7d87f6a122c7cbc701
MD5 876919d660174000482975f8d8240253
BLAKE2b-256 e3ef3141a8bd67a0f76bba879891e2af60cb43d2d623d5f67ec840ceaea79c09

See more details on using hashes here.

File details

Details for the file crijndael-1.0.0-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.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06cc0ab6bd3d6e552c4d2f6ff7c17d020ec2567b59f62225f2c3cba7c73ad29c
MD5 6cef888b4490ee3a6d4f01a328adfcf2
BLAKE2b-256 ec27eefdd6f0666feee20174af14a9496d338a9b5e7f109469aec336ab30cb1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01c18873b7c6ff4b9b35f783660af5197ce86a98255ad5c1755fedb1db9eead7
MD5 320d49ff8313b6fee323ee049a1c9765
BLAKE2b-256 c55af124149157e00b7697191bbbc7dc72acc95f2a2e93e7eb93760a9a75ea93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8895dd6ad4cf3dbd82554e8c2efae66a22c5851a4fd8a74ccd77f9f730b17e15
MD5 cacb3853c59c304cd49b14a0aa5a9da0
BLAKE2b-256 028d85cfa06056e56bc59950a718ea6473ae051597fc7169f0f3c8c410b16ecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9523544849ff10023b71c21474a29cad328bd1c0aaea25099d20379a6ae6d2b
MD5 9429c9142b5d620fa7200cc87cee0e3a
BLAKE2b-256 18c10da9a3ff6b9a4b582ded2bf523bb3d6bae458acfc57fac9ced823a3ca4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b6b7b2c912adae0644aa04be7ee1ef11e0dfd095ccabfb4eef9412333e2a4bf
MD5 ed1d1af3e5f5742867997ebd7ee3333d
BLAKE2b-256 5fce6c1ad48ca3493e79e0f295968cbdae9669d4810d5fee2fe1e279d414895d

See more details on using hashes here.

File details

Details for the file crijndael-1.0.0-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.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc03fdb547afaf8de8558e26a24d45f9a975d24a8d6ab230108c5e525e1d0409
MD5 64dccb7ae90bb8504cdd28d15c1d0d09
BLAKE2b-256 6fd63f2793388c19f211e853b910825c6a9937c2f4ae77088a1ae3b306aea5ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16a7e1cd7af1eebe3153e3c05ab2751ff1b0767ce4f445845b53667c0ffe77a3
MD5 9b9fef3e4e0e218c82c60908068b1a82
BLAKE2b-256 22220fe4e2407dd4e2943df6609da50522681e31a7b8a0d24bc7352d25760c3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4ab261b301530f0145204a260761d5ffe5d2dba68debbc814b1d946d293d4ab4
MD5 13858049ca09c0eb4da7c071e4b6a733
BLAKE2b-256 4df2f10210224ba6e4e049ff11fbfb45742aec44f4733bbf33cb68c1a95b1212

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 54fe2fb42ee0ec6ee46403d64ca529ab2a65efd0fb4331176a3c46e56a63ebe3
MD5 82eab8fb90997829af94e8d26e659afe
BLAKE2b-256 b040d40ae7879b02c18807bf8a1014458a980b54f47ea950ac67a8d59dc74c77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 276391066e2856a8e5060c1e3340e6b97f2fa1fa9b5060fa54591190836812e0
MD5 d78fd4aca2b57d26cedbff5b6a18859f
BLAKE2b-256 1bfee52ed06fc32f12bd8ecdb9ce22066bf3bd908a2293d7aa211f00c79b2125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2ff3fcaa51ee776622cef28690d790708fd36a40260b9928ca0103edc02c396
MD5 e3aabf5f6b1e2d8f064d36a31aa2c129
BLAKE2b-256 7ca888bd26894b081951fac39050eed07d0dbccb2f1784fe9ed5da313d9c2c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f17a4fdebd46bc390812ff037b58dcb7bbe1779de8a63bd66d44fc21aebba14b
MD5 93dc969fb31dab9daf7d8774654ee4d7
BLAKE2b-256 0f7922dd1070b064628cf477215fd2eccd1dd5c58d052f3384393aa804717abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f63357e0d33d1ba2514dc356b0ff5b86ff39978f020932478e10c46a3e55e7a0
MD5 b98094d5afe920936af684137473029b
BLAKE2b-256 40c737c66bf210f8c09093426689346a6f62fe0fcd7db11e62bf66b17a0e3cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 16b001fc81b348eed73eef4339d78ba7a411c34901f8c60167dd9ca9452660bc
MD5 6ff36ca1af31c7dd858d3a810102c451
BLAKE2b-256 abb3a4fe715ebeeb8e1968a593752c75568e2bb1ea1bd1a159e75cb198481699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1cc2a085159a61ca10f85802797486cad244524772d90bbe45ae3fe9975d1c24
MD5 0718c3c323cacd35d45195e369d90f49
BLAKE2b-256 45be003223f0be55abf3577fb979b077c25fea5e16e1d2c16278429c72795c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 849c643c4744425e46de4cccb21e806df06723c1a9ceee24f01ccefee981ba77
MD5 e9479e2445e91dedd593183f508bf9b0
BLAKE2b-256 78195b672c59d04c2abe1640b1c293c9eee41126d7042558ea3693a3a913ed4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7dbb321399d3247958a7dba8b29c6abe4e2c23e02b43393dc55c922e3e5782c5
MD5 fc4d32c13b74acd57b20910665c1f68e
BLAKE2b-256 04aa1479fff378a2ed631552c3ba382445e96679077a2a09424309f24af081bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e295c56b070b0485127ac4052525fd20eb9892a1b0b049bbb0556acb1cd8cb3c
MD5 4ec3909a291cc66e1009f807f0852481
BLAKE2b-256 23df459cee2bef404ceaea6910b1c7c378a8630609893d04b6418b7fcf103afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 245789545ee876e7d93ca30cd2abaeb9c0787bf99861476139552b4c2b7009e4
MD5 5170212b2de41b0c0aa078b4de2bc08e
BLAKE2b-256 941767ef5a1e7a2b14c8b4ec18da512ebe0df21ed17fd1d1d74eed1e8004848f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97a6d0bfce46e737b677362d7e9899af980ed2031aa8871e1b36a80114b2014e
MD5 f96c415dfef5770b21889b9a408b5879
BLAKE2b-256 50363ff9b6edf2c8849f2427e75b62e43fa47c41ab51aa39591b6155cd7b9be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e52eca03312a04a365cc8e47f2d8084edd20dffa578ede7fd0640ede029c2c91
MD5 26e25979d41caaf24310a8c03864c553
BLAKE2b-256 9eefe646752cf7621f4d38faf8bbe212bfc7adfad078dc7609a0e5dc64a21017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d0cf12aea0b176c6db5d660d21ada69fa076f5aaa38820013e198546216d37da
MD5 1c86608988df383a55af58e6c6b61ecf
BLAKE2b-256 ff3cc4b4f977a552061f48bc244f39ef4c6c08b80d58b6bd936ffe2082f1ed5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 159cd179fc52b4bd60bd08da554434798852fd657ffe0179b59d19d95926ea5e
MD5 8b017d1343a1e463e5fb663b049f751f
BLAKE2b-256 35e2c8afa7322322a1d68ccc6f7119395306f6921afb66e3968d8cb50afc0ca2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4514cdd4ef5e0391af3e371d5942fa28f19487c4ee4c5ce6fa6f6aeea32d8687
MD5 4b96a4086ac1bb6dca3cc1f4fb433b69
BLAKE2b-256 51fabd3776a123d2fc59913a1d939f3befb3a993409d7da31051a0c727fcf8d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 533a1719b355157275ff606e0e22db7800bb16cf4da5a489b670f82c4ab6a82c
MD5 5587b19a34e2b2d3d37fc855a31c98b6
BLAKE2b-256 09d3be8b7907d786a34b67a9855410ab5efabfde398cbcff988a9d9fba4c73f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaf9220a7f4e1564615eff4fc1527fb723595e567cc08e2651980d52884cd4a0
MD5 572b260a53db565447386e3d1360a20b
BLAKE2b-256 2f05b9597bf529ac82a3d94809d6609ed670726ab54d7f2863c35b8801374b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 63c7f9d26e1b58cdd32cfd050abb54a03927a067e3648749ddee171baf030dda
MD5 97624312904fea863f47ff660d93c260
BLAKE2b-256 3cf303f2087441c405412b85888f4007da51d0d35d81112e5d7f5b3b9accd19c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a1904c134b76ea1b56267dc72c1e4df4e1207a5f90623a07f9708033fb00912
MD5 709c57cd5f8f6c2b318429ba607feef3
BLAKE2b-256 fe00775257d1897eb1c25d92fb2b22afa0b4b9c2c6eef93ae96b0f7e9365bafb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06e6512e063833c6e3bd78b5375eadc6a5ff21f8892f45f04f8a5d3b5883f816
MD5 e93a4d868f5846f6df9eeef30ccf4f38
BLAKE2b-256 31c6674d31d879195f0569cbb7a970f13ec9a757e82558936db9055f5503af85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 741db02615d5c2e371f64bee7823e48ee6b687e02adf6f7bf74ebab9118d9386
MD5 7ed06e0a49056b589efcd89d1cb6f580
BLAKE2b-256 282b9fd9b90069ee7330bb9f66c227f44a4c946edb0771c2179e24058ce4bacb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e0fba642181f1b57c3c3621bdb440a5cf0dfcaa26b14553dff2c6d45a8127e9
MD5 085a310e621bd345d1ddc210f0eaac92
BLAKE2b-256 af050ff0a4791b763d168c4957b037aa3e00e8892cfce00d32bd755e40db4fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f73775a2258b3922887039332a78256976de6375476a2943ed222a50eca728b2
MD5 d1f402bfa3c3e3f20c907f6024dad2a9
BLAKE2b-256 01a48e2ad435298d5f36ac19eeb8b41ec485713652ee08ad227ebcf48ae68540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 080f7c88274b24a153338497f649d7f82a31df5f7a1c8c7d181549feea314dde
MD5 0690f6203299001b0ac4621a23bb4cee
BLAKE2b-256 b9987eedce9c6a927f538fb8e80af1d06b555816aa1ae0590fa835f8545d94cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d99ca1b7c6fba7598f6d12ec14b14eeb93235332b7a050969935dd3391970a12
MD5 6c6681e91346748842b471913b07ed45
BLAKE2b-256 c0998aeb2dbbb0187231076418c9b3adf6577ee32bc6817d834311e5d753501d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94b599470675187cd60fdb4d97868dd5f3c52f2f65311f5c5342838de72a4980
MD5 01b81bbcad6a932fe7b005cc4b33f782
BLAKE2b-256 ca32013a1d8fbf4d6286f88683043233fd96c4db78f0fbea6617c894cb9f0e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 682eb287849e5353169fc4aefa8f7139f1246072cb30368d37e5aec829564318
MD5 310b7989fba0ca2a153232b2eb5d3fa4
BLAKE2b-256 008999efdb706e51c585622be388d6a795ba860424a12735d54d4c181ea43706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 20db406c2b2caea578549edda99d13bed491d62ae5c3f650f0bc19aa311675d0
MD5 b6b78bbead8d2e8f894fef508519dd5e
BLAKE2b-256 589401be9ca553065bc0da072e0c8e08565ef3162299bff5be1dc4ed7fdb0ca3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 630d51efad8b0a23da6d1e3816a8f19f0efdce5052d3fdcfb708aa5c84f51c53
MD5 6d7f902becfbdd6b3c9a24d216dc1c32
BLAKE2b-256 ffeb620e160526d54c97145b20b26b87669fc834b6676bb0066ef6b40543fd8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f7b7cf70a1078ab8b8bbf1c388812f4241a21ff330a3eff5b7a0b4eb63098a2
MD5 857b62f2f1a78f3df20e00896f91d318
BLAKE2b-256 bbaa7992f1f8cef815448c965bd88835995d723a534e270b73b898ab66d0400d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3f398fe7cb9326dd2ae6f338d759ab5283b04c2dbd90c2e21bd0bcde0d660bf2
MD5 4924d1d68ed56724bd5c8c36f24b7a34
BLAKE2b-256 45678a3a297fd57878de16e157c32d1044bd011c4141e404430fab824fe7f112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84bfbf052e5984fdf329913fae8c706d7e1c2a1c9768b5d17b3763e1f9f0822c
MD5 28e3aefef73deecb00443c8dee77b648
BLAKE2b-256 183ebe69bd0b23b4a47aad303ea67e8882cb68168b72ace4e8158ea66dd7eb7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ff260e90341e43e3fe700de938668addad6c66d4e905374a05c34c6d211d53ae
MD5 351a903dbeafd9c94d7b3a86e95d8a27
BLAKE2b-256 bb7632e7a1de1d73eae207424cb83124a18d603eb6814046221ae28dd9548e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f5fecb99c9e3be895686cb5dfa18747c065519fc9d7aa11dcdd218a1dd8943be
MD5 62dbca680b79466fb8f009b2d04f60f6
BLAKE2b-256 1eb543c320b7d3938ec0394120750d7e3f97e1c9a7302df6b2cade8f1094cc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aad00d9d350fa0d1252150514a059837c6bd111b0f2a10a85f14ffb96721b93e
MD5 22d44bed103edb1a9021feedead3466a
BLAKE2b-256 732ae0d6cddf95f0465590ae6cc682539203a12557ec32dcde864feacb0fdf24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d0923d6a0c1457a842b993771e2476b6a78f31d886499ec3a8e9145a32519c8
MD5 fbd127dc5015c45ce3f72570b140f033
BLAKE2b-256 389153be21d72d4095e1a586df0d0125f3d7c2bfdbe1df957a9c1e4490298c1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e23c3371e1c2bf664b2777e956b432fd38e4eb8d23ba408df44455f1447c0b14
MD5 e8855f0a5e1bc80fc6a976dabaadbee7
BLAKE2b-256 0dcac0a5c8cab17015b1ae2926a51d19532d96a7d82d43eaa001589b8f1ae12f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2edb62dd7734758640bf6a1c3b21f0d71a541db0dddecd7a470d6f04014f8214
MD5 c7c782127cef862fd27392e5c9eebc43
BLAKE2b-256 a13cd8f820aa897f66a36f5d993432eff47cf98a34e653dc7c8e1c86a4e15d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e536a6519cf22943b2f82e5807c241f8b5743bebff054f0095637bb7093324d6
MD5 8f69ce1fe592a0b10ca93ab873fe164b
BLAKE2b-256 8819430ded07654a659f0b5a3623aca21142799e516da463624115e1636537d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74a2ece4f08f6e82e88c63ab933c8444809ca503a6f524a544d7edc51c9fa067
MD5 d95165c1ff764abca2c62c18bb7a0d92
BLAKE2b-256 3c94a7ff78f22c7e723abdb711067ac49ec84b4c0bd404fded4eab16b20e99ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad416ebd76c4cf08d0c026779f85f561ee96d19d729152d610df642071da2b5e
MD5 d917b3644506a6cadd764ec14fc3e147
BLAKE2b-256 f41af24c85193339e319488eb90e8698bd062c7823948d42e7869aab20396694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7251a5c929f713bf1683f420026066e949d27facba12989638a18affa4772f99
MD5 62c143daa6f6db8f0043117ffc80fa4e
BLAKE2b-256 6906401cc49e0aca15c954dad3d4b725a500154f6873712088988fe49dfa4be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3ebe8bc10d336399ed1cce8a66841eb5bd36a790ea045f4b4a11433b989731c
MD5 034d6005862338ad8d0510b96b8d3c00
BLAKE2b-256 6950a765df5b5e7b107eb01c55d2e5ab610897d86c7b21d4ca46ed34e772616a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bd9e63ca941a0f357beeba4409bef4bb14b8d075ae4225c3ca6f3b51fb2bb1b7
MD5 8e598b5689fb3965e7e4aefeed79dca1
BLAKE2b-256 37117582c78be0d5d192f46976ca1b7fb62a291f2ef696c3f479135f389ad470

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d9c853d27e917b97ce867cdc966d572871f42cc505ca086c90912f205442986c
MD5 c6661c49d2d3ab923b6042849e2f74a3
BLAKE2b-256 053b2b649b893dd2494be7071b75d1c5d8696e761705b5a482d46516805e9f0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e4cdf289df04f8eb5275983b713b8277c7159eb705504523ea8560f12503344e
MD5 81d8aa7ff35caa97aff5c4a6f51a5803
BLAKE2b-256 5d11e315c096521270aefe6d14a2adfb58caf568a262a580806ff53d91345a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c7f0a96eb83c3d3c338eb456f66037cb17dd99bb4feb25e39ea160c4408b144
MD5 9e2b5a253c7c0ea42fe3d19fad43cfc2
BLAKE2b-256 37b7fdd9980bd690ddc4cb514fb367ed5cd2b457af94119f4379ed180e6336c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e809800cebafc58d3dea422f5bc9e51786239838d796fd4e2ddf442b257e660f
MD5 a8bcbb23e2500170ee8322ff210e072c
BLAKE2b-256 09f3a993c498833eefabb3ee3a8800869957b96cc6a9341ced47966009b2e915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0872aa97878fc5cbbddaa87ca7138756be6c61f0b36fa0234dcd954d361ecfd1
MD5 d0e79f38c84c86db28587710ea49adbc
BLAKE2b-256 88f5450dcb6dc526f043c7ac0187efba65d3d60124d8403c6a4bd13ff2c84b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d762403e1049008b6127a9c72fcd73be9624c57593b996185a0f555f8a19743a
MD5 06e3de9f1a21e90e744b5795817be5e1
BLAKE2b-256 51740b8b0f8c1d7916fd5139b43f1206df86ee62d79e8b0d7bdbd53df7dfd9ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75c4db6f61d1b841052ebf867670f69b0d55984ca600cd26f120f45b924bb7df
MD5 d39c8e78ba5539131fef1e56da80278d
BLAKE2b-256 463bcb497e5e5bd6000b37e877dd60089775e2cc4ca1872b3a57474d539aa6fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74acc08fc944a754d92331b7eb3e3b4774a2250f41ee1843fb17e51d0963f3c8
MD5 fd01e96ce975bac0d325a46ccf11ef93
BLAKE2b-256 5673641b8ef743da246b615b1399047a7ae82b5cd5998e8dd3aedb9d78cc04a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe1fc97c780d241ceb534dc68c5e317cb7027bd338d2347d406fab490d1741da
MD5 164fdc1e912041910d268ae59ba75f21
BLAKE2b-256 8df33336a754ab2f1b798362bc5c2c7b2f5113d6579ac2841541029be5f81000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72b3c7e1d04e100ad14061c06b715f3312ccb88400b3db9684dc7a9397eebcbc
MD5 cdc477e33a9f2df87d09f58f16d1c4b0
BLAKE2b-256 5e62be775485fca81d55ae049592b4d29f8b410926ac7afa205afa0f36c74462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0958bfe8e5452ed09212aff86f3b6cae8c0d4de9d1ab056146092c6a4303a5cf
MD5 a3534e90554bfb0916da9ae94c42fefd
BLAKE2b-256 bc1f7e8b43c0b48286c34a5d01c05ea0b620ba95abdba56eb033ffedccfac65c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd5a224095da5a5eecd593f22ce7cb267e5393c6db6cff4983aa1d6c25c3aba3
MD5 c54c84ff53153d81068c95b22cc84a25
BLAKE2b-256 10fc2f5e4546af0b9d7d6a22a8d3b03a2c1312e1df62273c4cced254563ac76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f3dc8fa8f4adeb59e82a114c01cf8c6814a08d0eeb20bf0ff5c446844d6e1ad
MD5 aa26f68af2e752abba5e56dc3c612577
BLAKE2b-256 092a84b142014c04c48b2fa62a8d3634be41a9f86c65e4d5473713aca3382970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6f57127cadfc2eb1bb2410a9a6b926755a465bf623d7b1c16e39badea106563
MD5 a72f6dc8e386b5ce204a8674162eec30
BLAKE2b-256 bdf4088d937ef1f3c4d87c0be3814ccce32d6420b40acc51523ca1562613da3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7c96af08c830ea8b0180d24134027c254888c82f3b2ac2fcdeee2baf71d147e3
MD5 8ab682f1aaa9e47f147d242f9fd39368
BLAKE2b-256 7eb3c2f8436d02f9e6ea6e525983e6178f70625354ece01c48e82f204691d4b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3a51a14c9f96274c3cffebfe2a6035193d38257571e2ced16c1475447cdda3fa
MD5 fc7afa998e87acaeb4e20f066c2efa19
BLAKE2b-256 544bc650dbed38440faff654f27c0505d6d8564c3973b77721c084959f5b84a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eb7698a917e51a9646a13ddc920803e23fbbbf4780eda1d5f6725dfb964db5aa
MD5 2d7679139b9dd8dc9cf0423d64ea364b
BLAKE2b-256 6c81d38dabb1b2e3660aec7e9213223e14e64dfe6c3b3c7bb35f29d98845f8ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc63ce6b62a6e7ed4b0c9c594897d10fa1f7744aadd00d98ad7f684537edbb7b
MD5 41bff4a0dc571f208d4a034d458ab1c1
BLAKE2b-256 c9e267de31856f6cae601e724bd76c4df01782889483aec0a966e5fc860cd43e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f09dbf77d4a4120b6fd0174c3ab8ec98e4264dff1f41d7c750a8b51fb06af71a
MD5 a208f593d80861ac34e14a9e2274b173
BLAKE2b-256 903072a72035e222a730e26dc38aad2d0489356fa3ab7078ed9d301ea2bd3947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9e24a90ccaf0a4405e417fb42b92d37bd1bb52da2714671afe8e8b8301361e3c
MD5 2e2868b23ab29844d71167ddfa67401e
BLAKE2b-256 3411be85cd9d2885b8634d27125efa599ad21bad4ef94c91eaa5a83a883cec86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01fc9d7ecc6c770f803376fe0155acbfdd71c2160b9c20d245b2d1d7271fbcc5
MD5 b55c411d2fc63dba5cd4d07ff20306dd
BLAKE2b-256 367701371bc75e8af3b65763a447f1f59191cb84398add9cea9d495be2569262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f69739fde9c7ab42b9dfbddf1c4ab9eead12555c001fddd9983650d6f78e47d2
MD5 0725deeb40b521c86fdd7a8715c380e5
BLAKE2b-256 1c50e4409ede0a25ada01442a89b119f1cd833dae9db3e1aa2d62b072807b8bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2020351ea237f938435131b8a087a3e94900b1ed1134edfa91ecc5b360d16a7
MD5 38ffe14415d2ae46d2dd330f59dd9139
BLAKE2b-256 0126ec83818610e68f85eec8286d3c67a26719aaa9ad7c4354d0731e9389e6c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c63f49a0e578ed062526a5d28994efa09ca7ecd46bce87c3a702089e979ec8eb
MD5 048aa0e7ae3cbe565ea86b2aeb56ab8d
BLAKE2b-256 f97f4532bcc154cb93cdabffbb91357687b29e49fa6dfff8669b851847bf2cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f4d744ecc4248a014639f7a763fa964f67458f498224105fcc22ab643a5f090
MD5 00e798d0216c60758639b6b401b5f5c3
BLAKE2b-256 3d9181c9b5565b56baf8ad84e2c1f1fdee12dd01b743e0812971bf174a0f4bed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b5c56560f51d48ce77c99c547328645d7042a2126cfce8494f6e1ed36fc6087
MD5 e3af422abe686efe1836588b6ad810c4
BLAKE2b-256 c2e0349814fdd4024301b1daefb95b258057ee79cda4b2b86d119696729e1645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d497e2ea01b3780b7f0c039bd6d14646262c4a4635b1bebd152c02a2b196378
MD5 846e0fd670b49c12418217fca46f248e
BLAKE2b-256 ad2e71b083a349e2bca35d29b4de8c721461d2f812b27aba4abc2e35400d8143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44538ef9eedd8f50e178182d065b34e68b3a79781edbaf6ff1318f6add72c5b2
MD5 f903c902601eb877bbb06f8d8d59193c
BLAKE2b-256 fea8f5f72b56661385265348e44b7e1aa3c17946d540e8c013f1a482a00ab128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4aa5f127604e32d9c36132aa7a7d86267eed38318d8e6c8f104ca1e491a53fb1
MD5 217f3141bc095329f0ba5530a2110585
BLAKE2b-256 39a24869a42109278aa71228335d5d12c4f42666ba16a1418d63196ddd197d83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1fa26c37bda9b64c7222f786710622673986c802e3abd1402a7772beea0781b3
MD5 05c7e7bf2fbffbff793181ac4cd609d6
BLAKE2b-256 162f6035fbc1aa0484a0c1285e1981d4a7f855450d730785ecee9d183a9f3da6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 84aeb237c4c0129704208ea8ee75603cdf7c5cfada3d715f89eea149bf5bdea2
MD5 f61e5e608f1cd43027f9df24af4ec241
BLAKE2b-256 f81e8471f833983eb36ed546832574281c64e4fe337f9f7493c1990246d93c77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14b3df0e156bdedfe2756d8400d08760174260de233a0e36e72b25ac51fcaf83
MD5 ae5c0e8fba09257db574b665215f54f1
BLAKE2b-256 0e5966282227fd3a7bc81698c8f6ccb71ca2378140d6ce2567d69af18b27d796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 406f1211bc2fd9b1a7e340a1ca7d82b478bb874d9aa61a882eb0264ecdebbe93
MD5 9cdc4607586422e1536bea103fff5704
BLAKE2b-256 546c89440c5057ed7e87ae53e6fe5db487a848c7d27c1c662fbfa3d64538b883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 070cf2d041100ffb1ea086d73cae6626c5027b49e118a6a833db1a3107af06f3
MD5 f503b45c29cfbe9b9be322dc8e233504
BLAKE2b-256 80f3c8cdc3fa1ab9fa01f4bf47503d84d0b85be934856b2d6678ff6a9b3e11a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b61ec3cdb8ed95c2559c17ec31f7b392d018993238ce4b3cda21e167a5693cc
MD5 d7f9567f8a8954ef34cac57739440a08
BLAKE2b-256 7ffcf77fdca4252a9b1dd930075e88957be5eae52111feca0b7b6064b6518f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8643c865f15605aa42e1797583821d9caf7fc5f5a44b41f0d03b6ac27dec2cfc
MD5 4bcdcf41cd042c546f26931d76cec1eb
BLAKE2b-256 0b4376d6a1df889fd07f04ad8750894953361d71240e0e56aac6927cc471376d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1444c0ab365bc659fb39f810fe591aa4e38575ac566b850c3b133647531178a9
MD5 fd3ac3b95b484fb2a4e38b241a0ed887
BLAKE2b-256 62926019b8d969eae7364ed13acf6f59f6f020f293555d1777dcbb09001a0dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e405d27328ed75c22ef07eb3169f22f7a83590730b1ab96712d688c735bb60b4
MD5 90bfb722c467b15f0705f6c8b1a754f2
BLAKE2b-256 6f611514354e81deb16e9a93f8d59c6e3ced2afc105f2f01e99986e34a5fab98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61f01c5a24d584362a098ba7d38ef34fe3e901929190646af6f974f271b358ac
MD5 15ca35f454cd052af25c12bac73fe56f
BLAKE2b-256 4a069cefda5568d776567f80985f272a67c4f360740dc042cab416e4bececa57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c06b72521c3c68fa61bb07cf12b36575cc942ca459f88511af2a6efa0bb511a
MD5 f677023df97981a051750f7f10a7d566
BLAKE2b-256 b285e4deeca71fa72eeb0f0b54802f11a1c12a40e2cfb564f84c2e24b1bb94fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca8890e45767acb86a0c63788c3fc8d20a5b9f3099b16a87aa199807e63703c4
MD5 1d098d00909f435d11c9d8a8f1605992
BLAKE2b-256 1f788caca1b9d5bd67cd8093ebee0325aede4f380c66ab0067a2aa1036612bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91ed147702ee1b2360171e6fa38e74d87809a0fbe3e033931708af6566f58184
MD5 d39d13ac72dfc86ae8d1e851bdc139af
BLAKE2b-256 5e3ac70b2e13b2177fae5a4c8ac24346167c30e38dade54f4dab0a581274f4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5d81c8446ece8c36006f085d1030591549ff9fa6075089799d0fb2b14dd2da7
MD5 68b3b93f2e5c171b1564e80d6410e50e
BLAKE2b-256 c5bb1855dc5efa0e479c615919d3aca282dc05bb1ea4564c2aeea8bdce63859f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 58a2ad8eebad4b230e66cb459921a19de5f02cfd76dc8a3b3ee9ac500a4b3474
MD5 baf043d071ce19580f26bfa1097371e4
BLAKE2b-256 49f37b5856864ea221f20b6cdac5e6e4203e4a358a7d07342e62ecaf8c96cc11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c197a296285b89bc0b9fb18b49a878cf436177295babde1ff8e33256677b766e
MD5 149c7d283b2be9df06288f5baba89b90
BLAKE2b-256 950e32c2529035da577145f347d041a30f057c29a4dafafd884b717fbef3dae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e93b11e997d8048670bc7c3ca3f52137e73e0ebf32fd77df6eefe90c697bba3a
MD5 c5f0e5b97f78e5c5727c8a2042d5dcb5
BLAKE2b-256 f30fe5e077aa995304dd6fe0cf118a01035f32e3ef07a307163ee324f04372a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 361bf78241e82f20a8cc8bbed78a92eb1ceb3531d7cf262d37bdab161a423821
MD5 52460d5bf830a267844bc913ffe46b3c
BLAKE2b-256 bba99b28f12cbeaf4450fcc7b96e49a94d4ceda4475320531cf666cf6c61e8b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fdf15d2f77770404484d41afea3213556582d6a85bb9dbe605eed2f89ad77ea4
MD5 6c87c3ffa2cc583b32a065d5452d3f0a
BLAKE2b-256 f45ba8d3948999a544ed96e2198d36e74bd6627e3d30de4168d66814497fba10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c05342afc7136fb7f17c2776b9cd7d3bd560182da8ab6f7adc9126040159929c
MD5 91f2b0a72753a6ac20faba3a84273f88
BLAKE2b-256 8a4f9f4e6b569fff83557558c9d628226b927e437b5c178f48aa7173582790f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9babb660326165a79fb4d54645423c37c9d63d4771136f18d05d11edd1209746
MD5 c79d3968266b60bca23d606d03f9cf54
BLAKE2b-256 82152c3e2f36a789841300c92b49ab4b7bd4136c71f5da5b3b6befd2cf7caae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37b9fd808d1752887bcf8c12095f980f03a7b34aa263b4f06ed3baede832efd4
MD5 10729a51531fd351250defb02e24298f
BLAKE2b-256 326623dd8998abedea4cfbb18fc99cd8f2065868c9282c3c3a78a21ad8554afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2284e3592ebe878a87d80c95267ca90ad8fe7a9cd6c2603cf2179610580eb9a1
MD5 f6869e48560f6a035f92985854161dfb
BLAKE2b-256 f88339ee70762febb8bd53a23b1d5afd08575f75d5eca7b59701ea8fddbb6ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c70e9ecffbb74ea782d2257978f3dc726c6a887b32f90a71fb7b8936eb5b7a6f
MD5 a2fe392303dbb22446448a9b08b1e37d
BLAKE2b-256 ccbfce818b39ed567badafed744f8675b365dea5c22e24c29bcf9bab030dc2cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 baac22c1e619ecb45b643b4634d6cd02246ed4e994b1d09de2bed01de7b9e64b
MD5 7d379ad5220c5791d710bcc2b3b83b8c
BLAKE2b-256 0e443d7cd2c686985e1a29de71f05147d0d89ceafd342164e2746272c88f1671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 37614ecb9dfd9ca1c882533c2d5199c614451b017f9ffaf3158eb27e5c960c5f
MD5 aad15558db772c09c918971f12d74d02
BLAKE2b-256 f3274652c4124988bf23d0541d868fa8abbb23467dbef9e164451c5436909e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6aa5cb84e1a9609e0251dcdd64245bf51084f744d54a1b04bec36246ce2a10a
MD5 6f1feefd37edb761c0ef71e67e03f999
BLAKE2b-256 74debe6113cb50af5cd2e14feadff2295fd14e04a9956697a67deabb226b048f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bb88aaac03f609dd2aa2413015752d13a7547a5ef69f71305155e8614c88db80
MD5 184b4653b9dc77027a9c1f3ae871c770
BLAKE2b-256 cf2a19471dff5b7be9d595e038f52c1c709431d29b8cf35c24e30a257e3a4879

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crijndael-1.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 92edb56a38c39d028c436410069450b72c3654030007362829eafc617385c1f2
MD5 6087b987cff9df218dc05f98912d8f29
BLAKE2b-256 d69f476f0d108453195acac4d4562741c18b52e22b95b830aa46ef38c4c371a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ee08a5b7f01406cfab686b02dd7476e8be524ad9d64465106978f5e483ba861
MD5 32e3a1979aca9a16764e952e320d8045
BLAKE2b-256 987fe528a7c1d07a4e209ab659bbb65bfa2b57baba7e6787ea2d23854a9cbf85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 7d89a5c4bc024cabdbb4d3776528bd964b79f74818c246285e642a30fab3e1a6
MD5 8edde9a02372a6cb57257eb2c52a3966
BLAKE2b-256 a266ed8c45bd4a05ad726f01547198432e3674aa4afc02e5d0654c289b83ba37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2d00cf19a5f6ed85688c21ea5b1b66c5c317811a54f29aa7340d1c83713da89b
MD5 06935456748efd448d24863e32dfc14f
BLAKE2b-256 b008db664c3aa8b92566bdf4eeffc7faf2eeaa20cf43eb9456ba27672b1f2bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49783a582c186ffacd23d155acadbeece9774cc7ba4efb665e5a8d1dfef2bbbf
MD5 ec74840fd2794255bf32e6688bb679d4
BLAKE2b-256 f8a12a2f945322e0f90faef02d3e2a845afa937bf4337ac0c587487cb02db25e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e37a143f514ff04532c2c5868b1767a09368c0423724f38864e55c03824537d
MD5 f257112e06a07e1ccc73a7c3a7c10381
BLAKE2b-256 2474e9694dec1c65503df1cf9e7548325ebe4ac7382df1938ee694b6d535454c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c38c088aa5f2029bf50503f6db819e40e8d76017c007b0174eac16b895ba1e3
MD5 9634c9c2a06ef3d2fb9c18d49a266636
BLAKE2b-256 ad854a29d471d9bfd3b8fd3b14d2411db29a9376357aa95fefd5c0873e80138b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b9118050433d8872d25416230bccb5d3fe3263798f4f41c1a63d5d4d688f78c9
MD5 3472a0a1ce0afa13febc9df265035df6
BLAKE2b-256 8300eddffd4312084a405a08b34cab71bd8176f5df132d20a90fb0c9850e0d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f7775b2e6a4543916c4607c8103bf314392b4f4c06a37383488cd752c6d7617
MD5 7fd1bca03a53608fb21084f5206a72eb
BLAKE2b-256 638d4e432348e52d73979f30a9255bf2a32a31cbf8fec0289fa745cf8775272d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8ab901ca62ad1106eae7b0af50beaf09df7d0684769ffe83371e96f81125ea3
MD5 b79ad675fe62bcb57966096d10906277
BLAKE2b-256 38894e0c1997d748c4d54880c3d731908d515c4cbefebe43020a0579fd6609a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 036a1c47521c546a09a13fdb67f1f6de837f22866412508efe84b9e2a3ab95fe
MD5 b688240f9320e4c7be4c99c58591179f
BLAKE2b-256 6065398b02c4310b7a486f725f49981d3198fd59e4bb5c30bed55c40054b5179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crijndael-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 068bef10f55150730d52490a5ac85b58aabe68203cc73918ccde31efe0fcc9a9
MD5 16e86c4ffe4eb4d1448c1b70a721ad74
BLAKE2b-256 f518804e1db58ee69d1ddbbf2d8ec12fdc209e3829dd815c82e91126a5921ea7

See more details on using hashes here.

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