Skip to main content

cxxtea is a simple block cipher implemented in C

Project description

cxxtea

cxxtea is a Python package for decrypting data, using a custom XXTEA decryption algorithm implemented in C.

Features

  • Provides efficient XXTEA decryption functionality, based on C implementation.
  • Supports Python 3.6+

Installation

Install the latest version of cxxtea from PyPI:

pip install cxxtea

Usage

Here's how to use cxxtea for decryption:

import cxxtea

data = b'...your encrypted data...'
sign = b'...your encryption sign...'
key = b'...your encryption key...'
delta = 0x9e3779b9 # default 0x9e3779b9
cut = 1 # default 1(True)
input_little_endian = 1 # bool # default 1(True)
output_little_endian = 1 # bool # default 1(True)

dec = cxxtea.decrypt(data, sign, key, delta, cut, input_little_endian, output_little_endian)

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

cxxtea-1.0.6.tar.gz (5.3 kB view details)

Uploaded Source

Built Distributions

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

cxxtea-1.0.6-pp310-pypy310_pp73-win_amd64.whl (9.3 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (7.0 kB view details)

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

cxxtea-1.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (5.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.6-pp39-pypy39_pp73-win_amd64.whl (9.3 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (7.0 kB view details)

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

cxxtea-1.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (5.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.6-pp38-pypy38_pp73-win_amd64.whl (9.1 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (7.0 kB view details)

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

cxxtea-1.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.6-pp37-pypy37_pp73-win_amd64.whl (9.1 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (7.0 kB view details)

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

cxxtea-1.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.6-cp313-cp313-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.13Windows ARM64

cxxtea-1.0.6-cp313-cp313-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.13Windows x86-64

cxxtea-1.0.6-cp313-cp313-win32.whl (8.5 kB view details)

Uploaded CPython 3.13Windows x86

cxxtea-1.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (14.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp313-cp313-musllinux_1_2_s390x.whl (15.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl (16.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp313-cp313-musllinux_1_2_i686.whl (18.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (15.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.4 kB view details)

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

cxxtea-1.0.6-cp313-cp313-macosx_11_0_arm64.whl (6.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cxxtea-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl (5.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cxxtea-1.0.6-cp312-cp312-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.12Windows ARM64

cxxtea-1.0.6-cp312-cp312-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.12Windows x86-64

cxxtea-1.0.6-cp312-cp312-win32.whl (8.5 kB view details)

Uploaded CPython 3.12Windows x86

cxxtea-1.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (14.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp312-cp312-musllinux_1_2_s390x.whl (15.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl (15.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp312-cp312-musllinux_1_2_i686.whl (18.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (14.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.2 kB view details)

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

cxxtea-1.0.6-cp312-cp312-macosx_11_0_arm64.whl (6.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cxxtea-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl (5.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cxxtea-1.0.6-cp311-cp311-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.11Windows ARM64

cxxtea-1.0.6-cp311-cp311-win_amd64.whl (9.2 kB view details)

Uploaded CPython 3.11Windows x86-64

cxxtea-1.0.6-cp311-cp311-win32.whl (8.5 kB view details)

Uploaded CPython 3.11Windows x86

cxxtea-1.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp311-cp311-musllinux_1_2_s390x.whl (15.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl (15.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp311-cp311-musllinux_1_2_i686.whl (18.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (15.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.3 kB view details)

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

cxxtea-1.0.6-cp311-cp311-macosx_11_0_arm64.whl (6.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cxxtea-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cxxtea-1.0.6-cp310-cp310-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.10Windows ARM64

cxxtea-1.0.6-cp310-cp310-win_amd64.whl (9.2 kB view details)

Uploaded CPython 3.10Windows x86-64

cxxtea-1.0.6-cp310-cp310-win32.whl (8.5 kB view details)

Uploaded CPython 3.10Windows x86

cxxtea-1.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp310-cp310-musllinux_1_2_s390x.whl (15.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl (15.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp310-cp310-musllinux_1_2_i686.whl (18.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (15.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.3 kB view details)

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

cxxtea-1.0.6-cp310-cp310-macosx_11_0_arm64.whl (6.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cxxtea-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cxxtea-1.0.6-cp39-cp39-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.9Windows ARM64

cxxtea-1.0.6-cp39-cp39-win_amd64.whl (9.2 kB view details)

Uploaded CPython 3.9Windows x86-64

cxxtea-1.0.6-cp39-cp39-win32.whl (8.5 kB view details)

Uploaded CPython 3.9Windows x86

cxxtea-1.0.6-cp39-cp39-musllinux_1_2_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp39-cp39-musllinux_1_2_s390x.whl (14.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl (15.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp39-cp39-musllinux_1_2_i686.whl (17.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp39-cp39-musllinux_1_2_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.1 kB view details)

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

cxxtea-1.0.6-cp39-cp39-macosx_11_0_arm64.whl (6.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cxxtea-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cxxtea-1.0.6-cp38-cp38-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.8Windows x86-64

cxxtea-1.0.6-cp38-cp38-win32.whl (8.4 kB view details)

Uploaded CPython 3.8Windows x86

cxxtea-1.0.6-cp38-cp38-musllinux_1_2_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp38-cp38-musllinux_1_2_s390x.whl (14.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp38-cp38-musllinux_1_2_ppc64le.whl (15.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp38-cp38-musllinux_1_2_i686.whl (18.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cxxtea-1.0.6-cp38-cp38-musllinux_1_2_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.1 kB view details)

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

cxxtea-1.0.6-cp38-cp38-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cxxtea-1.0.6-cp38-cp38-macosx_10_9_x86_64.whl (5.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cxxtea-1.0.6-cp37-cp37m-win_amd64.whl (9.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

cxxtea-1.0.6-cp37-cp37m-win32.whl (8.4 kB view details)

Uploaded CPython 3.7mWindows x86

cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_s390x.whl (14.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_ppc64le.whl (15.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_i686.whl (17.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl (14.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.9 kB view details)

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

cxxtea-1.0.6-cp37-cp37m-macosx_10_9_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cxxtea-1.0.6-cp36-cp36m-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

cxxtea-1.0.6-cp36-cp36m-win32.whl (8.5 kB view details)

Uploaded CPython 3.6mWindows x86

cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_s390x.whl (14.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_ppc64le.whl (15.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_i686.whl (17.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl (14.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.0 kB view details)

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

cxxtea-1.0.6-cp36-cp36m-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file cxxtea-1.0.6.tar.gz.

File metadata

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

File hashes

Hashes for cxxtea-1.0.6.tar.gz
Algorithm Hash digest
SHA256 5e9b8dea3c504a0e8fcc5f04925e240247c123cbeb26d9be6f04fbf6e53088ac
MD5 9b03dab73ed78024cde9f4cbfcf6e883
BLAKE2b-256 f36ad17752d34798d58d1b552ab3e095cf0979012bb244edad3312c69ecd5038

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6.tar.gz:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 55fcf6e4e92b21cd65af3876b3be425be5395f346dcd267dbfd29c2487238c2e
MD5 b3c7b9ff9f533c845b0ce67558e96b95
BLAKE2b-256 09066a547ed56ae694098e450c17bb175e67092d3ac79925be039fd405f1fe83

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp310-pypy310_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a70b4e51f0212f923a2a69a4022ca47b80346aeb916adecfb1788cc467298f4c
MD5 936afa06a708707a2a0e57f61bbecaf8
BLAKE2b-256 5bc77736a9dc248e93f287d7e7e4773c92a155acf422322c8077b2a023157090

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 556d401c847f6373b760f767f849696a4e3cbda4e18937467adc7f8519721d40
MD5 c3f05ea956808f2492722c6358a6a943
BLAKE2b-256 cd57b0fab314c239fdbb4a71aeabc7d8598e6adc7e44ba13e25699a1919f1b95

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3b1fff8068dbde106df1298c783bde3fa26ee8ed967ac0d6614e630c4fd61c5
MD5 806da43b725ee0218bc1f1c77935405f
BLAKE2b-256 6a88f88d0f3e71eaf85b4911fbf71e9c13b8a2343a2a62493f0b927dd284b712

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 47b102de9b4e584bd79086fbc89487ae45613599ad2f5cfdaa8c3fc4127b3c0a
MD5 dda6b6a6e323bfe9f0c5781ace703644
BLAKE2b-256 9cec896c3202163ada53e4751388ae615d7d19c5a379b584118c54102b3a74ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a2ad6c6d9190c7017b47ba29c13dd1460d3a51f78ca3011b697094be6c8a3782
MD5 22d4afd7a9bf7602190891a8732c4a8d
BLAKE2b-256 2c2863885a8da4c278cbd2228f1b8d192d5224a24d576203ae5501549d3d5678

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp39-pypy39_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d677b350da02b48b3329d648ba6b431ff87f0bae095bfa518b13d978b65758f
MD5 e38e40cbb3568d773bc903561182fda1
BLAKE2b-256 bf1315613a1c947538b9d6f63ced9b92885519f09c90f77b55d7411e91bc19bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7f92d292a3b537ad91c0eb54a8334c6d92566a51898bd8105be0025f20b17b8
MD5 2369d36cf09529e6cf9520ba9ce3e11e
BLAKE2b-256 22c68fc76ee63c6df29fb24ca2aec2ebbf89293c05db5d8425ca3ec4b5e96c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c0a66c2694da6bc134019a3e52db554f5e029b85cf8ce7a687492a49cb3df00
MD5 4e1cc1d57321108d1c2355adfa7e1b56
BLAKE2b-256 a7c1c1b57bee862760ae37753f4044319820d6c23b0a8dbb9f62cd62d758c7b1

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4ad7cf4b70772709747180e4f08706b8d5e3578090432e440a0185a4d604b177
MD5 d88071a5664a77a462846b12f050e919
BLAKE2b-256 f9d7cb0b1607065e84653dd3177720f1fe144b1455c260aac5fd6580961cf871

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fc008a87f2e85127d8e9006855e5726f1e729eb405b66551dfd5eeefba55fd60
MD5 33a844391ff9ff978e76e98003bd04bf
BLAKE2b-256 8c09198a4ce430a97e8804b78a130399a0e411ffaa9c3f5f1526fa1dcd26b494

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp38-pypy38_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea558371edc44dbd9fcb8c23e5108c19c655d79eab5c4f18f9b1f8ccd86c5e8c
MD5 6667bc0ccb0f4a77e7dec9e9cc895cd4
BLAKE2b-256 b0b204b0f0898c017c8bad82611dd807f234c3d24f9c69474a2daf4dfd6e61c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2da7b1a55f44acf5a38c8f33dd29bc1acf048294d2f5ab5969bca1ebfe458dbc
MD5 049fe431d65f02b7bb87277e1befd304
BLAKE2b-256 beef80b3430ccb65e2b8defbdc80e09c2795e354ad2bbee8b71c846c04227815

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c7a87764a8bada67e593f8a6dcbddfeecffcfaf5fb0ea17b821a0c4062a41ef
MD5 f88d85bc78dce38057b5154574121a44
BLAKE2b-256 a68d346d1b792947c1afc4a90cfd0b482f06cbf7630590e1b573f3c13da96b50

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fd4180f3571ba2b15fd659fe70848d7d18d6be4a364a078efcdc19cdbeeba9e
MD5 5411ac8ed736d63815c1a8c8030d02d6
BLAKE2b-256 18e864544293a27631e2fc9d52cfc7ed4475a6b95fe0c87e6c6728c0f0b21968

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3cc184cdc87e87fd0f492c7fb1baf966bf63fb18afd1ef24966a3eed3f8737d4
MD5 46db6cd47dcd122c19366756289f34e5
BLAKE2b-256 1f1723b73e103591d285985de21ec973946f3f23583b069656d3ea9bd475c0aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp37-pypy37_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69d46d125fab7375c5e93d84bfb7c3f5024cb243c242a0edd2571edb0c175497
MD5 50060fbbf210d7b801382003c9a2648b
BLAKE2b-256 1727e23d2d8c250e4a141027b691edefa3f59c25b1a38bbe567dbd9b47639b58

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4896d3b4b58be43bca0e1297f6ff57f1eb21ae685c88796a4a07d9db70489975
MD5 653d85f737e5664a6ecea3694f92bd89
BLAKE2b-256 834c5b19b495987ffc3b6d0cbcd9a61fd9012d0a32e42dc4fc7c014c6633255c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 566fda1b14bc64d35d59af484febcda4e1b5bfde78bfd1a23b40963b5d8ee2fe
MD5 1ea386a0ca2b0b5197d003d9a546124d
BLAKE2b-256 329ba2ad8292d54774e2c5d1c263c00daf508d68881c1f45571f35d6d9180978

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08c33ff5d4469503f2ed27fcc101cfc72d1f4754cb5bd164f2c8f258d734848a
MD5 b951300c167b09f7476ac5e2c2b2f17f
BLAKE2b-256 8133acc35693c989d54d6440f32998fec4a04d75ca9fa010dec837a02f9fd46b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 7.9 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 cxxtea-1.0.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0e1a6470ae1f4b46405adbadbd90a7891f484d0c99ca62f81a457208d3848157
MD5 e07ec7ed071f9e21c59265fc322950ab
BLAKE2b-256 27146c25518836dc65a7d2b03c9e638654be85027d7b580900956224c65e51b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.1 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 cxxtea-1.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a3a8aee675439de2b9ef2deb08285a73bbb286ab86ae4de36f56ed431a41f828
MD5 886937693591e46a2b1786af7375f831
BLAKE2b-256 fa8c4bb86e262c5e5f95ad56d9873079c1ac57bd459d0d45d9752cbec322448e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 470837d3a0fa0108a9f4e030b987810b4cb407262f3dffee9645e2f8bfb4cf3c
MD5 e68419e77f15d68438feaaafcd0f890a
BLAKE2b-256 4cf6200c03ad5b631a884ac65a7ca8131def03fc6d58988a7e918e6d126f9b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cc2f0ea5569492c2105420332df0e62589e1a28b7a0bd77d30813e6139301ce
MD5 d2bf2adc453d7128a3e3dac808e4bd63
BLAKE2b-256 ea32d3581081dc2e4f253ebcfc57fa7b0f49aebb9242ad00d70ca0d8b6e23ae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 56ac68f855fbb0fd4a5f4ea454492f370bcd4862faf3c48fe6398af37451e46f
MD5 e945fc7ac68c7b86b79d6ea7b8b4e3db
BLAKE2b-256 bc64cc9234919d76e83f165ebe457644fa99f4ffa268116c3158776a72786c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 15ab27ccae45026e53d69ebd9ddc5f6dbd41de6cbdb5a28dea044da530bdd587
MD5 c0bb9d55d33dd4d5c3d15ed3b267b1eb
BLAKE2b-256 8271ade4bf620b0b72791c42fa089098be1378c711faae3eccc927e61535fe1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f95fdbd59d62c974667579d7ce71ef0842021516029609dd269437077e94399
MD5 6ac68abe1150f9af076758f3316c8e88
BLAKE2b-256 e947d6c0c7842398a6c41796ca3b67eb8a8bda573857f5bf427a9212153f1d72

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c825970f87e2f1bc1d6bc116b566ccd5ac74b35392cafabeba9a41edcfdc3543
MD5 b355120606c8487a48888a03570a9af6
BLAKE2b-256 a690dbbf622e4a77d497bc2cec74ab096ae74bb87b9602091aee889f5de02f12

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 225eb5b1c3a720f9da9683fa01f6f2b067e3d87fd98fe29f7df8ab956c7afeb8
MD5 7e9357e420772262ebcd24b1d8fea0f3
BLAKE2b-256 ad526a1056d3003c2ae438fc6779a3ec9dc709967581faae88f33334d5a37831

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 89fb8a12f4c716f92554c54518ca29f3afbde65e6d5624bfda3aa40c12470df8
MD5 8ca43e37198a7edf835b5b3c7a156474
BLAKE2b-256 eeecdacbe86413e728efaaf306b2680dfd263e98e63c7b83ad2081bcfa5f958b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f56a6d378039a2fdad4f04ba55f22111e292f0f695be8c2d6e843a7ef664e997
MD5 9f11f5c0cd1f2a4c869434c0131dc07c
BLAKE2b-256 2cb9529e6f0a8f5a1e318087d5c9dc5525e41c63d34e8fe2325b0f6fa663105e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ec5e1079c52574c48e92e06b524a5093bfe04799c968092853dca73c6cdb97c
MD5 b9d2da991ee2acf803c93496ba696e22
BLAKE2b-256 56504b32596c7a30f4c487153cfa8b9eeb227dcc0d34edbca9739d05241be8e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb296540b1aca66d650d2c23c98ed1f906e577dfdc20e585259c6ad41ff9e88d
MD5 ccc672a059fefaa53c8ad20fafbd230c
BLAKE2b-256 b987a3dd8ed957b4ef14f1a2e9f1320f37108ad9ca3e7c3a1381271216a9af23

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61304b1ddb3bdd24f2d269e28174a715657f9b56a1c4ff309613d9c1e5a86fe0
MD5 4bd47a94e47b4bdb47a0d1f790f32a39
BLAKE2b-256 bf663824914188751c4d12056507c8fec0aafc3bd6475bd3264c54ecdc135e61

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eec3b4074911cb83df1ff11ca034f3fabfd4a2caeb459c5fc5eb441bb801b7a8
MD5 cc989899fbe38a9a26a3603e34e9381d
BLAKE2b-256 dd134a3e73dea14b803bb647ccebcd2fda67b4617975c669c6f0fb709cb6dd30

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 7.9 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 cxxtea-1.0.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 440dea89fbd348acafedeb16897944ecb6ba6c61d8624a4437e5859a268ae760
MD5 7566029dc4642d6d19f6772e38d88661
BLAKE2b-256 1e1c0e2f39ee38387050fca36be7d815f6f7b5b0f13fec306e831f43689b49a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.1 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 cxxtea-1.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42774c0e608b5b53ea4ae279faf7648e1b72a9a2be449be898ef6ceacfa893ac
MD5 81214c352e0c4e7770f17938c0442feb
BLAKE2b-256 e4d3892f5303cfcb35f1038fba300aabdfd7d14c715c80a660f4a0bc352f1825

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7ac82dcb0a7d495822e3b4ab0de0ae3b6f50d7d9cc4011701a77dcbe363eda46
MD5 be1d782d1d6dfe4099b17d1577d85a6e
BLAKE2b-256 4fca13a0b93ff66f379bbaa0a4334897937bc99cff9b7c80c67da9cd8ab7a692

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9711866381bd93595ecf71e2131d7d46a83fd4725f8a0848f2949c48331a3fd3
MD5 766b3661811986d224cdfe0b7d5d0e02
BLAKE2b-256 5ecef4fbe21b0f210e19701a844c90df9a2d9c4d93c6c270f2c24e6fc58697b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6f87f7fcd2b5daad49e5b3643c66145d93dcfd2c459634bc0528c068d60c6df0
MD5 306c0344126755bd2c2f549e629c809f
BLAKE2b-256 acd43e6b4463a523d9bfe13e6b27c80de45261a2b11c1840e1e0c635b6b11bf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3e7efbac9e3e85b3f04a6d7fb8d8f17694a35e670e95b41c332f4143bfbe962e
MD5 c0651f9b18570f943aa4d7b95719362f
BLAKE2b-256 5ee376aabdef1f394b6438aefbadf4b80a9a508ff51d475805aebc9a544f1cfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 725e1276d2dc29df656a90fb38be4c3d557f2e8434dd7fc4373cdb70228f922b
MD5 ecb1bda2c0d05500f6398be6cd247fd6
BLAKE2b-256 078f36546998a5c3ba7c68643f3ffa8325a4eba590bb845e541a055c90462cac

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8cbc27c99a69d65217493ca7345e02c11b816444a2a3a588a249bedc0f1c783
MD5 17f407ae4d7f8745a94295862fdcf303
BLAKE2b-256 9923e2181af2502dbfc4e0afc1d9e3ff27e53dbf5921b8f015df83f522b980c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a018bdd2129ec06ce6d6dfc9eeb920f23afbdbea44d376c3513076136b129996
MD5 dddfb4f1dee9e7496c2d3f99ff9e58a1
BLAKE2b-256 9160eaab368b1ada91cd0f3dcf24eea936d7d1d9125db04bf2aac7f2e3b38c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8fcc4cd87452ac0435642c79eaf289a491fcb8793fcdc6e867adb5bf8f826213
MD5 61ca41c3ebcd8c3f3af13c415e5c4dcc
BLAKE2b-256 c9609e451c6fa764d970e51c7a6e9606ce2c62bc8d7b46f32a7503ff394969bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc406fe9ec31534728128505d826762081d60900358daea99aee6329396a4bc8
MD5 1cf428903663cc52a0529d40cf54e6bb
BLAKE2b-256 00d6ee157123cd228bde5557432721c830d29e2ba885b797f1f452da92f12066

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5537d619514fddd9a4b9d4a63c35be8fc08dff7e5a7dcd0ec858f797edc50bb3
MD5 e7cd590679a4d5d755019ad550a17d53
BLAKE2b-256 ed570742e0465c2668f1097b1921e2586e87c22a0c51cdade7985cc159159b32

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c685c05ec3e267b02483cd60dd2a9c5fdb400cf8ae2c3ace36c49a1dcc493930
MD5 2165c32b172265049abb5dca1cfe0a38
BLAKE2b-256 4167210d9a58c44204d1f40ae63a366cd434a58aa4db310e88a9c4bf391b3c79

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 542ddcd02eda2c775a6d55cf58f10ecf0fac0fd6826abf3717b1d2f0163fb4bc
MD5 44d6a629c6030bf12719ffb11eda1226
BLAKE2b-256 7173c47108d0e8b1553ad2f29a3369a25e977e61b583db0572982549957ecd9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e628084dbbfa4694376495413f7915887a8ed898b8c711b4c37b13d3dd1a5d88
MD5 3eeeb4f51575e8a250f48222a04496f9
BLAKE2b-256 1cf8db05c266979a6205f557e75dd2d572703a1d5d738f0ed98a2e02e16593f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 7.9 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 cxxtea-1.0.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 962586225f720f63b8fa3102ea83deaa751fae7d73ea3da959d648f59e6814a4
MD5 aa22537ff91b3ec697ced5a5787ab359
BLAKE2b-256 1025916a5f1593d0b7cab9094303a7c9da64dbb0adb3fa1e6121a5981ca65ccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.2 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 cxxtea-1.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 91b880e2c97c86fd854a9388d40c5c88c11b10f449bb7523649089570ff125ba
MD5 1008122f14e80b2bbf8ab2fb725a6564
BLAKE2b-256 dd11eb525357d37817e3bbdea8c79ad76824bd4a7969e9f71c9ca3b3587efb74

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 67e790e5fab042d6b7c35e286155bba4686c634f004f8847dc1b17eab5bfe5b0
MD5 b89c945ab0be4c97183d35c542d1d63c
BLAKE2b-256 95fba6659202cf1e990eae0d024de44da2b8b8f044096b54d88c8a09d061beee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff4fc97c3a0cf6b5a016f354526f771cb718496f5283ac892b7a7753997ef25e
MD5 126d9253c7d6825b1b920d3e0cdbe9bc
BLAKE2b-256 a3c22aa4983953a366f44861f8daeadc09862adc53a3df440a3451d5c1ddc87b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0094ec93921b63aec7e14fd4a0dbf450a3f387d9294b243c40967fad44c5a1e1
MD5 c69d75485a8811ce146b11dc1bc3a7cb
BLAKE2b-256 83cc4445c6ae6cb9994c238901b33378f81949037129236457740b87292af0bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e2844caa87c08c3edff87390c78634089b4c8e6971c02e98af4562a9a407fb04
MD5 1b69fd05a64584b6bc3a01bb5d48e5e9
BLAKE2b-256 c4e16f86a6c73aebe07d24b26ace1d6514dab26d1595f645b090ee8a93b8506d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db7952cdf5887034927dfb66bec5ad0ccc6a965d2cde9e6401675290d429ecb4
MD5 5781880fa7f416e58543ce2ffc95cac6
BLAKE2b-256 9b8a915d9e409aa6d73adf1ab0ee83502585efb3c5017674849232b9d27e508a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f652c080531129e6ad9125cb25e2c28e08c7d1e25bb972f51226d0a05ca9dab
MD5 f82f7ec2a55577e1e3e7bad2e02792bf
BLAKE2b-256 df97fbc9db3d8cf10132bd6be9501e688961b36ee92777c20784562af1ae9923

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2be63467fbbde438c5a173896de3e1f7171532d49b965db7fae209993f4cec18
MD5 e801755981f32f0850baa26fceca1710
BLAKE2b-256 00d54431f91347ff2e6756d4fb49a1bb1c5ac03b8bd84130217dfb396c70269a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80b94a2e5a537904e7be91577242ccac0cb8fdb81d32e89cde998bb679b3d442
MD5 3b21e7b48a018ea9ec2ad03eea3619c5
BLAKE2b-256 cc617e46de6e3addba133df299cec99a00b028c9cce1fb2ec6bae3adf04ad493

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3dadf5ad1ea25b7d08d7af30be9feb9b6fd03433bf8a8d2ccbe2378a89d96d00
MD5 e9eae9a45be3fb412e23c3c86afe91d2
BLAKE2b-256 10e2e4a38cf51cff53b8ad01c60b5b60d0c9292e9b10829b6176f87b02b4df59

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2aa1a868daae7e953c2c86b72867d699ba3fc24e77f90cc5f617f0c556fa481
MD5 2d3760f99f37b0791189feec3d7657bd
BLAKE2b-256 5cb1a6fb1447e84c40ffe2eb4a7c4555376e67de77826e92c67f9bd6066d9c67

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b66a66777ae4374026562132adc7026e23e8773469e389a79dbf17ee96b59506
MD5 c382ccb9c595b0b7f52bcf9daf7a35e1
BLAKE2b-256 12c392c7e2eee1ecb83be0996a6b6d0595f09c8feca8dfda6ac55bb0b86f02ba

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dae271fb5382847834130340158a8e15e7194fb1b37a8805d86912dd655ccca1
MD5 7ad67fe70df7db781383d45d2cae75d6
BLAKE2b-256 e7eec827128cc246a7f4583bc28cff4fdfa8e3091ea1235f3c8b07d9ce8ab584

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9463aedc918a1e587e799b16f54597f67cde1b8f6134951bf89b85e703c2c041
MD5 e3c5a78c93459d1b4edcb21cd3a5a41a
BLAKE2b-256 d5b36688b78caba5110d4d38519f19aa0a198d73a6df54644410952daea97786

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 7.9 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 cxxtea-1.0.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 81e868455c99ccf8bb1b65e9ff916f2494744d0e6d07c5d120dc3587ab86ef1a
MD5 92f02a621637c67435961ddc04cae7b9
BLAKE2b-256 5961f51cd57bc3f2afcf5b9faf3375b5a879270376c2386d1fd82be507ffeec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6dc12ab643c9d52c01994e5db1a967ac1fc7d0286b9a036f7201c71454760375
MD5 623e24846f18fb05c8f5102603ab1e47
BLAKE2b-256 e20f0c08a3d74449d5567093a938c41750aaacb657bcf325830e6b661b789ba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 23ed7fe37d5bb417c9a1404998dabe793a09ff55e00d099fcb085f65b0f0479b
MD5 18d864c1c64d09f59e3fa6312691a9f8
BLAKE2b-256 71f6c38173fe6a01cf4962fd0495269610f0d33b80819d1826edbff99245d639

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a54b7d3cb929727d1bd3e09b5405c564fceab1dc4443b95a4ada3032c1431e2c
MD5 9eb52f193816c7ba191fef40246aa538
BLAKE2b-256 8c29f94e2f5657407ba297ba84d570529750499cdf4f5530e14a7ae1f14c0bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1be7836587ba97d8b380dc257dae0a2e1ddbfed32253d6683d35481805543b6b
MD5 498c2efe3477ab8885c6d09df64c4f22
BLAKE2b-256 de80ddc9fbda0775b6212bfd3a1fd7aae3f772663bd852ba7d99930875f121f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c6bd6fc5f0c1bd960d85f112b98ca194bd7503beae825cfc88cd396026b2c6ce
MD5 85e025099e162e09dccd6716e5f83c90
BLAKE2b-256 cdf8fb2b9e6ebdb83384bfa06a2a07cf3cc1444f8a0b97b60327018f668ad5a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 725390badae21603784092e5791e1330f2c93d89e0887a6b690f89ed5d17a602
MD5 1095c81e15f4b2045d0bfd3fa3b96bed
BLAKE2b-256 6741a595cc35d65fd876d5d0f249fb8023b051aa4d8f0c7092049f78203e9114

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87afe72d0f99d341024bf6d567dd7f15a4fc13814f49758b3354cb5a621dc85c
MD5 fd54f77a50e39b55f16860c19f505234
BLAKE2b-256 13d4e57e1e88edfac72bf7090bc8bf2385e5c23e6e9f81935026c52584cf86b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9030230786251700d8fcc6eeb41305f1485ecfa218931839063e4cc483a52ab6
MD5 04879ebaacd4e6bdca65ba1b0b5d9b48
BLAKE2b-256 7de174c196b8b65039a412dddb3809b06b1391a54db830ad8cf20772009fea81

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 916c070d199b04993fbf5e3a7c6f9f85c284c58533d221a50cae7c1b301029dd
MD5 5bfee7874b4732893b0089caccba5680
BLAKE2b-256 2a4431c0347e0ee226ac0eda219d5082bf22d392fb940dac7648f4e200035c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4602d4e87cd120d4925a11df71bc632f8322ed6d57a509441e4d63e405decc22
MD5 8a677feb91a681de7672c4f21ea40798
BLAKE2b-256 3ba50fcc1b826381389e5c8089f3b6eecac767d52438bd4c15d50bee7a37fe21

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c72385bbe11853bec82ef4d34e71331b9f896a32c1d51bc9a55524c53f84357c
MD5 9b8d45d9b7f29ce729141e3570f4e150
BLAKE2b-256 3e12cbe60e5b45d5ec4d325526009d7566a3924b5d7de9da5c08b786901f0717

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0cd45ee121e4de8733f6e70d9a7b1b466ecab0ed99083f5022c5563e3e09c98
MD5 8efdd78946c2211531dc9aa3bfd57203
BLAKE2b-256 29875997b56c55bc51a8c4960ee33e0a31f128ae29524c28409f6965693d3803

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f284ba049fe9cf97b43740d2495b6f76bdf118acc89e36e6b60eb00894786be
MD5 dcf17050a49b322a2afff98389759045
BLAKE2b-256 8ac1617f1e1e55aef805b1b5a3ad247620709b661e9fc748f5e107a3e177bbd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98dc879a8d1db855c3728151feb74f69ac642970155a41ba2671bf83263f1635
MD5 f75a4f0e5f2a9d0c131b4ddb943073ea
BLAKE2b-256 f4e12306bec5a25d21c26241c202085eed3b3647923a89154658325b942b8c23

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 7.9 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 cxxtea-1.0.6-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 56dd294de10093a97c2f116c32a1abe788f07202b7eae366381fda5c17aedac9
MD5 106ac7d58296374412cdd1fa8cfc4fe3
BLAKE2b-256 71ba28d44ffeaa95bd69df99f7029e1db307559fc29d3ed1a0d9e83aa050254c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.2 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 cxxtea-1.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce717b384896cff2e98e29a195f4249e3cfaabb90409d87d408cf49ece70caa6
MD5 17ba1fe2a2f18bdec3e54a007eb4fd18
BLAKE2b-256 806d8057d59eba0f82b23da77ea93296b7b937ac5d7b52d246e717cfdc7d1fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ffb061bdc2b88685f3e2d96c741bc90ddab5907f1c4a6d4961099a5ab800a90a
MD5 078cd3e62755ec6ea4872ae55124068b
BLAKE2b-256 d534216eb7fa66d9f3f84880915a3832b71b19ecacdb432b73fc7831c756d30c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9065d1bf73c8308e1db3a72791f4d73001ecbc89c1be0e7b0090bcebf65a22f8
MD5 2ab1e34fa2e04a5d9f85752f2e894370
BLAKE2b-256 ae006160a42b7f23ef2b614275c606d887d0c19ad2e14d4d8808b2bc5c4b4e1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ec216e47fdb74d457eff6984ea340c353a7bb2dcc69cf4632487116c2bf760de
MD5 ea68743c8ad0808584d73be4574133f2
BLAKE2b-256 6f5aef6933308d4770e0a4ea3dcce4b45f2533b6ed5307f3acad9061d694783c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 50963fbd7bf70ba27a9e68ccab42db906ef07e66a4b997689604e8e5ca80f9d9
MD5 51f2d1f8b3eadffcf54586a69c8a8a52
BLAKE2b-256 1387063dc2e2d61112fab5a5ebc87860762a627ce156620499d112395096fc2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf3792fda89a358b4a532a7986ac523886c58872a294146afabe47c8b4e65d45
MD5 4c069019e1c09e2167bce93c50e39e75
BLAKE2b-256 e7c458dc875196850f798d7b627bafccd4975e023ed55c9d406b29573c21dc15

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00d8abfed04f5d53e7f7b376100f1b55b6b6be79a50a4f264d42952abe47dedb
MD5 d86a66cd713163632cc9e41ecff340f6
BLAKE2b-256 845b4137430a90623532c4acec98f0641f081f2c89d7d54ac224a8ebc4a5e2b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e5313eda883f6212ce3361a377a0cc2aa33f33ec5cc0469e53ae2ab80ac34b6
MD5 f736ea8070d912df9e0bf2097fdfbd27
BLAKE2b-256 589c33a4ae3501b1c48591e3d30c9223c55ba3f29d957fdd81e3484d6c8c4c49

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 313a099d620ffe252750ace10a2374c59f74e8e10c99e1408c373f6dc7a00bfd
MD5 e6b58aafff50a51a7fdd7b72b66adab4
BLAKE2b-256 6aa38d3a5fc0e2237c096cf209dd50e9991973ef2f975a0aa7154b0bb876719c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5171aa7f503187a30470180e710b96378afdbfa33339ebddf5e454c5ec36bfac
MD5 693f7276fa7139e2bb8d36514cf26f35
BLAKE2b-256 adeb531ddfcb5f276bd8aeb7a93ac629453f5a8f4490f24f6d22227670436495

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19c97bd86b3bbfd6bf3a4dbd4612b67aac942d75c8e455fb5790df639d8128b7
MD5 5e065f4ced6a2c86861ee1b15501c7f0
BLAKE2b-256 21fa1db0c0cbca7d5dae7c5fa852cd8bf0c77e24004e52ef571121062ff200f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3400a68669fe5f77dbc3cb0fdd29151590c6c53ff3d2195b04fe24a62a55ae54
MD5 0aa2293a8d287803d76bf3a1540a7820
BLAKE2b-256 77d5c5beddf5a802be7077241e25233f79477568ac6e489cbc865cb9775c1528

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01bbc29c3e58da95217ad82945e337492031cf4b537426a2f331ac7297a80f5b
MD5 05d491fb56bccfda8866e66a096a87dd
BLAKE2b-256 7ee1300ba199d67d6049c16941ca18a095d337f9feccd96f669ecb838059724a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fc0cddc14e221d4327ac5bcd666eee45625bf9b174a52b06dee90f2a8567efd
MD5 e94312931b8a06a16e9190b6d5182081
BLAKE2b-256 abd95dee97c0e23880c9298d375f2ec070e70eec2fdf955ca408143a7d5eb6c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.1 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 cxxtea-1.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e1e7885fea77fc0495bb484e3e02bba9765063250284af87cb3e82a32238ca96
MD5 e717a70bcb7f9335c2f4f54434acf573
BLAKE2b-256 9dbfbb47adc2e14fb213f5f660dd7eb2d1bdc71de2125655c4a0bc556852e5fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.4 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 cxxtea-1.0.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 07afada93b85eb8bd1525f9264e5b78a2b6b3ee34c5b5e8dd334f7d8f53af349
MD5 b1bf6bf8f5c2e45dda02034f91081d29
BLAKE2b-256 e08190cae54115bb93435e02858f2bcdef55d04e717e727fe862ffd20a12350d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b45a7f7ba90eb6ef331e3e1b67d2d6c256307c3ed87e04bdaa12d6da0c75997f
MD5 0295016cd7fa3d590b2b991b23b742f8
BLAKE2b-256 766b18885e1215bfbf08588fda215292dd2be590df4d564bc31dab06ffebe4d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 dc04372413e39cd11fa14866db5763f969641ae6eb29b1ffdd44ecc94f9aad1a
MD5 49a537aca8eaf71c9c5d256c5804ff4f
BLAKE2b-256 69d2cd6fad16f3e017103a99a4b968a127d5727bbdad15fd33d5ba3a74cfaa82

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ef757507f6b4cbd75b99b27ab8edc86d34923e8e555f5e1a4abf6b2e161a5726
MD5 1abf3339465856ae0fb8790fced11daf
BLAKE2b-256 d7284a9b7ec5517d41867c47c3e54582d83753aeae4bcbd0f147b1e079ca1a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c6091b440b95f64b11d846cf78957900ae0ce5683fb5edb7c0e3e1d270f1f237
MD5 fd93a11e633608f7c5627319a3887464
BLAKE2b-256 9151aeeda0933adfa440520cd1c70d0bed656b45bdd81bf20fef22dffe87238d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 191ff66a0b77f63b9f870bd553ec2512e2e1026e5457edf0dd0fe38de2891372
MD5 0bb175b19180ee267a702aba1f006c95
BLAKE2b-256 40f4b4aacfc4a50fc85987bb1e1ddd9d9510a67917b3d713b5786f10af1f608a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6349c35157312914dd6dc45a407645e4ed18aa7ca79525b4db7f3aec34f2316f
MD5 79a19d8265238b4582bc3ef0245c354d
BLAKE2b-256 918f0b58bedfa993e1a606b93b8e6c6c6ccaf687dc3925f6b5723e41bc444e6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 edb5a4963e0a0d81d095cf677fecce612af5dd8e76aefe27f7e43fc3c92d4f19
MD5 1554806390ff64cc96b7db2f0fd462e3
BLAKE2b-256 ddbbf0aeb101d0f20c4f5a651e3755556d7bfbc1bf0b24417ca7a0524d38ad60

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eac8e2f5cf860d7fd57df93840b342e6de725e65cf516cabf16372e6b7ac3dde
MD5 c34aca528b0aad193efb97912cf5bc00
BLAKE2b-256 9ec9156a8de1b6f36034efd0d949c4234be8a0bfb69f4cf2f2491eacd20af107

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff309a8096a9cd935e165153e10f0faca4f962c04fb5832ba12cbc674ef0921d
MD5 24a575e1e8c70af85f9819e76b32319f
BLAKE2b-256 5e7e4708ff563508903e2854f623fb306a0b2b8eeb68c6db2b47d0b00186566d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 745bfbc0a6b0347d26bbd99433903eebec3be4914b7c5df61226afbc5c701bb1
MD5 417f702002bb5c3274b46bc73a5aac2c
BLAKE2b-256 65af0657cf54b78dbb5ed7ab3488a0f97806ed3c2638992779c3bbf9e2af0479

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e511301b9cd6a636a717cf81152ca51b1749f25563a07f33d0ebbf1969d32b4d
MD5 6077aa44a0f5b7404470f4cafbb6c9b7
BLAKE2b-256 88735275663d2da9ce2a6e0447be5c6691306010a7e16aa4973fb291268b2c18

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 841b0050f7d8280dd26054022a88dfa43bcc74658f65782293035c2adc6d3409
MD5 bdccc8091003e6e81a1fef962d73fb8b
BLAKE2b-256 9f798b08b03611eb6d6ce5823c7f87af45054c8e21f5cef9d873eb8c1aa256ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 9.0 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 cxxtea-1.0.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 875edee553755c3943ecad55dc1adec7da2dfd8e3674b053caa01e7ecd30ff85
MD5 6d8683c1f7b979c904b08627571b81c3
BLAKE2b-256 4bcd5f0b1f20e4c0c40dbcc0c53c119c3b1d419f11cdb776c54fd44947dbbd02

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 8.4 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 cxxtea-1.0.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d19503f83df105310e8840942942a7b96d50f524227362c6cf597d02f4ae550e
MD5 bce213403828fc878ca1e170d03da755
BLAKE2b-256 6c50410ebe09b2e17904db8ab711ee4f94dde7b9a3e08158eff5fa8f33ca9420

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 377f7f87e3c94e511749ce38915c80ca4001392eb55a44e24fb336446d08c651
MD5 72a0f2fb9b599d005926d107e3c7d8a0
BLAKE2b-256 4abd081346aedda143c27574121fd5fd094d260996f730612c9cb259420d0d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3816d6d3b185ccb52c129bee178e9309557c6d92c62bbd3dbb0d26f25a72281b
MD5 254ddef3239d4cdffd240b6598ef69d6
BLAKE2b-256 98d838b7fba11f63aafa9838bf3984bda13ef3bc18689ab909223be7db8e985c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e34746af1ae08a4027f7a0b97b7f88051f5e9df3add748993da77e3f66e9e845
MD5 354dd1ca761787074a59526fa3e4d7bd
BLAKE2b-256 bd523eb956f4911d12bc22f7976ca033ea36f4351d68985ee2ea15fc8f2e467b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ca9bc36f7b1871c8b13ef060fba18f1837c8e5c03e507eef22503af22d01f26
MD5 a949887bc7c9b5141e424dff5ad73ee8
BLAKE2b-256 930eb999a52f2790f2070e4758b7490890b8f0f8981d1890a2dd5fce5f78fe99

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9807227941c15eced0b4bda592a7cdf1b67d998f474bee51e27e9d270eb6fda
MD5 a401982934573734518f69db99cc2ed6
BLAKE2b-256 774117a10e9ba86209b3856355c19b79847c387f452c79756b44adcab228c5cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 061083e95c772d00640094a16e969be6e569a5ed69b20f060c2bc55f6ed2b9c7
MD5 e09ff80b5903d13f1045e0091f6bd5e7
BLAKE2b-256 fb033cc66f71c0175a0c3df4b68bda2e581fdb81e245703be817c5a2dbd58a03

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16c3e5110b7c3080d67b14a33a3fc29aa7e93655f5057f2a9aae65d458bbbaf3
MD5 6ce17122860f5b4fd4ec642638ad4ba9
BLAKE2b-256 0cef7ae97d059f84272f868f27e8849be7e95945b302f198ff89727c1bf2337e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 95a8fe9c8657de9bdfa79a61d5c14357615261d15f14a8aab6cee693a3074fc0
MD5 a4c3c7a82c387cfdfe6bc779db67e3f8
BLAKE2b-256 321ff3ecb6a7946d57a7040ab8b42b88ede9e647386ac171d900eb609322f733

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 608fa6d559cab6427995ffb85bf36f25294d1cde53cfc289b9f317a4f56e71e8
MD5 1c5d1de6e314f941116f35e6fb516801
BLAKE2b-256 6b400d3a2fd276df8056205ec087487288460a0918eb9bf78a40a7a3ed7ed97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1845ebb792af37f0689a6dde4b1e12d813cfa222541be86d0f7e990a4d535044
MD5 00e7010accaf054f40ad12fe96d7f7f9
BLAKE2b-256 001b1e240851dd69632a7ab60c8694b0a4f22ebf4a9768db97c368bc5640092a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09e7084d0ffb6331caf256d03098ec9f525cd80a376a66a9210786b95dfe9058
MD5 45c1a381382d9e3a478c5af97819ea29
BLAKE2b-256 838fc906858ed4350329bf967598d080f46661a5c58159c2289ef35098956118

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.3 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 cxxtea-1.0.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6275d6d8de831ebf9566fab1f1bee764bfb79ef606d30b169d82af5272751e8f
MD5 42aea3dee7422f3ae36a81a18bf0aa9d
BLAKE2b-256 ca3adccfb34c15e498caf3c70f09d943492d01547ed92193eea0e89caaa90786

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 8.5 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 cxxtea-1.0.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 79712f89d9b8c4c161fb20e8a77945ad17ab56f5125b081c1aede9fa8f33f545
MD5 23a96d2dd73bfbaeb4733a0069ca9668
BLAKE2b-256 ed75450f043dd0f743b910d8c386a833d59bb7794f728ba7e3d0a230b2994b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-win32.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68635b4ba60c95bc2e2bd506fe00467bedd0c047af7f7a4d7f5a2b22675ce378
MD5 843b146ed46affe1f68a322dcee70807
BLAKE2b-256 a3c039b5692b5b2742177a942555f135c3533121ed51cb1e9f469bfcf1dfc527

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 cd14fb3592ef8db0e3de2ca6c76f281cbf2d454d9a0aa1fc32d982c348c8283b
MD5 21fc33a300302c58547ba27f7554efc3
BLAKE2b-256 acade22abee77e743d13d6a688a98a5371c65d788ff5b6e2c2046a60c9e313e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5c1284a6fb0eb9783e61947617d219c852f33e5e0239b7a209e8a029a7583456
MD5 3262c622a2871f967f422f09dbb77486
BLAKE2b-256 74723b90356252293be977cf6ba50f3b7f79d893e479602aac0ba1ab608bbcb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c39e02a3af849154dc0714c9c01b32411f8e9f11025b1f8473109f189d524ce8
MD5 d4c12c426c2e8af8f91a50b6f41ef652
BLAKE2b-256 7d5376db6765156477ef8a2a5321665cc52c6e35cd43a477af8c38bd88a335a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10c7621019258fddbb81c0dfbec0a1c71cc94607246ac160c431cb3efea9040a
MD5 8ff2f5a9ca37d81766196e6f7c08aa35
BLAKE2b-256 f552f499ce655eaa464cd06c46eedc5c4bab97755e0309edb6200a55c27bc923

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b897283275365dd38e0b35413810b28ee6e6ff8926018335f27864e354b5b5bf
MD5 4f9ce946458973cfd9bf2de81438923b
BLAKE2b-256 eb1153d3d449912cc35b0746f6d9d58daf59adffe22440b346b358f95a3788b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c4e151ff47ab9ab23f6022f681d3e7fd831f8df126c2814c202ec206194ed57
MD5 6209c078e384f444980ebbe06364044d
BLAKE2b-256 2aecba4a40691d67465fb2b6511dbb9eec9435ac2a2a77152911f102f39eda8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74ba0e1e8b174101893d0aad075c8fac9f167559cb4b70e514f1b799a5facf9b
MD5 bb15437bc95f17f662b150e73cf2ffd7
BLAKE2b-256 49776018f322406c718419045ee5939e6395f6e6955d779cb2f96710e087ae31

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 042b4756b94e869ca124b1ef485e25ce32fdce1d5b16b0aaa97fe5939d040221
MD5 3c14a8d58c9a6b957be58eb6c378e32c
BLAKE2b-256 92d8582d5f86e50db851eabdbd1326470c5454917bbd0bb8a0ff27b274897548

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71abac2fd4c570a4e287c1308e0435e624079702e62cebba7e2fd5b2ab68e175
MD5 792c830da68b7771d9f6f4ed4954d57e
BLAKE2b-256 df7198679300ea17b1f35e509375415d4dc93efeb5840b2903fb4ad20ef1de38

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/cxxtea

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

File details

Details for the file cxxtea-1.0.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42403a4be6c96b249f823b72ddffb4515a9c6a1a37685c60130b696fec874a68
MD5 946e7302584412683b5225de00df532e
BLAKE2b-256 159a279863fd8d8ee0cbadfcdaa5f6c376ffd49944b3e2a868c95fdd903892e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.6-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/cxxtea

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