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...'

dec = cxxtea.decrypt(data, sign, key)

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

Uploaded PyPyWindows x86-64

cxxtea-1.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 kB view details)

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

cxxtea-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (4.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.5-pp39-pypy39_pp73-win_amd64.whl (8.2 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 kB view details)

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

cxxtea-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (4.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cxxtea-1.0.5-pp38-pypy38_pp73-win_amd64.whl (8.1 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 kB view details)

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

cxxtea-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (4.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.5-pp37-pypy37_pp73-win_amd64.whl (8.1 kB view details)

Uploaded PyPyWindows x86-64

cxxtea-1.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 kB view details)

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

cxxtea-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (4.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

cxxtea-1.0.5-cp313-cp313-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.13Windows ARM64

cxxtea-1.0.5-cp313-cp313-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.13Windows x86-64

cxxtea-1.0.5-cp313-cp313-win32.whl (7.6 kB view details)

Uploaded CPython 3.13Windows x86

cxxtea-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp313-cp313-musllinux_1_2_s390x.whl (13.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp313-cp313-musllinux_1_2_ppc64le.whl (14.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp313-cp313-musllinux_1_2_i686.whl (13.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl (14.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

cxxtea-1.0.5-cp313-cp313-macosx_11_0_arm64.whl (5.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cxxtea-1.0.5-cp313-cp313-macosx_10_13_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cxxtea-1.0.5-cp312-cp312-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.12Windows ARM64

cxxtea-1.0.5-cp312-cp312-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.12Windows x86-64

cxxtea-1.0.5-cp312-cp312-win32.whl (7.6 kB view details)

Uploaded CPython 3.12Windows x86

cxxtea-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp312-cp312-musllinux_1_2_s390x.whl (13.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp312-cp312-musllinux_1_2_ppc64le.whl (14.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp312-cp312-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp312-cp312-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

cxxtea-1.0.5-cp312-cp312-macosx_11_0_arm64.whl (5.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cxxtea-1.0.5-cp312-cp312-macosx_10_13_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cxxtea-1.0.5-cp311-cp311-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.11Windows ARM64

cxxtea-1.0.5-cp311-cp311-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cxxtea-1.0.5-cp311-cp311-win32.whl (7.6 kB view details)

Uploaded CPython 3.11Windows x86

cxxtea-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl (13.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp311-cp311-musllinux_1_2_s390x.whl (13.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp311-cp311-musllinux_1_2_ppc64le.whl (14.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp311-cp311-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp311-cp311-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

cxxtea-1.0.5-cp311-cp311-macosx_11_0_arm64.whl (5.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cxxtea-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cxxtea-1.0.5-cp310-cp310-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.10Windows ARM64

cxxtea-1.0.5-cp310-cp310-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.10Windows x86-64

cxxtea-1.0.5-cp310-cp310-win32.whl (7.6 kB view details)

Uploaded CPython 3.10Windows x86

cxxtea-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl (13.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp310-cp310-musllinux_1_2_s390x.whl (13.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp310-cp310-musllinux_1_2_ppc64le.whl (14.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp310-cp310-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp310-cp310-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

cxxtea-1.0.5-cp310-cp310-macosx_11_0_arm64.whl (5.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cxxtea-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cxxtea-1.0.5-cp39-cp39-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.9Windows ARM64

cxxtea-1.0.5-cp39-cp39-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.9Windows x86-64

cxxtea-1.0.5-cp39-cp39-win32.whl (7.6 kB view details)

Uploaded CPython 3.9Windows x86

cxxtea-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl (13.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp39-cp39-musllinux_1_2_s390x.whl (13.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp39-cp39-musllinux_1_2_ppc64le.whl (14.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp39-cp39-musllinux_1_2_i686.whl (13.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp39-cp39-musllinux_1_2_aarch64.whl (13.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.4 kB view details)

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

cxxtea-1.0.5-cp39-cp39-macosx_11_0_arm64.whl (5.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cxxtea-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cxxtea-1.0.5-cp38-cp38-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.8Windows x86-64

cxxtea-1.0.5-cp38-cp38-win32.whl (7.5 kB view details)

Uploaded CPython 3.8Windows x86

cxxtea-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl (13.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp38-cp38-musllinux_1_2_s390x.whl (13.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp38-cp38-musllinux_1_2_ppc64le.whl (14.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp38-cp38-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cxxtea-1.0.5-cp38-cp38-musllinux_1_2_aarch64.whl (13.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (13.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.0 kB view details)

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

cxxtea-1.0.5-cp38-cp38-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cxxtea-1.0.5-cp38-cp38-macosx_10_9_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cxxtea-1.0.5-cp37-cp37m-win_amd64.whl (8.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

cxxtea-1.0.5-cp37-cp37m-win32.whl (7.5 kB view details)

Uploaded CPython 3.7mWindows x86

cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_s390x.whl (13.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_ppc64le.whl (14.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_i686.whl (13.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_aarch64.whl (13.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (13.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.8 kB view details)

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

cxxtea-1.0.5-cp37-cp37m-macosx_10_9_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cxxtea-1.0.5-cp36-cp36m-win_amd64.whl (8.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

cxxtea-1.0.5-cp36-cp36m-win32.whl (7.6 kB view details)

Uploaded CPython 3.6mWindows x86

cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_s390x.whl (13.1 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_ppc64le.whl (14.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_i686.whl (13.1 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_aarch64.whl (13.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (13.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cxxtea-1.0.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.8 kB view details)

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

cxxtea-1.0.5-cp36-cp36m-macosx_10_9_x86_64.whl (4.6 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5.tar.gz
Algorithm Hash digest
SHA256 d1bd359b16821cf45fac6653cfb4cd7970f5f5c178611c1dbefe9c2c8e2b6203
MD5 f036026f0ec9da760c950522beafb4ad
BLAKE2b-256 640184cf364fe976b1fe78fb27f7d67daa41fcb47165d0bd2b42ed3a4bee1537

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5c016f8d6c16306ff2b550233541f5a8337c59fcc3d0dea8aa093f447bfa2dd0
MD5 a0260e2a22375087a32e5a987536691f
BLAKE2b-256 104f24837f65a6bea34b7b896b2c74daa07aafbadc55ba27364c5790a87bdee9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07ec581ab106f64c794a04ff0532ea5b341039a96293ea9e5e65a74fa38fcb98
MD5 71ab8e0e05d2543df8a6b625b12edaf8
BLAKE2b-256 e1913ede17af1d6287197c8b1b55014251a3344b3fa18deb022e8397804c6d07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2f780fda1ef9d07593fd71bdc5f4871ce2b1cfabdd175fc0b0d743c35214895
MD5 879d0a52cc54502641252d28d8e49263
BLAKE2b-256 2a9c8e76a47256fe7f6c9044b3c111f3a98d880afb0f716d741c8a5ea7c7b650

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.5-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.5-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.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d1f0a05c915bd5adc846d00c810582f42abe1890af746596dbd4c5eec0ac5f5
MD5 70d58656f7338a9e6772f49a745d1fbc
BLAKE2b-256 2bb6ff899ea588b97d6c966844a1b6f56455a5af129b6d1ca137608f1439edc0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 952957c00e4efb7a14f941f04c40c551e682e6331425c5815e0bd21a2452eb8f
MD5 67f17b9d62a3cccde73aa15daacfb0c5
BLAKE2b-256 54620d2ded9663a1bfe5ec5b36f6c74eeb03078200f6f548a692cea8a95d2205

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fc092283fbdb3768d82a52ea9da6cbf3aa897e6ee27dd41042ea04fdc3d65eaf
MD5 feada966e6ce0bacc74381a9631588bf
BLAKE2b-256 2553b4becc82c046d324b59d6fd3ecb63fafa39276f8114b482064250f72cc16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20009a966fae30fdd5217918e7aa7f6227a9e2a6bc55a785b3eb4b97780d0cf3
MD5 2571103ea6770b75d7b78db7fab772c3
BLAKE2b-256 999da445f03a49d6b5ad76c83773fc76eac95a1a766343471c0e4e160cd08570

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2c59c5c88c2da32fef385164f6618707dda58ffaab16a7c305e26c944f75755
MD5 297f8fa744d3e2586229169c08e62c8c
BLAKE2b-256 019c81e59cdd0878d7f369bf7eaaef6b05f4d74cc55b60e2b8bc7ea047091963

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.5-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.5-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.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08e8240f139eb8070cd62f81aa29dd7611c7d987c10c08f624edf732131f0520
MD5 9e2493250d917c9e616251afbd4baed0
BLAKE2b-256 223a1339ad0161759d5d0bec394b3dbb036d56d20216c05c2731a61d910234c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d00c6f0c7a174564ab998624fffd05abeb6281f7bad004c65108f7b2841757d4
MD5 fec820e294b3757785a3de80198563c6
BLAKE2b-256 0a92eb2ef05317a4f10ae12180fac9f3c6483b74fc2e772fe2a5b102f2a0317c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b1c56ee3348feb8f45e2db91359c1f26eb8a860ed4f620a839878ce11e4711b4
MD5 33c42522406f57b0bfe1cdcd413c28b0
BLAKE2b-256 9fac1943b3ead56709e6f1e2b6f5cb4336609e335607987cb1a40f9d46664e65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db457d1904fe8e5a1dff33968dc05fbc87c310b88bab6a2da8bc7865640d9134
MD5 b66f73b031507244a9c31eaa991a612d
BLAKE2b-256 b7fd9eb0cdb3b67d6dc04605b008e711707fee704af6571b86ba2556528a8c2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e444391161d8e45e38c383b3604ffc3e8a4bd3c5ba0f2f29d465e1bfe7af509
MD5 954ec384c817eb5f7bc0070ecfc634c4
BLAKE2b-256 1d5f616b08898edc57c6a16b1a6cd3669d0e4c388716bdf339aff745a152ddb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.5-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.5-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.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ecf31480ea1f2dc55e9d687b1b8b3a5a73590496deeb3ce61a337728a0fd996
MD5 16dfbfa59ec19bbd1c1ac20aa849617a
BLAKE2b-256 61f568f50c8d4f1923a0debc04050c78732115818aa58050b5da8066438aea3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5d62059c234bc3d0abacc29e1266c0dd286f668580134ceca97cd740b761b3f
MD5 d8177dedd780984af3a4b42d0a44380e
BLAKE2b-256 207146296c2975a163cb8354547978f58292d81da58a33a1f190fa1f97dcda3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 56330bcb2ed078d1b0207c7d01b92713edb99652eb4678307f790401de3bdd89
MD5 763de72e1202e19c75f08309a73e9611
BLAKE2b-256 93430517b1ef56e4785c7277a34c7d05a2d4f10e717a625151075336c9266777

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6965640712c40c80387d30881ce4bd1e1d89844a40875a77462c165fef563d4
MD5 691569392f68aec0bfafe2c921c7a500
BLAKE2b-256 8b60c63ebbdfa9a0c347c31867e819773441f6bbea62f91e6c3b52a60185977f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a64410cfd432b8e4180a4843facc1fd9821b0280820f1dda1dca556ad339da0
MD5 1974f7b5acfbb6a1b4d9a6cc99234da5
BLAKE2b-256 d310725f005396e06b7efd1b8bf4c9a1f69f3cd398bfdb4e1a739a9d47c48c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for cxxtea-1.0.5-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.5-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.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8514fc43c1f53c71db4fa4623d55b53b48cc2a016251d7680df054d94d0b0c9
MD5 d1d1cd27399ecc7b7e755f44d7e840eb
BLAKE2b-256 abc16ca1dafe73546b9636160fb9edb12b63337875bff47b1e5d070d74d06d91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 997284f9bbf9edb8cc52272781143f4b9aa22544e2b31ed48a455cdba4631894
MD5 8ed62ee12979dff0e393be0a4bfba31a
BLAKE2b-256 72515d7176f4b7c5fbf406f68070f99158d079bb32b8dc3c0639bd4bac3b0903

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e47cae4b10e6adccd80ef16266acd2887feda063c2f00729ebac07c178893ae1
MD5 e1cb76c772773674826646c61456438d
BLAKE2b-256 74ef32ef90709797ada581f463fe9cbb3271b33f7dca92bcbc6d09c59939090b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cxxtea-1.0.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3edf66ab371d4975e067b8d1743de0a85dc7d85b0a297340ced90374f12738a1
MD5 389b307f6284ec937ad58b665db73f7d
BLAKE2b-256 960b2baa566fbf72ce229472ba470d6a38aaab89a8db8cfc0a9a86188833d051

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 61d1d792087288132aed253cf7ba3820bd5d77544ab65a1670f8359ccbba584d
MD5 6ad8c32d928f1eded15a8350b0f33960
BLAKE2b-256 c0467d0f7bafd9cdfb789e75cdfdcf2107fc8a005892f72982b59c98cd47f4ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b9c3c28d936a6997bb33b5baad0f196c6c627cd16545d9977087561e5211a1f
MD5 fad41259c7b78154339c55ab03c904e2
BLAKE2b-256 c0eb05b2226e86b21b25bdaa86646d0384925571a136ec74571ab1317643910f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 48f0bed3a426bc9cf90d895be5b5da45789b8d69d2b534b1dcc37f0c09524e98
MD5 08c248bbd932efda3f1330f558f8b3ad
BLAKE2b-256 a91fbf6bb63d5747cd838dc5d41886d9b81751caa2ca1399ba63fcd5a5c5c81f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8c5c43b61d6ccaf84f353ddb93d1b9489a2448337d1989cd059abb60fc3cec9b
MD5 89ec5e4a854dad9133df76202926e857
BLAKE2b-256 f05757d6d951d71f6b6fc3c52d4f86ac899db904f06657982dfe6dbfeeaf6579

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98bbb3d33837d2dc84143b6e383a9cef84ce977297f7df1ca2d47cb94b61932b
MD5 0bfd38e5a8729d228d8ab5f6f67a8f44
BLAKE2b-256 43756ff0e608c9b24769421fc9d655a8a5a3796263579f97c0c32879325ad580

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b761a147a5a90ca40684019ca5ad29e8d616764dab25040b4294db30cc62e13
MD5 57be4cd60ebec60b29ad0a93a2c54dc1
BLAKE2b-256 04e083a9f8142ae7d4c554b2881939d8ad3c567c396cc4e664bf012c9ec1607f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 991bff3e5ffa7baa9779953128dcb3ee5ab1f1ab0bf825748610daa27db634b1
MD5 56aa304312de41a33f4ee816b12e9195
BLAKE2b-256 ab0b51b3b8dfef7342a9d37ae13f28c9289c5c34c7e429f5ea4d130994ed9d39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66119f19fb5ab2840b82800baade4793ea00a25965070bd3235e63ef545ec036
MD5 2503780322a4d16e03576f9d9221079a
BLAKE2b-256 df77c38ccbf7874f4f49f155dc94a5b562ca78bbb603cb0b7b90c92f11961cc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3da17b24d48243f42a5820149fe2418abc6c7e285451d5a5553919bbad35039f
MD5 14572c7d1bf643cf896dc654e2bcef05
BLAKE2b-256 d3aff6d784d53aa9e3eaaa14617143f97dfd5b37e98b336032afd45d3935360b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73e3e8f22f81ce411fdd009d5280a7360ca51579a0e70ce42a314720f1b5aa4e
MD5 8b303f46694acd4a4bd07d7dad102edb
BLAKE2b-256 564dcffe13ae997f2a54d629486946921ed70a2b79e4f140af5425d2deb80fb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54da19de08ce2d7af5fc69bab01883fe349d80853aef82c953df929882c8808c
MD5 03ff32c92af2f497c7082bf1848cfdaa
BLAKE2b-256 a06c1f2e933e4a3976f7373970721d2e2a6aaaa0615d352afe47300770cbe3ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5390f518b301561e285ab0384284ac71fb4ce3c1c665dcf6a67d1decb34b0b7d
MD5 179d994ef244ea2ce1444d40353310db
BLAKE2b-256 ddbd26a9b2fadd7762f97a9168fa2c79e9fd347b7ac1ceeaf2214653cf2deef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b661f4d4086f81ad7224248a747438c4ca996cafc1d1a698a0c7a8acfc301d84
MD5 f1b78824f31a04961dfa3906cd138562
BLAKE2b-256 83ae49a5213df23061179554735f50a6d95fa51143c970266b047de68b738a5c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e50eb431ad1dedbbbffa4b8a5b736c865160fa1ea62cc4afbe612d849fcd08f7
MD5 a3ab6e80c9399f694af65078379444f3
BLAKE2b-256 1a1571cce818e7614cbff33b95343715043e3981948d6a19bf735715a05a1cb6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cxxtea-1.0.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ddff196f0adeb470337b0aed27a320eb734c0dc873961da1146e7737df9caab3
MD5 84f9fe24ddaab6b1d411adc23ba55769
BLAKE2b-256 cf721cac1cd52cf6619a74bffdd6e4070d4b4fe3b2e12e116c2375bb6cf4aaa3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6e331be55181cb2da5d7433b51801b0b818b1dd67d696758b0926f55c631420e
MD5 38e0e4c25cebad1c23c289a5230a3f71
BLAKE2b-256 cbf86a37fdfd905302c743cf9787cff22adb9c97a2c9233153026682822f7b9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 814106406ac596c2f11e119299313e96ab037297510f157f3d5b5e492dd5b8ca
MD5 3035f7ae2997f09afee0956aa680545c
BLAKE2b-256 f3322c55b50fda3f5b11fb5a18601c7290dd114b7dcc816b4864bd9c91a61063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 bc4cea35003b3332a25488f3818bfd0f36dc7e690f88d23e9b739e81e5a43814
MD5 454f0bd410b39d7624618e62e5d12c2d
BLAKE2b-256 2fb2933e2eec480f6ae4521ff3feee818b814cd93b32dfb3190cf5df335fec98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a0f4c2fb305cf62ef07a28cb9afc39d4240f3fac532e562006e03f1ac1b30a70
MD5 9963f4e4f21824a02cc4e484883abbfe
BLAKE2b-256 59e2879f292747f9635ceb57924c77b1244c9b767d09619aa392753c37512f31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca9ea56f2f8b44e71c5b26c83e2fd6bb69341964d4dfc95a3df725932a9b23cf
MD5 f3f6d7262c49f58403f35013182766d1
BLAKE2b-256 3c1033d663656cfc90d5c0330a1b6c6fb5c80188b540b71f9dd0d735f9f8ce0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8bfdc1c8e4b9a2d5abbd508f77d78f7b357f91f63e2953fc432350ccc064d7ea
MD5 3414b5be66409853ffa253fb0684df62
BLAKE2b-256 440200f01c39ca98eae8e1d73b9de848e06e72c86bf2b316caac598c029b9c2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b92aea7c940b7a6f8c8435952244968722180dbb3f2e81c70ed9175f7e105fad
MD5 6cd5b07a9b208b30f1953f914dc161bf
BLAKE2b-256 2b1d3370a7c1ff80abe40d2153ebc2ca7c861e4fdc7eed79dd7b4c4946eaafe9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05c4710225a7a06faec23e8a3e5ef1d6bb3f037c3c32fccdfe53c8e115a71110
MD5 03cc2482fcee66841a7bf22c083af137
BLAKE2b-256 61926057b4c4e45ecb9ff34269d5504159a5830d1754b9b9d4471ce2f2791339

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d0497e71509dc6e29d002af85bd96451a6880139fd30aa5ed83a311161bc939
MD5 895a462b52b3b96a6e4e6b3ad6039194
BLAKE2b-256 82fd9d57c45010d25ac48aa45f85deef8315c51e211f288350ae51ce511e6313

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15330f2e9ad1c96f9a4047ff69a5b01d110c834f119a5068b6e9cae1d9219fc2
MD5 ff9a4f27b911a5e4545b0e3d6092b126
BLAKE2b-256 e8c15cf3c57f7156e4fc32020f267c7d5a00b911d3b19df3636381c17d0f79a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76b733bb4b8f72ffb0a55ed524c9ee38c1a37485105e5f36167c1ec6143e58cc
MD5 1ebd1f3318b098b405986b892820a98f
BLAKE2b-256 8488991f0e28370266bd74aab98dbcfe80baf8b3f6d7d0f8f89a3a8442508c58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e72c4d378a56bcb29d01d82e74fd483f5b1453534702a4ec742f1dc35422bfa2
MD5 0c16c78899668328f21f54f36ff2ccb5
BLAKE2b-256 9e60361a7619896d266db0d202d31b720cf08cad2cf12e03b0a3b9a52905df50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e6ff9201de7a47e35d03a7a184439cdb6b33e520dcd100f12aed347c0961de77
MD5 c475ec64bd8cca0864b24c86efe24ba0
BLAKE2b-256 765d08f0240cadb93827a5e4e3f9ddac0479663c4ee132ad183d8ae0d0c746ab

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 68dfecc731e372b70b664ec9bd1d611624231752ca0f648b36e2adaa7298bd8f
MD5 9e3bf8ae48ff632304de2d4713a7eba1
BLAKE2b-256 168182af157853a1fcd1b3e1c95dc0e806ab484a86685233dddb29f721102762

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cxxtea-1.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17976b36b2cf96a2560b7ad88da246590df5d5837a85484baf54b072e3b84f88
MD5 520be12576dfc430532f2a43ad7dfa11
BLAKE2b-256 fa8f90f7cfc720d6f9a1f8a376757d08180a2f6609cb8403da9d1fa6b6e476a7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6b0f895778c2cf3649970d26383910cd4de691f5480ad04717243adedd08d102
MD5 2e077f9095a28aa48f561913140ca58a
BLAKE2b-256 03b6f911379d3ef1b25df731bc5afc74b3a27b3256ac113fffd82bd65da7d303

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 333c57d75a6bb3379b240015843a909b9f8143002fb320176f0ac1f8fac417e6
MD5 50a6bdbfc8925475decca4986434a758
BLAKE2b-256 bbfd1db24a76441a5927826fa9f8dee0b245778edac1121013ec0be4c64e057d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 19c405822c2a98e8245f9ff1fe2414fe760d01fc946606e55bf5a0b929e4f98b
MD5 85cabb53658368b0a94aec5461c438ee
BLAKE2b-256 9980352d1f92ecaff43651b3f5661fa55e213f303300e9425cba5d81c604a7ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 033baa32db538f1ffb75f80ae3d9da586010b3f45d22518424ae6db2422f3233
MD5 017b8ca393db46f725482cacb3bdefce
BLAKE2b-256 7177d085c56326d8ca2c81771c27de498ebac71355187eb0f42dc5f9b351e9e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d92f90ebd951364eedc332621e43bdf39b1f8c2efd0d50267b8e15cd61f4ddc
MD5 54f83fa43f18144bd524a8a979297374
BLAKE2b-256 749aba3bce529494097a34ae360579c08d93f033c4684e32c359c28134dddb54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2b7fac566b5a49d5169a2db08ddcd6bb479445efafddbe050f5192ea1cb394d
MD5 9dd9d57e87fe34a142931b350ae0e767
BLAKE2b-256 19b98e74652198245850a2afdf82bedb4f1a54524b0e17ec72b3ce9f3b0721a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea0074bdb43ec40dad28441fb02c809ff8a736512637db56d58df9a1d57b0f0f
MD5 19afdb68857632364bd1e8f13d50d706
BLAKE2b-256 954b10fd80a2ca4a9cf1b464e735995ea9c4088d0101cc639597a6d1b08a7d7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae559e97507ae4312027123a67a8b66d1036eec9c5961df1c7fdcb0e7d12a697
MD5 2fb7f168a60ece4145082d89f160df50
BLAKE2b-256 6b88b52d693cd8afd9d99810cccc16ec609912b86ae433393dd09693baad0dd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 284a7b483069f8982726a81d2f4acfb7907c96ae5ee6e4f0d2fe0b2e2df742e7
MD5 a0432ba4d44341fc7b46ea70b7ed0b3d
BLAKE2b-256 43e8af585e01a0038df3824866a33b2a163b1ad33f78823f207003fc1223c64a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09a765a963c1896efa758e339fed443ec716bdb510616f36aab9d48f80fa76cd
MD5 eb2c2b037273637878d1b270123c9fc0
BLAKE2b-256 86b0cf249993d02b36096139dc794ae4263ed6f245171cc95365c1a405c09415

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e3ac718be861428e681e24f3b3b34a2f5970990aff5168ce6664c28efe01c1a
MD5 314400da34c79c8eb42ad28efdbbf0d7
BLAKE2b-256 56c2c0cab9787aaccbe0a39af7d51625bbb7db0addbe1baa98d2195a2fd44988

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f44515e0aaa1b17c2066221d08f9b5732297e953d88b98f168f54c86018a637f
MD5 f8bc855531421dbe30eede53ed66b3d3
BLAKE2b-256 804c71f6371edbdd21531b8cf6c7f2a0f1c659bcce165a9425e9b275be24efb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aed4f0d9936c9ab884f8dfb171d903b8af1c88616e1a37c4b871271b9c9b393c
MD5 d67b8cd3bc56bfb392b989df81b19411
BLAKE2b-256 73f8bdbe2bde84fe5f76dc1f726294cf5a935265c5e869730e856f0e24df9b4b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b00f3476ce42420db49540a76573d986bd7f0c20ab87bf1dc098d8fa5ffdb44a
MD5 ddf45f9d317db1d7436fc11bfed679d8
BLAKE2b-256 7bab2cb906010c7f4204d3374b45261f544c2bb43f447c2d8e58ed61ceed2c2b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30028c09ca54ae27ce3feee3691397263ca1172d7f5ea86c1be14be1c11c7e91
MD5 66e896341c9986d61a40bb1715fbbb27
BLAKE2b-256 9da63b33cc015b5313863ea38510d4b7b19e77be75b596c4af770df142fb431a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 baa2ac601f44453386f58e98213df4484fe6ed38ea07938b656e6c80c8d51044
MD5 4c2db1b9e2a3b731add49affa1915ecd
BLAKE2b-256 ab1c7cce1981163595ce8337cadf08d6aa2d66d22d5e8146655c1a618c5d469a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf0a2cfb3aaf64d38944c10ad02e11c58534a11a11baa658ea2db1e74d27e2f1
MD5 c905788b1904336b299abe8d99091d27
BLAKE2b-256 5f1724aefc6a798dea4102ab33e6b46e4f4877883770f822001f805bdabdfee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0d1b312f67a9763219b194860d6e175b8ec5b2babc727de1da163d153009c507
MD5 cc779ff25db9b8c4d8c61b3711be04a4
BLAKE2b-256 4dee20bb0828a58d4dad3cd05ab061b6fb40a5fab960de339e86d92a8508af6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9914f627029471c73913c02bda48d67ea15e191206adf97dec3b611bf46c1f10
MD5 12c3964e998df5951615db5f1f8b034d
BLAKE2b-256 0addace54f78d2077f1a2ae9f572f5166a35e9b3f3f9547a530a6ad195039441

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2c4530498256fe706f3e2915ed3f38f81059fe92e1a2d1e96876b1213bf0c01
MD5 3268f1aec31c5690e3c0afbc9bc0f020
BLAKE2b-256 5268f656a19569aa7ec47f702a5263ef8655eaa0ceee31e004d16a88c44cc745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d79cdbb0caafe644afc84876b66c9ecfc158c583c1a5e0ae191bc5df8384c28b
MD5 a1e250f9c5b4dc5bd555d07e2f90446d
BLAKE2b-256 31f2c8e4636ab416e9e9c2b33599c752c8de18f228a9002aa76c5f0b943d505f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab9770fa20d6b31a8f118d5b9859f5cd04c968b15410f7dfdd658900bf517ade
MD5 89158ba3d6ed2f814211daee155a4d2c
BLAKE2b-256 9782e01d8eada248c1d6d1abcf6398e72d7f426973cdce121d71b70cd467372a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a718b6950b4df948cda95e59207883bd26ecb21609b06d2c78c917b0b1873dd
MD5 f6816d55c411e3d43f0f6a46a465f472
BLAKE2b-256 cf709300c15fe4c660a53f61dd551856f1c194b3b959fb78af0d05ec2693d50b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 15934db4c07b61adc3c98a7537e52218b66ac517531b7847b5efc8e2f630075f
MD5 7e01faf20bddb248d00b52d9be4b4c31
BLAKE2b-256 8e3ef5b1fda8a6c23fa1e3f8fade320e7efa8e14954762e80cc632f1ced320b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ad2b000a7fb49970bd066da379930e3ecbcd9a60a8b8d9208a69681526f5b94
MD5 77a7136581a66611c89fc3cc121b7e9f
BLAKE2b-256 1e39039734fa6e7a4997473410ffc3f00756a00f916e56d3692217c3cc32ccc7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb55719fe215379021834b0e9915392d14503dfdd4f39039193e445624d81cc9
MD5 5526ff25feb11e331f3303e245924862
BLAKE2b-256 486bf16304e02dc4b2056e7fec24214d53428a22a4abe6f8782a0cf502c64de3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e62895c3437bee5d8c130695714ef79f9f635d7158537ac6dad43854c949d46
MD5 dddaeb4c82c4b004eb44f92581e30ecf
BLAKE2b-256 be9dbed284f222309b16bdec2ca3320b010780c160ed11df93763a34d0c28656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ca7ee6dd561ebb9e10f2809db66fa40610cd8bdd25ce89567fd1e013cab4c35
MD5 03ddc3b742465515df8d22219526170f
BLAKE2b-256 70b6cec159fd48e12fcc29c17ab3a8a2b9c7b4b643e93028aefd6bd30c2215e2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0f5038536072873cc7b161c64160ef0289b495bbe07c753f408241db8fa1240e
MD5 62d455ca9466af3887f6de6723e00044
BLAKE2b-256 e43ef996635a236418ad7f37075be9a42dd86f3264dc62c67f591175de00b798

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cxxtea-1.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 63024d5bccbd93102705897862b84b4bce71a2da8b4145b9372c550c195a3e5b
MD5 2b69877e63d97c65272990241ff4f2d7
BLAKE2b-256 5d88a0ad4d445bb6eac36b58c011b7d45879cf90a3a6823202f03684ada371f6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ae27a97c9919408a9c739ad53bbad4a7f57d5ecd5fe971c63cd8ad6a38290df5
MD5 4983d723a41982cba1526f8bf9dd51fd
BLAKE2b-256 41492e92750eab2490f7f85f02c1a16404f38c2c5f3135c2b8a7b192bf81ec2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40ca4aaaaed4c8333fbac2a54230a44f9648065dd63180f6b1368c50a0e661de
MD5 37595bbdbd0739d3ab3d5f3c9074c2fb
BLAKE2b-256 d0763a82517057cab57a5bb430f8394bc667bcca38836a9272d6d9435ca86fd0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 07665e762aeac27b71f035acac6fb75076aeee3b6b4bd744f9a69def0bb66a9a
MD5 f5b0509af89609c36faaab3c9eb0b619
BLAKE2b-256 4785c6d8ee5be195d3636112babc2457dc82815ad5ff0713554d822b46cdeeaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 40b40074e2dd7d2595a1af660e1853b791e69281c6976d15961184516d67497a
MD5 095f7ad0e615e71d71998cfd1ea14b16
BLAKE2b-256 8e7476e6fa3524481ae9165553a463dcfe35ec062258b06af537f2e846242194

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 62d3a7c1baa503a1ccfe7326488781e9c3dbd1cd9ee45e49073600ff9721e02b
MD5 8cbdc99ffcf76516db7c024d43e61f83
BLAKE2b-256 a405a28e529a78e7ab103450dc336cb3390ad450850a8b74dd635742bd635ae8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4984d66fb71cb5343f4e66619934354f3d633a80da1cbb57637bd1433eeb03e4
MD5 1672f19081fb9b3dca29d91a47102a5c
BLAKE2b-256 86d57c421161ed9b1148b3bb005ea8599cd5a1cc6874051425b1399e915a795c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8ace8a3f4d471657b15e8f56f66bfd11c53fd37ea8e7dddfe28afd844a3a7b7
MD5 37363b8368b352a4370c73dea473aaa8
BLAKE2b-256 b76979df9fab55030a4cb104c2d9f72b256af813cf744fdf7d565ace2e8c38de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 39332ce8d13b5bc8a64ef773e04924fe29274eb3efbd224b5dc68a9a8fe25c56
MD5 5caeaf18ed71ae773f17dbbd8149c71a
BLAKE2b-256 7709cb82563ded69cb4b198318b6a25d8055a747ba16276de65f9b35784a593f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52189abe6ea68c51a5b382b638aa6b03de456b2b2f0675d35dd8331e5d45ed44
MD5 560fcc9f9531a71d6164b8e987c98cc0
BLAKE2b-256 fd50c02cde90ab852f9069fee90edd4e4c2e7876cf02f592b7790d0975cfe227

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a6e85e960ab4730334c9be69a3f64f64bb1629b0ddccac20f855cd890275587
MD5 df4a2135c18d554c31ba03194b91da0b
BLAKE2b-256 edfa39218401f65d58d96db1e4d95f7982d340fc0b12c201a330407f422e1067

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3da83cfb7cef31a98817756355a5b496ce06840006cd79b521d26f2ddaf9f7ea
MD5 aa2a0a0197a88a9c9aa98c53d243d937
BLAKE2b-256 9b204c2191d5c4e2451a9e2ec19567835f900c326c8ac8650c47bde142a01ba0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2490c3e26c77737aad5a031637f7b67b8e8993add5aa87f8acf29c8eed150132
MD5 d01af47fb435f1a078906f69274203d5
BLAKE2b-256 a25a71c62d71744702b3292a8fb56febcfbda6ba4e4d84efbf66df8c754d5504

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41b405854074617d1411dbbcaac25634d5ada4b022dfd56041f90590f5115b93
MD5 a9cf76c0f00335d3858c1f7aee2fe49e
BLAKE2b-256 b97e866d272b636167e064f61da1d7ca8f761bb716f8c163164c0c703697961f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 632fc45d21c0743051448803ce7004e96c84fcb3f28954e2a2186507f0a486bb
MD5 476eb9d495ce86d4e6a1a013fefa1128
BLAKE2b-256 c098f7ee2668cde163568817e45a03e26d70245e79658eebc100c4246b966dee

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4299a8e9f40b17f45e86c63199604e5aefba0370c226d55f88c6b1587cbd5773
MD5 c655b50b64b9b5df160d9f9d31a584ca
BLAKE2b-256 61f9d19da417871273ce0a41ca6e350e66bec8377e04a38a2f0909f2d767ff66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a65910181fc5395ed79f2e1d96de6e01a128d6bea05afcc2f4cb2a7f520b57c8
MD5 1134b706d609c9b483497b8fa577a622
BLAKE2b-256 d7c9c9678007f7180ae2992e59019daded8e663592965f105e2332171604d9f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3966db9c47d9bab86b1338533203849a2ba26a79339142b6061a87bb8b4f0c50
MD5 e0be08154c257612a485b88e44f04cf5
BLAKE2b-256 2795d821b41972b4836b0d793b84543fb2e41739bff480a1054c325797861959

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 32c9cbc51e845dbc74ebb149d45e798acbcad21ca132b206325618a8c7755f33
MD5 7e1a0dc8bb11a58ca2302b74f087f526
BLAKE2b-256 d760377aaa164d18135b6235c474b5c429e36e66173920d67e7cd30dda994098

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd848931c072c1a2e2638021b167c4f93410a602dd7e0f0d1aa91b714e0b507d
MD5 92de0661f8f0f8f0fea49c1697e5d951
BLAKE2b-256 53aa542a9cdd4e218b532648a8b356bdd006bd10a6f193f6a8f1563edc24f9d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75109c208237c54ada7714e0477d00d9a4d3dae6fcac7e15cde5a73dc164a205
MD5 22eafa5ec38b7b25fe6f92b37d972936
BLAKE2b-256 f4f64be7d7bbb1749d5f6c7657312bc8b5a44a085176a1db73fb7c7d123f5a04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7dca2f6196f74fb833da93feda9d62abd8c9fc2382be87e76e3af5d1bdd6fae1
MD5 337a644342ad3d6c9a9b2d54920b0b38
BLAKE2b-256 20f64e415c2cff2b6bb034fc72f92c51a6861f815c4bc3179c62a843778b64ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 82cd4272aa1584824d64bbd5bd624c6c853684a6c2c49de586ccc753b5927d7b
MD5 33d25f4af15d95c309488c193f0dc9d7
BLAKE2b-256 6fa87fb659d5e728eb43dbeee535fd82a96cb8f7bffb1b735fc44de6f3850a8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce87f5e3082bd2c159443b716d300919330a11f02304ae87f8d285da9fc34edb
MD5 3ec24cc50fc56e9562b4df8319fac322
BLAKE2b-256 5783fc76f21dc088f384394162f06b9ae19b4d4365469baef9cc5af48db71b99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14161f0329d78f2c173786debcfce3e0f1f9bb90c4eea50555684b11fc8bf9b9
MD5 e684ae17402ac25f239c3581b30a7ace
BLAKE2b-256 4de815b0b66104adfd2de892f1a3a7436a5739a72cf4fda59992280d30811bb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3fa7f1a1fe30f24d5e16789344c4fd1114ed584cef909169f94442a0be7bd58
MD5 bb2a8d471e1d9a4a38fac957d20dffe3
BLAKE2b-256 ce81f03af13073a00b9bd2a955078452354558abd3bbcdcef0727de952d02e0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4175f66eef208af6144a6bada1465bfed393251a6a70f1fce9076efd75c7982
MD5 3e82251bd67b71eb40c53729c332c19f
BLAKE2b-256 b442ceaa9590e19b11997c2ef515e84ecde4f6f10411b4f015f315a18a5b7f9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27bfeee50f7c91953526f8d049dfc3b4749c049532c1d09d2d1600493705d397
MD5 5eb71fdd9e074ff573d55a19ea868ca9
BLAKE2b-256 c79808e650014ccab7e205bace1b67f44e6c09f0c96d69d7784ed6556bafe233

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2abee3b49ee9320f7956b42a94df5855a24aeb81665adcc4c3c41e7f98ae837d
MD5 1957d0cadce2e9c6d381c1680270d1e2
BLAKE2b-256 22b01b7129af60e3f94ed75e0b7d4479522f552a0b7fda1df9befe002fb18754

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5be89de1c52a77de35e28fa1406a709d23f7fb7a1b63dfc06403a763993db5a9
MD5 0dc4bae48b067de88f1e95d05c3bb452
BLAKE2b-256 c408e435fe0ec073be65653e5aaef83dea1b3f8ce6de0ca96fe380b1385af5a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebd44ff972f82ff5f8e8493a404a72a75a9cf04ccd6af882dd710bc781be8f67
MD5 fbc38105869bf6c574b4b1406ba59fab
BLAKE2b-256 797e355de2f6a2b9916cf597706e1bd3078c100ed11817089ea925d6a3536b5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f9555d09e01454e9495fd57cb86813425572cd394d6a79cd7a13af3802af0259
MD5 6c6627c3807ad71c951d2cfeeccc4a7a
BLAKE2b-256 9a392061680080c27d41d75fc28cc28b0a97371938e0fc908b8dc23d601d6ced

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b4ac3f17c3969fb3b12c90409d5dcdb08ead8f714830a9876ffd330f240833f7
MD5 376c674d3e154998f92cb10ad5836101
BLAKE2b-256 ceaae469d0d767b276738cfea8cd750de1c759e6406aee40ed2a0bf29bec769a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 874ced5b926c478cf5a54a71b8baa86cff42169bf619c09cb4957014d20ea06e
MD5 2fc418d2e73dc43a0166fa8fb7331c63
BLAKE2b-256 912bc5247477c200a16a74b5d7910b3b0574e933d21f4da48fcc162513d12289

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a65ee0a695a2e1dd698bc8598edba9b02600f6c28b9e939e60bb6258b512943
MD5 1fec392811b5d39ac4b802e0668e71f1
BLAKE2b-256 cdd0ee536f1f4c706b05c5d2ecd6dcd4a83e72c613519fab80415a8f1280ea8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad6546628810c27044783701bea4be937dfb1ae3520a59ef68bf925629c7b2f5
MD5 91f73399d65db8a53fd5e9b1e3ca39c2
BLAKE2b-256 621e3eeeefaf75cd9c9761861005ff1c3341b13b708f3c77cfd22ea23eb5fc30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0658334717dba1b60885d9bb034bd93415a17748eb8b59f0a1e7a321b800c78c
MD5 e877b0d8a8acebc9dfc8934ea3a53c79
BLAKE2b-256 e839a22e74e122cdd4f17bd20de78c158f3679155c1595a0838061078702e2e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 95e4abacb2783ba812955c9eb064a19fa977ecf2f04758cf3edf8c040ff4998a
MD5 9f18303855613301f52aff274a9c3fb4
BLAKE2b-256 31a32f3fe627e94061e6f73becfad413e971dc38740586bc3658bee1a216a20b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80da631a99d2ae372cfc08b6cc0383f13f0da1389c02985e1e204172b2b230fd
MD5 479e417086ec9791852ee84b7011b9b6
BLAKE2b-256 c40cdf04c6d14a102cd6d2f0bb75c9efba3f19a0c4061db6f5de15b212e231c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67f738d54cad756cdb4a6b87f08193ef4cf934c057c366696e3b303aecbb4662
MD5 4e9ec7768cc837496fa799cb9e925ba4
BLAKE2b-256 f30b7a36840462f786a3f62688bb08e160ff8f9a88a1b621bfe9e6b53854b8f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb08f8d96dcea1d01b93feafffbf316b27009d697e9979fa2315ffd8c1903d9d
MD5 7afcab6659ddc82066912b21c0f5a376
BLAKE2b-256 2312963fe25db44d5f76a928b7ffe23420cb4fcb6eff1bac5361a99468771f83

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1022163ffc877d5d85762d1f47ed62c74d0c2772bde6efc1bef8a12f22d1a03b
MD5 730dc583b3dbaaf1d1f647d665f75e76
BLAKE2b-256 9d6682e269c22a47e0de7370a66f8f3b7bf6fc84c17706387e39f7e6db857079

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cxxtea-1.0.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f40cabb3db3fed689f09037e35bd48bdb1c51e91c7d37ed9a3a37a9c40ffb363
MD5 b5a84d49b1b46d4d1334c067ccb959e8
BLAKE2b-256 82af7f350f8c7e36f6a582c10e57bc66d2668230c3a7a70bc3d97bc8ea6872a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a48a76f5773cc40cee582d6766f9ff2d51ae607e3d920e0befca0830370b047
MD5 f133ffe001e3062074d4db218c0dc45b
BLAKE2b-256 c3f85da41a188313ab99efb2721bd916aa2df2dc109358efa676ac72ea1e19b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a46f1073fc9ce09ab088cd070f2bb58bf7ab35c7c6c07c0c6fc85bfdfc371712
MD5 0ac66626e72b67024ee3ee85aea33cbb
BLAKE2b-256 60995267ffee6fdf797137583873db19baced4405276988bd8b79701a517999e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 04023e5eded9283a11ae363487d2a87dfc8aa95706fd4e20aa2c8b2594a756af
MD5 a8b85ac5b2797ffb1c99e7153b882b7a
BLAKE2b-256 31b30ec56c06f1806317e68297b8ab92bf07d638ab957fb3f70775c9b136737b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d9713ce5cb2c675e352ac7d5ab54590bd39abbe13e086aaeaeaed3e39bb5ed7
MD5 5cfd5a88453443a4740b8a332edbc008
BLAKE2b-256 2016e53e8ffcc5883616940e3fdd0a892aa9f0df4a79d3b113f40cdcff3c5f54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31bfe89395494743ab0c9f4e12018859ce047e6dd8dfa35917a47721fa455b63
MD5 ffbe1579ee183bcb52d1bb28dc4d8e6f
BLAKE2b-256 5363b1e30e62b0a3f06d9008c1156eaf78c72b2a9729006addc9b804747a869a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3044117a9d0dcbd349dffe7716199dcc047f11161169577eb0b572a67024651
MD5 ecc37b539eb92b8d89a75d10de0d5130
BLAKE2b-256 ed061c326b13398f30edfdfc4d2fe1d6972328affbe7d1910332f8666948f652

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98c3f3f3504414a7e794523ac2b09249f299c19a179ebd9acee24475a5c832ea
MD5 42332bd46b777baf61e44e644244b514
BLAKE2b-256 539b4832d76a1f35cc4e5589c8a505c9475d51cab2489d1ebc5cc72ee75a0ad4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b698db30eba2ec2562c1356f928d3f27eaea196912656232423a61e6c39baa66
MD5 20acaa2b539889ad0f33fa7958d0be25
BLAKE2b-256 a9cfc487f760ccb4213c5d63a9cc1bc5475d8f1cf1611b9a59125166d96ab501

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3fd8620292166216d0b8e6757acbbb0cb00a195f2f90f4b759dd6bc4fb8a2693
MD5 7801de4e3fa75b695d12e2d3a8578133
BLAKE2b-256 2f9dd1572a1936ac2bb73ea41d18e7ec544f6352d61383de81fd0955402fba64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b4a7ee5244ae3fa7040cdf5a72bac8be860d7982bd6c91113c736bc41e03ffe
MD5 c01cbf343394cd495b3791d464fd573a
BLAKE2b-256 56dafcda223ec07f261a5f2bf659a954be021dd5d810b1cb07d39dd16260cec4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cxxtea-1.0.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29ce8512c03a4b30d2b3b7f01f546c9d1635d0147bb3c216d3d54e601e551982
MD5 776577870128124acfe1951611a26025
BLAKE2b-256 4867a9aac56a68f8f95cdfb18bb0b3ecad59e3b1bb3f4e265c643c39e20052f3

See more details on using hashes here.

Provenance

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