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

Uploaded PyPyWindows x86-64

cxxtea-1.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.6 kB view details)

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

cxxtea-1.0.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (5.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.7-pp39-pypy39_pp73-win_amd64.whl (8.9 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.6 kB view details)

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

cxxtea-1.0.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (5.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.7-pp38-pypy38_pp73-win_amd64.whl (8.7 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.6 kB view details)

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

cxxtea-1.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (4.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.7-pp37-pypy37_pp73-win_amd64.whl (8.7 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.6 kB view details)

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

cxxtea-1.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (4.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.7-cp313-cp313-win_arm64.whl (7.6 kB view details)

Uploaded CPython 3.13Windows ARM64

cxxtea-1.0.7-cp313-cp313-win_amd64.whl (8.8 kB view details)

Uploaded CPython 3.13Windows x86-64

cxxtea-1.0.7-cp313-cp313-win32.whl (8.2 kB view details)

Uploaded CPython 3.13Windows x86

cxxtea-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp313-cp313-musllinux_1_2_s390x.whl (14.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp313-cp313-musllinux_1_2_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp313-cp313-musllinux_1_2_i686.whl (18.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.3 kB view details)

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

cxxtea-1.0.7-cp313-cp313-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cxxtea-1.0.7-cp313-cp313-macosx_10_13_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cxxtea-1.0.7-cp312-cp312-win_arm64.whl (7.6 kB view details)

Uploaded CPython 3.12Windows ARM64

cxxtea-1.0.7-cp312-cp312-win_amd64.whl (8.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cxxtea-1.0.7-cp312-cp312-win32.whl (8.2 kB view details)

Uploaded CPython 3.12Windows x86

cxxtea-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl (14.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp312-cp312-musllinux_1_2_s390x.whl (14.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp312-cp312-musllinux_1_2_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp312-cp312-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl (14.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.2 kB view details)

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

cxxtea-1.0.7-cp312-cp312-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cxxtea-1.0.7-cp312-cp312-macosx_10_13_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cxxtea-1.0.7-cp311-cp311-win_arm64.whl (7.6 kB view details)

Uploaded CPython 3.11Windows ARM64

cxxtea-1.0.7-cp311-cp311-win_amd64.whl (8.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cxxtea-1.0.7-cp311-cp311-win32.whl (8.2 kB view details)

Uploaded CPython 3.11Windows x86

cxxtea-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp311-cp311-musllinux_1_2_s390x.whl (14.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp311-cp311-musllinux_1_2_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp311-cp311-musllinux_1_2_i686.whl (17.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl (14.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.3 kB view details)

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

cxxtea-1.0.7-cp311-cp311-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cxxtea-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl (5.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cxxtea-1.0.7-cp310-cp310-win_arm64.whl (7.6 kB view details)

Uploaded CPython 3.10Windows ARM64

cxxtea-1.0.7-cp310-cp310-win_amd64.whl (8.9 kB view details)

Uploaded CPython 3.10Windows x86-64

cxxtea-1.0.7-cp310-cp310-win32.whl (8.2 kB view details)

Uploaded CPython 3.10Windows x86

cxxtea-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp310-cp310-musllinux_1_2_s390x.whl (14.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp310-cp310-musllinux_1_2_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp310-cp310-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl (14.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.3 kB view details)

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

cxxtea-1.0.7-cp310-cp310-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cxxtea-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl (5.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cxxtea-1.0.7-cp39-cp39-win_arm64.whl (7.6 kB view details)

Uploaded CPython 3.9Windows ARM64

cxxtea-1.0.7-cp39-cp39-win_amd64.whl (8.9 kB view details)

Uploaded CPython 3.9Windows x86-64

cxxtea-1.0.7-cp39-cp39-win32.whl (8.2 kB view details)

Uploaded CPython 3.9Windows x86

cxxtea-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl (13.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp39-cp39-musllinux_1_2_s390x.whl (14.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp39-cp39-musllinux_1_2_ppc64le.whl (15.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp39-cp39-musllinux_1_2_i686.whl (17.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (13.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.1 kB view details)

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

cxxtea-1.0.7-cp39-cp39-macosx_11_0_arm64.whl (6.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cxxtea-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl (5.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cxxtea-1.0.7-cp38-cp38-win_amd64.whl (8.8 kB view details)

Uploaded CPython 3.8Windows x86-64

cxxtea-1.0.7-cp38-cp38-win32.whl (8.1 kB view details)

Uploaded CPython 3.8Windows x86

cxxtea-1.0.7-cp38-cp38-musllinux_1_2_x86_64.whl (13.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp38-cp38-musllinux_1_2_s390x.whl (14.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp38-cp38-musllinux_1_2_ppc64le.whl (15.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp38-cp38-musllinux_1_2_i686.whl (17.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cxxtea-1.0.7-cp38-cp38-musllinux_1_2_aarch64.whl (14.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.6 kB view details)

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

cxxtea-1.0.7-cp38-cp38-macosx_11_0_arm64.whl (6.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cxxtea-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl (5.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cxxtea-1.0.7-cp37-cp37m-win_amd64.whl (8.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

cxxtea-1.0.7-cp37-cp37m-win32.whl (8.1 kB view details)

Uploaded CPython 3.7mWindows x86

cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_x86_64.whl (13.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_s390x.whl (14.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_ppc64le.whl (14.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_i686.whl (17.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.5 kB view details)

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

cxxtea-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl (5.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cxxtea-1.0.7-cp36-cp36m-win_amd64.whl (9.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

cxxtea-1.0.7-cp36-cp36m-win32.whl (8.2 kB view details)

Uploaded CPython 3.6mWindows x86

cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_x86_64.whl (13.8 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_s390x.whl (14.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_ppc64le.whl (14.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_i686.whl (17.4 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.5 kB view details)

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

cxxtea-1.0.7-cp36-cp36m-macosx_10_9_x86_64.whl (5.0 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cxxtea-1.0.7.tar.gz
  • Upload date:
  • Size: 5.2 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.7.tar.gz
Algorithm Hash digest
SHA256 2414d6bf237982c3124ab0631b926cd8a53ebdcfb0f7276c8550137a61289fe4
MD5 ad62aaca64e5c32b54ef2ee0e1f90b73
BLAKE2b-256 e1a2daa74c3777cc840c080de5992b14b0bee84b04730d398ff7bd74816154d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7.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.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7b489553ff21840ff4d077d6b42fdf9c7d2b08cf7ef12f587b36030a1ef8771e
MD5 cdfdca651ec753fce308f1023ec3c5e0
BLAKE2b-256 4976e9c89732f807bf589c6d6552a5ff0564b9f9c9449a1450a4bc2d450edb24

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d447e15d2257d0045f0154b06f7ffd77302e0dd737398ad0303e73259c673388
MD5 0dd14427036325d988578407e9ddbf8d
BLAKE2b-256 846508752ee5a945b9cdd813f95069ece4f96de33423fab544ba1d47919ebc69

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 866260222d4ddf8dd99d4eb70f8a24e9320a54f7257d9eccc44f729b76d97b18
MD5 07c20b0dca56dd2331b9f9c512108fdf
BLAKE2b-256 be70fa2dd24253901bd8612c65d1f029e24f3dde421d1a90dfa6cd2b25aba36a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-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.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 516374b8c0527330f51f5fbf20d3608024eb95206c09e6c7bd830c56dfa3f507
MD5 10b55ff74658b9c7d5f54804a0a851a1
BLAKE2b-256 fe112459fcec901925e14c8dc16a8e05f72e75692877eb4eb96946950219a6d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 353e70a1293d8072b23200594583d38b65066ed202847c791f69b96add065620
MD5 bbf5aa3eca8b249d91b7315f74d5176a
BLAKE2b-256 f57ba986edc33a996ef7df1ffa90a175d2397c1657edc349225560e00176d6bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dc14ad6e298e5893a58cbc8da7ffd542e5371670e11b50bb2bbdf8921c2422f3
MD5 a9fb74292343d12d9f40b672e58f79b7
BLAKE2b-256 3b42133b8df6be1aac1cae2ec71213b2530cc7dba68da39323a87dce41855d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 037ded9ee6774c35d7eb4088a88545c7cd1e48cbb70717ca14c552179d2c0f48
MD5 1ca2539266c27610f63a8a3fa166fb6a
BLAKE2b-256 1d8062a8905b4e998fe5fcc9ae4c2fb9e0135df1817ecc3e08a93ae5aa8dc6e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c35d50b05a939db6593b769b9958139a4c769d0b9fc4bf497642221acb57c4e
MD5 dcfb1148e1110c1efb7835f8d20fb55a
BLAKE2b-256 b8979aa70861d247072430f5ce03ea410d3c92367af0eac7e36e14e877bbbb93

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-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.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2085d30c522a523f99108aed2328af23115809d0dd3d6caac1b93430cf6606a7
MD5 f9ac9e8310f91140f1bcd0833a4f5f6f
BLAKE2b-256 4ccda03d93b8ab316350810930e2fe408aeaf76c54da22f91a8c5329abef49b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b951cae5743107ae67a64884e9b0ee4d0efa3a2b23d7977f4a049ef7474f5b81
MD5 be08c9933f56fd86fa5d08489614ac8f
BLAKE2b-256 2281731ec4a4417a925e0b7efede69f05987a7cde4a4afead8ba8e36a551861e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7ee4336f810cced8d738b368d368a1e3ad91e2d4ad5d49841c4246b3a744727d
MD5 0d0a2f989445a846a8f5f3bc7dbffd3e
BLAKE2b-256 8fac504578215f57630b38d4b7e068e501eb2c93bffe89af49b5cc7684cd5c23

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa7c7d0d2b92b9ef232ffd6b013a6b1b3fd755984988eee6daeeab8adac5a637
MD5 964e7f321e597bc306e3597aafdb3ae0
BLAKE2b-256 6a8dcca8e097e6f6398afd9f88b31576dcc244d99e269f88dccc66ee8d0d4f84

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f199b530b36c1c151c1f35c8265cd2adb811d2bd8c92928c87fe010721172021
MD5 a38f64f4292357aa74982f724745f02c
BLAKE2b-256 dfccf75701f1956fd7579b85273a0a7eb010de2ecf9815277fa9ea444a8aae86

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-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.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db52b5fa7f0fb47e3119da06beab711adc3077785ca01236f0d1b327a05af9d9
MD5 2ed156a27b8336e3469af779c65431d8
BLAKE2b-256 8f69d64ad62b5587a1243f1b0fe7e8693c5afac5b882b53a6c35f94f8183d599

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 828c94be7d3361f5c8b16ec3f82e23dc8c0cbd09b7df91ac0db772758e3f9f05
MD5 67cc544f331807a9432b525b1bb472b2
BLAKE2b-256 80e377c23458316e56fb8c96ef97c91097d7df8bfeb6737c99cbc8ae321272dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8609260c3ea59ce20ca50c96097aefb0ba34be9dc264d339022ace364858c8df
MD5 3a57faadda6e9f134f000dda6266ca23
BLAKE2b-256 e61596532e142d8817896f2d355ca78a5d3ed3fe75c4d8d925d503d34928c62d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923c516fd0855ada6057e123c2b08234c9c9866ba6999b547e762bf5e8d136f2
MD5 c3d2101a54693a1476a3bf3e01269957
BLAKE2b-256 1f4d8297d22b7fbdf52a29b0584548956a33735188d76c422e2e5f87c66c9b53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 997290ca3154898cc0d83bcbf11daf21ad4017feab29d77c01296dd5a7f3b4b2
MD5 3a2584c66e5aaabe5f048eadfd73c956
BLAKE2b-256 56003f1b186b55af9113d542f4d619ce594dbb763209465cb62f675498fd4a5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-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.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4589bb6ba5998a4d5ca012639d9410e12d1af11c41eef92cf292ea478449249e
MD5 26f37a8c712f597afa8e30f9bb8be964
BLAKE2b-256 d96349de8fbc3348c4b166e4d5009e8b4c0458969adaf59b68c0c4446de5d427

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f833455867efb2d9a6a8e77edc6c769c318876fd0851955faffe5aa64a13f875
MD5 408e2862e7574921d3827f7a35bd2d14
BLAKE2b-256 f3d5f14753852edfc4d5dd2112ba6e8cac4e46cb2afb6bcce86b5600a14b704b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7333d77b0d162e0e2e5bef6c168d7705399abd13ff48f92381fdbabbab94e419
MD5 978e1a54c20d9418d8292782a38e0d3e
BLAKE2b-256 389dcb0d929f7e81d6a92d47f5c7bf9d4930cba6f478d32544faf4b9b0547887

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.8 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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f905f00241c1f2062095d012a197c23f183d5ec055f73bd4a6df5c0b935fdda
MD5 4906a93b5828ffd549be934a62b0c5b9
BLAKE2b-256 755244888576c5716b291924637720d54a12596d3728a9796bc354bc68fa45fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2b36ca9b69aaffb8823a1b323516ccc302f84050e5d568a131a78385ecce7215
MD5 3b9bdd576ad17e652195d2611d591317
BLAKE2b-256 9005522e09da86801e0e489c340c8ca2b52a1008ab7b0116d4c4d5537fe0fe09

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afa39ffa5a50681c586a8a34606ab089040edc9615e44f14e699930a8ad685dd
MD5 556bdefcdd3380a0edda8e6fca149419
BLAKE2b-256 8e8c55ba99285c9af658094f53a45f20927209385a0c64c539018b25965775cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c52209cf7c8c79a67264e503c010d824b9d6f420db1a52edaf096a2026de73ac
MD5 4331ecdc1e6ad251056a9172e20d5b43
BLAKE2b-256 d484dc87438a3a537ea55286a53933bb87ace665b55dc2da1f9d128ce6ece900

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 36fc86d72305eeb10e9f0f3da5bab7a652371878f78f2c4dfe50755be65e3502
MD5 cdf97b71047ca040ed6de490ad56bfe3
BLAKE2b-256 a4e8e872cdaa040b8fe2594460ea0aba09436275f85394a1cf620c1481230471

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9430d4ba9cb3147553daef6c5998247e2607262534ecbefefe1762ac071a146
MD5 872646b316e9146904e1f10d960e2d6e
BLAKE2b-256 9f4c40d91bc7ce38698565c53f148fb96b358e9f87ad301b54ed60188983dd39

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e226c272d2edfb3536daf2d46a7d5fdd302078f835f104b849ec5f16ce81d60e
MD5 aab1499b005c6bff2a491b62afc0987c
BLAKE2b-256 b714e23b573f3677ebb4320a0ba115c979f6eaf2e6f67b618cebf7597980373c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 244bd05f36fe0fdfabcfca782c51dd04152e4b1ba41c3eea18b6bf82c3380602
MD5 d90c8d662e7fefa605d693965a2c190c
BLAKE2b-256 ae70771c9ef5f9552fbefb15d7cc6ff61beed61b5902fa50f5627221f59b85c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49bc1042cfe584f0183e3b9cbed2aeb44e3197f04a711f5a4dbac603b1718b7c
MD5 af703146bacd549401df0ed274380d8c
BLAKE2b-256 8a27735141e2d9a69f2adaeb2a84bb2a3f3c003aabf289fb9a79714d4fb8c1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 782cd032cf1306ae5aad428f5936739df64a46c3f9f427e643ef5948c833f3cd
MD5 82af26020460a4108b756808be5e73af
BLAKE2b-256 e7d8a39c9cc441e31fa8b1b895694e6b407aafb9670adfc1fc133f80d1ce660d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd2e9ca47f24e56a3bf3713feed357e0e92ebfac5c5fa97b4dcf279c788be2df
MD5 89b2baeafed19054d24c3b395569a0e5
BLAKE2b-256 06f42246b91c77607276dece56a2ca76591dce763bae052bca8c3e9ad9353239

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52b17ddfdb8cb1eaf4362109cdd360a4c180f42a851896f5bb24dd4272bdf0b8
MD5 a1e4f20b05a9844369989df9c2f9cf15
BLAKE2b-256 d8d65d01d28223275ae61ba603483271abe587cb853efa08f0e1960ce80573a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d98512ea97cb1de7d9915b90a4785102e21d2270752b1e2e1d4d7823d0017ddf
MD5 6eefc10f0e513eda0d561b4881a09d75
BLAKE2b-256 3b626a2651ecf37d4c4d6a8ba1888ac27a329e014e3ab2ee05b3cb9042a572e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f5fa79f8534fe4af388911092fded884a2a4fc5fbbb85399e29e1b7c91de4a4
MD5 35c1d7da9a93926eb1577738eecba870
BLAKE2b-256 d2f4af0694f18b55cb9b2684333c3f66de8a0ebecb99d3532c3d52fe18c5b859

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 99b7930a1a2f81d774e302c25a4e7decd1b1aa8af83da75bfe7db3d0197d724b
MD5 59239212f0c0a99d0e14a38a951579aa
BLAKE2b-256 d4c63e7606929ff30178826f0fac8776715e460303cfa900a6d3289e1bdf3f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.8 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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c5d0d6698bdcbf9cbc1a78b6d94c70d53ca7a33c88ea7b8aeafb023b63206271
MD5 809f0dcac0df819f911e187d8ad359ee
BLAKE2b-256 b9f88559390fc6d2b6ecd98fe7c1f189eadce3be1a06bc83bf801947de2c70d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bb498152a4cd4f4d8cd7f7bc3d26e26aef23083f46733c878c21c148ee2e6807
MD5 0ab8ded6ce968e5c1728ea1e097c6752
BLAKE2b-256 3779fe54273fdfe29bbc93b5f41e4057996f8c39ec4aff83311f9a357ae2361e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f715c54d821689ad07b56761f92becfabfe23def3bbee0a587bee7044352a406
MD5 e0f478d9084942ef83c58444d2b6a5ca
BLAKE2b-256 7a4ca5a025b61e19b10c21e3aee8c809469ef7c7bcb76c677061ccd9c906f80d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 bcdb33f0f5fd22a68e6f90813126f2671d7fd8ba5f9dec9cfc67c27b55934c9c
MD5 161d02b033fdd310c4a1c0017c7d61af
BLAKE2b-256 eb64b7e505f5fadeb55a6657c6161b1636a734fcc7fbdb3bd10d04b3c739387f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 23a19105e8ba02c815139b08edaaa4112fbcb151646e670e5795c6652c408182
MD5 f137100cba0bfd920aa18b4fc99a86b5
BLAKE2b-256 81f9f6fe903d3329494fc7d4cd97358213b82abd5e828296403812d99885fbb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c074e4b0384e7e52d96385ac32a44064db9a018d7cac0d9b14b743c6e63733a
MD5 d1ac845a9d918c38567a92a012c59d46
BLAKE2b-256 d33fe440441f57cbbec3a5ab9687387775ce42c1a70912a75fedaa1dd8f77f21

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93691184ed663caca19390a6a94ba1076fa59a99675cf855c246377a025c5979
MD5 d47d69005d275ac3bf47e889c62fecc0
BLAKE2b-256 90e28f81b0e460729c18b2f8064df7c614494dc432aad3f9323c6ec00c60d4d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65dc806ac750ea0582a61cb0359bc085ddbf4cd5a0ca69fb8e188ae5d9f75317
MD5 ab8e3b637f457a347d9c917127f514a1
BLAKE2b-256 7a5861e3ccba21e786dbde924cc5cd740487b206b790a94d8add23a1eefb57a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd7675286259b0a4c36e3c3fdfa51f7b2c193bc917343e52b53926ea12692bef
MD5 77c256830094d3166e7bc435ffc4bf66
BLAKE2b-256 dada013b04aee96ab9db34994ac9a4e0f5c62d846c89922397d4067b77ecab66

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 08e4ff9fe7cd9ec662e4e962af9bbe3f0680f33f21081fa906538bd3683594c7
MD5 2f9f465fd7cc1b8316b8cb682ec191af
BLAKE2b-256 bbe193a415902f190f4253e9af7ffe98da2e0ff852868470d6a86ab768597524

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03f64238c4a39ca5a8e7443ee8fcbc019cd04a3f21fe33cfd3a4c4794f582e1c
MD5 b1f9394d51fb516b7c64eae1479d4af2
BLAKE2b-256 048c400b63994fde0a9fd7d675424185a3374093c6224e341366315f0bfa7ce3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1059760aeb2f9c3a4519775ea0990ad33813d7bad33e81ba65528371b372b393
MD5 2e289811244e8fa652568d5d06c48285
BLAKE2b-256 4f1b1c429d23a8b0d9270a84c30f554bc70535c0d07f068950eeef33f728ce05

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8de73759b133c98843acedabfc28483a19741340f353b746e19103bf49aeaed
MD5 c9f59c71716d1508927a93afe9e0f02f
BLAKE2b-256 912d5b76abee23d95d1ca7d7fb3ee462e7cba4bf6cd649ada60f11c6fbdee711

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3e652a82f1e7726f04fad0e0b963da0b6cf81a99cee56c99c75bed743cdb0cd9
MD5 91715af8a0271bb49f6aea89092ab043
BLAKE2b-256 c4a2422f12b9787a4d1c239688085d73996f5c05c3ace207aee26eb5ebf9f226

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 63bb02f2e3d8fcfac02a693b245cfe499e95c57a21e6958e98c48cca2e56dda5
MD5 25fe539be9429fdaa0cce88915d429f9
BLAKE2b-256 1c5daa2151873572cebd5df2bd7b3680957a853ba9e71dd006414223f557efd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.9 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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c10b9041f2a4e9f53ccbbb3eb33a884e9adec7595aad4ce8028082d399bf8f7
MD5 1071d2a3f3f839ecef671c3f5989b1c4
BLAKE2b-256 a696e38a96b49ee270232d8ead50ad6568bb4a840a5c19d8cc78fcb31626a2a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 82276cf1b8b3bdcdb0ec9c1ee3c380e6a9a843562177a8a3fdbc62017363cf91
MD5 68120170769e0b42f0b4bc370d50cc9e
BLAKE2b-256 e17f955e0d2635e61ae73b5b647fdb0fe3938dac170bd449d208db3ca51bbdb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f76bfffc67c145e2f72fbb706eca2b30a77508159ef5b8193c0700822b578b6
MD5 dc2afa32e2a0bf9b3599edfe659f8e57
BLAKE2b-256 dc4bc288ab38773ccb844c68b2a52b63e1afb0984832217a3e7619c95500a35a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d3e813529ca9cd161b99dbef7354fe4df83bb5ac1748e7536b8bc1a5a7713795
MD5 bdd9ef94e646055d533fd95fbfa0abc2
BLAKE2b-256 a240d3090faee7f4ccf0c57e9daac8cc77bf199b50004d7dd08f3325399ae95d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8e9332ac909e35bfc2952f13a2837176a427d1109df2fda1de6beb162ba0d07d
MD5 d998f59c989a58f4d272c9ef0623658e
BLAKE2b-256 97080e328d5f0303ec5a431dfad3e9abdd4f91705004175f8ca0a2303794db5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 47379bc838d691735c5160b215cabd213d55017f27a342debc35bfc5ef1ac717
MD5 60003f5c3c6127affa7e0d9bef15be05
BLAKE2b-256 d121161b98072bd6e2894db626f1d87c69d89ac5f189c8d56438547d331ff818

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea98973184b116f4dbe01677f9d6e07aa90485d4041a6f4a8a549d4f58cc21b4
MD5 20c4bad5d0f209f4d55671a6523d2216
BLAKE2b-256 2b7f6fde518df5e6a3eae7b0d449e0ba0a5d0e5489212fd0b3aec6c2e71f103e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6710c3bb89fc25f9111e8dc13933513e43ccf9aeb8f72252edbe8f20b02ddf6
MD5 39199332bfd4409e819b0212046f35b1
BLAKE2b-256 8f0643dc567c0eb332ae4f738f9ec0fdb8759d2aa4f881016c7499de83c3f741

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 899df00659965e4cf075226d1881ef971e8f7f9d7d5ff564ad9189a26049c1a9
MD5 6a82cce16dd9d0f1629ce3d3048c13ef
BLAKE2b-256 afecba49e772b5ad5c5f287e01c032a307474599630988c20d025fb31a88ee72

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e26fa379e98ebf37b67908978c60074523652b07174df95ea364dd1600a98e3
MD5 2b9123c416c531ffdcd306df94500b3e
BLAKE2b-256 a2d8c7c6391db39e17f3eb16af301ef7ee91feef17a29d4b66495ed081eac877

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f634080c140a205178209167b9deabb10e101a3f126db0dd7d4ca43d11324bd4
MD5 c8fdea7e03b108b390d97a48035a48f1
BLAKE2b-256 60150a3ef9c1188d85b196e968d83542eab8af257a54407f9cdb90e419ace4d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3312c6ea08f4a0a8da2aca85e8cff9c269a852d0031910415f33b4ac064ff758
MD5 f77cbb26bb07edfd7b0d0e0ce7f6c67a
BLAKE2b-256 752131b6a6e9159ae48bfd240e6faed8db8484bbc695d61799559f152040e383

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d30c9babc5f85c17152a50f1adbd3f456d31373fbfbf5ab27ddf84805d925ae
MD5 71c6e0f6a8448391b3b536661910d02e
BLAKE2b-256 f096c41eb625c3713a6755867f1f3e491e1134ac21db6f90b6b6548ae92345cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e4992d1fd6685d508ce8bc74efddb7d42ea4a37b5b7b99dc64b38162163eff2
MD5 3d77d5e876224f74ff896962ee82dac5
BLAKE2b-256 d6124c5ce8bc61e840f4103eb72ccbf24d4881920f5663a4557078898d162510

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-win_arm64.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e3454e0120f9acff442c7d98dca34c4af118fa6df817b772648d16680217cc65
MD5 325d6097dcfef018da575b078f7625a5
BLAKE2b-256 ac95cda7fca298806637e8f6465d0fa0874d91afb8cb1f463232a4c5dae945af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.9 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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8c0d875eafc2825caca5401cebd96996bf7659149da0f6ae3323ee65b740bcbd
MD5 f9c58958a33597ccb994cbb64589f9bd
BLAKE2b-256 4374219eba47689182b13bd593ca09fe5bdbfab9ae39650eed1f52f22dddc6b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c74473c3a8bda3fcd5371afc2a190024229de2f9afc955a1c25d1c62d0bee853
MD5 74bb35538ce7c6be41b539bb5d521c15
BLAKE2b-256 0281a2211b2824cfbf95d60b44dc5d5465a90412d2c0473883a7956698b4ac6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dce5e58e51e82e40c905f5055a0f3b4090d3adfb0dbe84904ddcb8f72f32b2fa
MD5 72a666609eb0e7f1a749c2be7812fb81
BLAKE2b-256 8bb96d8de4d2b5d2e7b971e8e240da7b5b87c05e8d436a55d551b2840781f2ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 2f43f9ecfdd2c0b8298df72c2ad2fc6bac59a6411b0927d9c0512240c9060249
MD5 3a28654668770f0decbd5d68b21bcc7f
BLAKE2b-256 15e52e1240566eb103fe7b5357ec2c46ecfabb5ab8d8fdffec6ab2da4ecdf5c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4bd0cdac0bd839ff514d5efe3a45e3cb5fced4e4c5fb96a6d640f80d58f8bf4e
MD5 51eebecc69f8ce3ecd73585863241b64
BLAKE2b-256 9ad207d2f0ec71a8c8eba84e73e9abb47830d77fda3b039528c8df97e7c93ad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 08d6dfdf4e34eef12d54732f974c6cd47914a5f669c7b5a4ee7fa89132075711
MD5 2ac4cd72cedbd37ccb08ca7ea9523692
BLAKE2b-256 3ef73f0d38a61ba63bec869daddb972cbccdaa2732d98ed594ed07ae6020c347

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aebf6bb931fbe71158828f398ee9ea625fa6957e4a9189919c774675b2333e36
MD5 1ac61cb51743de0f45997cf3d59ec986
BLAKE2b-256 f7597be5ef2ade9b2fbb4cecb931626bda0ad2de4b681ab627130bca916ac8a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d8e9a7380f73ed6a532bbd3cc960bc56bebfaee23c5e380130756d89d795afe
MD5 e2396f3f879fb56d2bb7a62dee5439ce
BLAKE2b-256 c1b081918c245024605c75909ecfae227a620387c3ab82e3e97e09c0514557f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a850c137a799c4ca8e14d9a25f3e7f9b37069f1c4d8615bbd542e43ffaf27db
MD5 bbbc463f904b773d02eb45881ec4676d
BLAKE2b-256 1fdf571e1d77abdea2cf67aedf3d75fa24aa748c6cbcf1ecaa216596186de269

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f488c039d926e7436c2b0fb10706420cca576202ff89f6f39eea2dcf4fd7668
MD5 cde8ee088ff0f6057c03ce760f459921
BLAKE2b-256 324cc755e0e9fbdf05ec697ae61eaae04b3f1b70cf463dcf5d3818e899fcbac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4c0800c541bff613b3d38e09712201e4777b4b06e0dd179e345b11725d84146
MD5 961bd539848a2ef073349d0f110baf49
BLAKE2b-256 5c221db338f3d277aa7baf60758128470a6fbdeb3a0e2302cebcc76e85e00959

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 338d0964f1bb4b9f3357f7afdd27b6f65d322e589cc81728be438bc5592d93d5
MD5 0bc6fc6abc2df8e57400d2df25b036e7
BLAKE2b-256 b673df9dcc97df34cd0246b82d761a31cd6038661f10f9ad9294a6b95b2b8261

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba4a55626ea5598709d7a8919f6fdc273930603da6de6a10b17b00e08ad17992
MD5 76b938a7d6b88b712d8696eea7926c76
BLAKE2b-256 60110dfc1539bbe9c5fcf906fffa481626ef1d179da2915f1400bec27e727f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 839102419fbbd3671ca81d8665fec351d81033b196d48a8a139141e9ab31cc9f
MD5 11b3b0c634e4f3aaa3b43d90d090962d
BLAKE2b-256 bf467db4f4f36655641dbb1d13dc5973a949d2d2a257e6cddf462b13111158f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-win_arm64.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 8d922b3f0790c877855ddbea1ae1d32d924827b8cc506da1a7bb8f84df87fa80
MD5 a328e203c73efa9dd868ff5e2238c679
BLAKE2b-256 f199b4e73d56f225aa71c9886bf6ebe3a5cdc3a812dd6f5a6e32273ed16676cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.9 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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4c7b4d33dd578b7b387cc54d048d382f76a0452f91685c1fe75692923048e9ba
MD5 928ab7e7002898e0aa27ad2f707e86b5
BLAKE2b-256 736043ebed9a52db8d08b1dc294f4ac728398888dd3a6a2b212117862a7c18bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 daa32397f03d9751bda6edc56a81d300690f4af996938b705054fd95c1edadb2
MD5 83f864868c01266dd57bd8f03dd07bd4
BLAKE2b-256 d14b53bf8303c997357f57072560b256a0e6834e096ad0a1cd043c2244ea6253

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0709a30d9f2634c645dacea0e699d3f32b79f530b811875ade7a070c1cf42f38
MD5 6f85b2b579b2e6b777946dc67157916f
BLAKE2b-256 278a62b34726fa51300fbae8e742fb431508ce04610eb62d6cb91304ac67408e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c3bf0a109d3c86213b57c3560b41f05b057564f88d99221df1a876b6155864be
MD5 db23e52be0546c3c9f28aef827ceb7fa
BLAKE2b-256 18fd3e81b12685ea8e3cef6a0b974a7fcec300e7fbf0ae490b34fb952367b362

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c0952686949fe8a4dddeccb168c4eafa3cb560455b542a8b318ee130cf10db8b
MD5 c6144c5a3d40c3d552c200ee88e66fa6
BLAKE2b-256 ff7f326dec4b38b90aa0ca18f723b870a45b46e8d376ff34f36208013d3935ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.5 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.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1aa746b9218f022314ef15106d5e475864eff621a942a0470d4e300463e6ed83
MD5 cba200e8b19b2a81c191655d390e3b29
BLAKE2b-256 514bafb695b246119f961bb045d3bfcb849991adebd09d28623e66a69561a218

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 536e13c28fb0b1443e40712d831fecbf5fac95415b976725a0eb1bb526aa7e77
MD5 5acda10c5d0db40449eba86fae435904
BLAKE2b-256 a812028a56c553d1935d0c15aad6b25aed939bd3e2436fc3260b242663ac1899

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fdfee07dff08e72a324812f8d10c93202d61b6d7cca68d202abf056469e2ea1
MD5 dd9be9147aa4ca0849517e4f08819cd3
BLAKE2b-256 f72d39405a390076ccaeb69b409f74ac967ad239321d4192fc1a77f8bf644f98

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 028f6349852a239609af2e512590f804bc90de34d52b1b30f52b13bf741b1bc9
MD5 0df8f899bb085c8857ce0b4e95bca051
BLAKE2b-256 6345a6f7075fea3af507464543420a19fa2afa0eb31f1256895045e59c8a0b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 840264535d76d7ce2d4006559c2b68df2b8e7c61a75f607956c1bcbfe82d37e4
MD5 6a818f4a9b98e1be6b13c4c5fbc91bd5
BLAKE2b-256 ab0bba1858ff74fdfec8d4db84f60fcaccb28971dd8bf098a2c2835e791f4332

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b8227479ea5b2d99c7b72647c630bcaa369c064cfd52123cea3a3b48de3a5ac
MD5 f8bf731031748e2b039515e95d009556
BLAKE2b-256 9526920d4cea27ced773ea85c8c764f4cac5b6adbf2ccff5fb3957f25071fb47

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdbfb3deadd744c13319dce8d9975e6ebc42692bbbf00c7de8f61b6cd6abb008
MD5 fd84bc68ee503b4ff237f0387c0eb9bc
BLAKE2b-256 06c834fa93462a2c9752d98b97fff91ef4b581b7675c0bfaf543784ad82a0ad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60e6e196cfe2252662cd0a9689560a8b8bfe222c48b177067b63e93884b8a610
MD5 416b8c4dfe282b2506e8539d7dc48645
BLAKE2b-256 c1487ecd5e2a0502cf1c3c4233e35d22eb76c505c0723cf4350342cacccaf18f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bb9a0bb67e32ef6ba1e01f29f22622b5ee69c9272fcae5a73b99b031b7d6f44
MD5 97da1058e0275631a508caa6832fd683
BLAKE2b-256 bfba09d6b1f97e3bc4209dbd2ea53fd53d69293011609383433bc0a86d207d08

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 8.8 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.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cc60bb539f97292cda7fb2704e245e0cf69f10e6e33506d526fe8cc903dc4895
MD5 dad9ebc0df655aa16352c1b5256d018e
BLAKE2b-256 8a8531f5f5cdb23d255d1cd911be9528115b002da900e761e565918e67e46fb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e3f574af7a5a2ce65cf15075deaea6cf5e0282acfe54935253d2b8b9c24f45e0
MD5 2f18fcc097b3c0479f1c246c206d0b8e
BLAKE2b-256 1241f7cb2bcca9026c9bb945db2977de021121e170cf12ea3384710a4126d55c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b26b6bc39c10522c25f9e90ed02d479b06dd0ead3d8fe274dcf8cd5e1b483105
MD5 56c0965184c8ea458d08b062140b33ce
BLAKE2b-256 d50dfa498243b0eaa0b8c6a22420c9107aab8c41604b87d415517fa487f45045

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ad6a4352781624ad60df2f2e20b1b1f046e2569f0ebfb89c6a6dbd7674fda8ea
MD5 085f0dad5d6b8b1a4e82386d2f5372c4
BLAKE2b-256 190f58e22f2ab712547297603d5493d351683aebf93aadb0930fd79a84bdb41e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8af9451d09bc6615bc1d22ed79f8690b7569c5afc615d564f25c7b5646c24d7c
MD5 acd35c0b8f3693ac110c1656340896d2
BLAKE2b-256 bfb8baf88c63bcd47aac353975ee0fa9e05068ba3f1e26f641b1fb5a2de42657

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.5 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.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c24bd4ddc808a912bb32f68e767a60fc2034d621703109dafda1a7fa096018a6
MD5 9e6d75f0c7b5e66a7b04090a1ca4d97d
BLAKE2b-256 992cf6d841f12c5f9b478f8e5c228f3c5ec35d178ded2c82bf9e65b318d76e47

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5b05f844e3aed4498b023e78c4abbc245fc51e73991e37e73ae68871db3737a
MD5 8f19fb94b62827e452f74494110a2f7f
BLAKE2b-256 dae0fd1dda62a15e32c727e49957db869384032fa790c670002a54b1cd3f4976

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 075c1609464b3485545d4e0f92d7da6b0bb74ee39742775a00cd4733a8bff173
MD5 6b2db1809bce75963333a85466c69294
BLAKE2b-256 eb42667cdd4aa4d209b94807d3513ebbbc71a35f119abe0bf9bbb4422bf00570

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5309f25c022100dc33bee621e1d7aed217c96ce523e1da77f25c4866b511f168
MD5 7bd450d1856896ee4a4b533b3cc6753d
BLAKE2b-256 a21358a22233808f31fd292d49bdcc2b02a83bd91311ce0896b7719ae55f7ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca4fd8e26be1994c8621c67bcb047ef7065ccd90ef7e93e4bef1d1ba40fe8fa9
MD5 7d10a654e8a162ecc9dc06d36ff675b2
BLAKE2b-256 e545ea2a86a00dfec57e7c1efc8b6a835b2e0059ace14fe2640d3ce82fe95cfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51493237a34c3bd873472b4f9664a84aa5c13e33e5c1742cabdbaadf89ebedc9
MD5 8234d11139efb483b2bfc0e0f1d2013a
BLAKE2b-256 c2fed23d84aded5c5150934dbfbcf03181a8058347ca0986b1b1bb78540a9987

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a9eba719017458dc9f8c705f2b56bdd4240a9474d562e7135069c56bd29c32e
MD5 a5ba96e4951762fdd3766cdab076c7c5
BLAKE2b-256 3acd6c9d28f3b3cbcdeead01b0b5b0906f770cefb993610a66e321017a64f7a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3706771dd345f2f1b24c8a5677267e84bdf2a4c19d715bb6a8625b795c8b0d1d
MD5 bfdd01fc16afbb297a6e67e5bd629b58
BLAKE2b-256 c14404a9150b872988aabd940d57dd916d903bb1a83f3d788194e8e1d692d150

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d6ae1be66df05d744160b88ae13a7643fcabbe2fee3c5165d1a2026a01bec3a
MD5 d14c1bebb7d6451a56822427d6e10b3d
BLAKE2b-256 a1fa886bb83f1d476c5697325c07721f329908fe5f4f77099c2203630c255508

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 8.7 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.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1553e7472431f09894f3fc414c271e92bf92741ab76f65f7e9e27f3df799a9b1
MD5 ea6d5c2abd908809f27774b260b4a4d9
BLAKE2b-256 34f2a9588e5e31aab06d8b215c02296c69e7c28590beefaac22c828d24fff404

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7b229b9e8662c5639e4b00afb746f0c3e5030667eefc1ef2c2fca6d00252511e
MD5 bec73832d9cc5e15e7172fd558291748
BLAKE2b-256 f818f28ed8517464ff93b5408649a0bcbb13bf6331f7293d79db9c00cf287996

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5352ff5020f3bb22ed014d62b4b20d144995fa60ddcde0a178b35bc3cd53c15f
MD5 cac031d563acc26adee9e92ff8b7ad56
BLAKE2b-256 31d3eedf394765ae7a6c45db73d2daa188de54195e4a9f8a9e460157b32bf94e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b05a73e67e3b08ce8c84ebca91ab5940539be3a33d61b1b691f95aabc3b12508
MD5 a517280b48427a09e55629ddf68cf4a4
BLAKE2b-256 82718bab439e92edd23cb744a5b15edd0dff398bda369b3b0bfa6bebd4bfed18

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5e0f02e63212f2ec46d9d7bb1ac7f0149acafdb6bb16451cdbbce6d804e94053
MD5 44ffa7d36ac54a4fa173aab6ef8b984e
BLAKE2b-256 4321b24ffc84f44136b853fbd9afbf5eba75e95086f8a7ae772b7fdef5c03c9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90aa4180aa3f1c373052a584073578feb523428318ec5b9ca1dce1b567e4596e
MD5 310837e094742c4d0e1104be3b440323
BLAKE2b-256 de243965238e2629a73bde523626de61179463e7ad2a5f82596fcaac2b916146

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a90dcbb749467e0224d44c6d0c84f4ab82402aa9ab766399b2813662cc2f1d2
MD5 41fcf7decb329234c0da2a61198afe34
BLAKE2b-256 3ecba06c013f888c3f48eb16f955be058a712cfcc5e601dc619f50d0d49637af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a30c956fcd64eaca2bdd3894831befceba1039ea2a3fdd71fa28ba5fe7189640
MD5 6502910ddff715def2a6d50bee7fe124
BLAKE2b-256 4cfb0c18240b91ee8ae60144add9a2e932dd19114b01934a70e5fba34f30744d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37d7dcc11f3ebf85d6066040f362a6cf935090d055fc7d462dd3fb2afb4d51d8
MD5 08679088c9164830becedf125b0e282b
BLAKE2b-256 713a05263c5543410d47ce6d60165dff1e83ccfe4de19b2bd493dfb3cc0da74f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 375e11f9f3865d71208bd1d3b3239bb8041733e74ecac605e49d0941e7f97d73
MD5 460b386510615e4f8f216aa9dbb13883
BLAKE2b-256 a43c9d78a2f2d7cd014470199ab41a840ca6446089650152345bddc73e538567

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10857f820e883526224bfdbf6da8c284e763ff905c437e76059fc0591b56cfc0
MD5 2a159dc551fbd439d7ac7751aeb65530
BLAKE2b-256 2a41d17df2d1f43b696217855062a8091efcff7aed13014d55cf8dd55ad81e3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ecb3a2bf211c0d87697882dc2a25af6530b373c7360b7421fe9b992b77df7a97
MD5 713792f451a8a622e87e1e99b38582c9
BLAKE2b-256 a8c75cf966bf648131603cb220b661a89412249f5b5ca6aa28331d749b19addb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8806bc2fe4d8f932753c40f37a6c965e3194d56510941419f10d5c42e19f68b2
MD5 1da2e910399ec3f7358b114337065c57
BLAKE2b-256 15bd899638162137328fe3ea025db2e9e95f7344656df0f532bcc07e54aa520c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.0 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.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 951d3d61917d9e3055091f270810a1a67519374dae83ed3713f7e7cb94772c11
MD5 b6dad27777b061c2cabe91f1ecbf0b12
BLAKE2b-256 038378e0999cf84b2ed7ed8a44903d52ac2bb6351ed0e61bd5859750736524db

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-win32.whl.

File metadata

  • Download URL: cxxtea-1.0.7-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 8.2 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.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4d56b18e590beb10c484002a45e35c176922c19229a5d2407a3f83da8e8488cb
MD5 91ecd741bc476f566c014f1a2f629416
BLAKE2b-256 b56e6ab57ddae0ab067af596387b4266c06e6cde7635a6b92c53d5358874016c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70a74988009c8c1b8bdc605667ac8fb2dab7c6932e97a1286f5b408d4fd2411a
MD5 9afc3ed6661137f61ab940d9026dc499
BLAKE2b-256 98b8a722325785492cc1244d01081cb5f3d061c426526f70cccfc6f8aad56727

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a5b5e1e7dd617514ee081ba6a9efd6b9ed36238b06fb1cb50f03f3d387dac392
MD5 299f60bdadf946dd5220366137dfbb20
BLAKE2b-256 9bcd739999ebfa91cf29397952bc053e51d7ebd5a0c941866bdfde479b9c57e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 63f728e4c8123fd8225287e6c285f0744567cf97f224209c2d213e700a4817b9
MD5 adedbdfb06762980f447a46445f8e5ef
BLAKE2b-256 078d304d1ffd40178c5723bd53bd5a507af881a4ca345ba084a8b8368b5c9083

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 315559279eaeee078e433fd33a2c857061fde53c7c1c2a03a379a7d6b77e59fb
MD5 3221b14bf69fb340483c946376486a66
BLAKE2b-256 294934afcfe7a44ee0ac35c63aebc0c41c3d81a5d4c4bea7615cc0ae30ada459

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce9c04efd52c4303e0e5b805f62e1d5ae009e8ecd980c079578d2f188a30a0b7
MD5 04593f367034979443b2ae0978c5cfde
BLAKE2b-256 ef6eaa56d9e872a8bbe7c09de346f24c105a3e6315de17854588fe70895f5c7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73b04944ce8f9ecdf9299d3a3b77d285cc670b4bd7340cc127e2a81183c8b318
MD5 786d2e029f00b929a55a3b043135d564
BLAKE2b-256 312604e82932b7d22f77c68772f2429e8ee16f15003ebd0e46377e65eed6fac3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a39aa7a75559a3e4462173bbd9f9413acfb35533c9c85077d02b3fd4a4036869
MD5 9783649a79761cdeb17343951642d4c9
BLAKE2b-256 beff0ae4f12118311605b99f5fa5eac69098f6533788442af0193c65e6c58cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7aa98f0c7e1446dcd504904700f3787e0fbd9bdbb146efadbcc94c34fe8d9c60
MD5 99e7f4ba18b47c170147110770090fd9
BLAKE2b-256 bfd93fa45d3c73b159546363b7f2d725a83b23c4576b3b34d4672490e34b3f28

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cab03d2bb76f5ec4a95e60b8e43d08ef55469b1e45072968ae9be7ebb937aa7
MD5 5812f518d28225fa1e0c92ce19ae198c
BLAKE2b-256 94b4f356c224a74c71d019ca193347da58631403f240e319f33aaa6198456fa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43710b9eeeaeb7634c8911b85139310202cb8ade21ce881c1cf8c697f4b4dffe
MD5 00683fc7792739145feb0b98e3c90cf5
BLAKE2b-256 f444b826f76fef479b9ea45350c29e5e438f7cdf6de0bb95b25e398565260ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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.7-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cxxtea-1.0.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3997a0345ae7a4b2768b4f7d0cbac83a2865a3b3325b3a75a02d730358f6149
MD5 f2f1c32da44bcb5048c1b2414d85ede0
BLAKE2b-256 10690282fbc6e68def29b4a8c7bd77fca70bd53b221fa79784ed25344e2c93ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.7-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