Skip to main content

Simple, reusable and optimized XOR ciphers in Python (core).

Project description

xor-cipher-core

License Version Downloads Test

Simple, reusable and optimized XOR ciphers in Python (core).

xor-cipher-core is the core of xor-cipher.

Installing

Python 3.9 or above is required.

pip

Installing the library with pip is quite simple:

$ pip install xor-cipher-core

Alternatively, the library can be installed from source:

$ pip install git+https://github.com/GDPSApp/xor-cipher-core.git

Or via cloning the repository:

$ git clone https://github.com/GDPSApp/xor-cipher-core.git
$ cd xor-cipher-core
$ pip install .

uv

You can add xor-cipher-core as a dependency with the following command:

$ uv add xor-cipher-core

Examples

Simple Cipher

Use the xor function to perform the simple XOR cipher:

>>> from xor_cipher_core import xor
>>> xor(b"Hello, world!", 0x42)
b"\n'..-nb5-0.&c"

Cyclic Cipher

Use the cyclic_xor function to perform the cyclic XOR variation:

>>> from xor_cipher_core import cyclic_xor
>>> cyclic_xor(b"Hello, world!", b"BLOB")
b"\n)#.-`o5->#&c"

In-Place Cipher

There are functions to perform the XOR cipher in-place, on bytearray instances:

>>> from xor_cipher_core import xor_in_place
>>> data = bytearray(b"Hello, world!")
>>> xor_in_place(data, 0x42)
>>> data
bytearray(b"\n'..-nb5-0.&c")

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send an email or join the Discord server.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of xor-cipher-core here.

Contributing

If you are interested in contributing to xor-cipher-core, make sure to take a look at the Contributing Guide, as well as the Code of Conduct.

License

xor-cipher-core is licensed under the MIT License terms. See License for details.

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

xor_cipher_core-1.2.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distributions

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

xor_cipher_core-1.2.0-cp313-cp313-win_arm64.whl (100.5 kB view details)

Uploaded CPython 3.13Windows ARM64

xor_cipher_core-1.2.0-cp313-cp313-win_amd64.whl (103.5 kB view details)

Uploaded CPython 3.13Windows x86-64

xor_cipher_core-1.2.0-cp313-cp313-win32.whl (98.9 kB view details)

Uploaded CPython 3.13Windows x86

xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (372.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_i686.whl (400.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl (461.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (373.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (319.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (197.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (193.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (218.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xor_cipher_core-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (176.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

xor_cipher_core-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl (182.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xor_cipher_core-1.2.0-cp312-cp312-win_arm64.whl (100.6 kB view details)

Uploaded CPython 3.12Windows ARM64

xor_cipher_core-1.2.0-cp312-cp312-win_amd64.whl (103.5 kB view details)

Uploaded CPython 3.12Windows x86-64

xor_cipher_core-1.2.0-cp312-cp312-win32.whl (98.9 kB view details)

Uploaded CPython 3.12Windows x86

xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (372.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_i686.whl (400.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (461.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (373.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (319.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (197.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (193.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (218.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xor_cipher_core-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (176.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

xor_cipher_core-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl (182.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xor_cipher_core-1.2.0-cp311-cp311-win_arm64.whl (101.1 kB view details)

Uploaded CPython 3.11Windows ARM64

xor_cipher_core-1.2.0-cp311-cp311-win_amd64.whl (103.6 kB view details)

Uploaded CPython 3.11Windows x86-64

xor_cipher_core-1.2.0-cp311-cp311-win32.whl (99.1 kB view details)

Uploaded CPython 3.11Windows x86

xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (373.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_i686.whl (401.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (462.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (373.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (320.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (320.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (198.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (193.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (218.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xor_cipher_core-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

xor_cipher_core-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl (184.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xor_cipher_core-1.2.0-cp310-cp310-win_arm64.whl (100.9 kB view details)

Uploaded CPython 3.10Windows ARM64

xor_cipher_core-1.2.0-cp310-cp310-win_amd64.whl (103.4 kB view details)

Uploaded CPython 3.10Windows x86-64

xor_cipher_core-1.2.0-cp310-cp310-win32.whl (99.0 kB view details)

Uploaded CPython 3.10Windows x86

xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (373.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_i686.whl (401.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (462.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (373.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (320.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (320.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (198.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (193.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (219.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xor_cipher_core-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

xor_cipher_core-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl (184.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

xor_cipher_core-1.2.0-cp39-cp39-win_arm64.whl (101.5 kB view details)

Uploaded CPython 3.9Windows ARM64

xor_cipher_core-1.2.0-cp39-cp39-win_amd64.whl (104.1 kB view details)

Uploaded CPython 3.9Windows x86-64

xor_cipher_core-1.2.0-cp39-cp39-win32.whl (99.4 kB view details)

Uploaded CPython 3.9Windows x86

xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (373.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_i686.whl (402.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (462.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (373.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (323.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (199.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (194.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (219.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xor_cipher_core-1.2.0-cp39-cp39-macosx_11_0_arm64.whl (179.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xor_cipher_core-1.2.0-cp39-cp39-macosx_10_12_x86_64.whl (185.1 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file xor_cipher_core-1.2.0.tar.gz.

File metadata

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

File hashes

Hashes for xor_cipher_core-1.2.0.tar.gz
Algorithm Hash digest
SHA256 29da9c408f3c26b9a2a7070a28d1ba352d2e8dda66c4bd74c093709e21ecdd9d
MD5 abb05409db8c7425e08bd15000509106
BLAKE2b-256 ae614ce5c0f95c9e7b67624e87307ba8679abcb5514107bfad2a519d7761f7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0.tar.gz:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3d114ef4bfa12cf739f8efd671242fdedd451ae1c8189d7d5e40dad103e9ad9d
MD5 89911a71f6cae18564e6ebc7abaa153a
BLAKE2b-256 30ca4b50636611f7be36323a6e5936280bab84ee7376de428722cc0590b6e50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-win_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8bd432b77697337af3f931ca6b0ba46eead5b67d3e44e8c32f181405fe4d4be5
MD5 b4c5741fc4adb1f15becb93a076e31ec
BLAKE2b-256 ace2b0c3dbbdaea9dde8ff4ba4f05796a5d3c058ffc0ab9743d7576ad56b4184

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a24e9aa3d9a749f889c76cc6b10a817db049de12d51f0f0b179b99549ffce275
MD5 9f024c9f370cd981fcf9dd942b21f358
BLAKE2b-256 6338a89944bafc28c8f794fdbe5539e60ae0cf8f128fb3fca27f6c2fa1f7fe6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-win32.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d548402cc207a76cc4a85e352ac5cc5c70808fc6808dde79d09b9c77a826e06f
MD5 2d6a15503668e6aa4ae89fcc2f3b0f1f
BLAKE2b-256 4a4d6e5bdf048adfcd99dee8013f9601c05c8b7d1bed240d79bfc6a8ebcb71e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 915948f0f76546921f82f3694694527658fd729ed278b2d83d36e81cc906fddd
MD5 fd763a44bc9edcbe709a949e9d5848d6
BLAKE2b-256 104eebfa55d12bd24fb98dec66f29fbb9128cef285f84bbf8cd043f2ee803ac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c25e0057194f3a8cf91377a6ca26433e19960934708ebc4e9184d4141260770a
MD5 dbfc3288613d41a5606d519c781ec13b
BLAKE2b-256 2796ad02693d23001a04bf96d944a3a95f299125edea3109bd49f6860b527f6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fbdca438d8ddf534392e8b792837a1c5c66e6a11e303ef6ded7d43230da5e26
MD5 3bfef1b35a4b33b64c4aed44ac2bf5b2
BLAKE2b-256 38c3bf93942054cbadd0fa0cebe4b10f13e26132cecd5e87c086aa230a828da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71f6948ed2a996ab76ea8227256361271396a048b4c6e224c7cec8e19938f925
MD5 cab24f2046dd4a0a9ea0a3b4ecfbae27
BLAKE2b-256 ce8511d0256c0c69236d37d28c68bef46c584fc2383ebfec4ee0dc292a3f47b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c629bfb3dde88fed8f469c201db8e22acf3a8736e049d15926608239f336fb62
MD5 07e53cecc59da9dead237d0456b92dd4
BLAKE2b-256 3454cfa1929898acf52fc48d2b1fd8bc74eb093e52b421d891750c80906a8061

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 73acf717af9fbc903f7ca0ffd883ac1606ae07ea80851770ce33919befda9256
MD5 3407eebebec12fb9302b34b7c939a410
BLAKE2b-256 60e55f39fec90942976af4d0276c3d1e69604a350f8d3c42c46b9970db7c694a

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 07a03d8e2c135ce1a98401e6a412def36bde637960be46d95ccdfe142c8a1a71
MD5 e8e8a6e207a8eb620519cfe3f8b4208c
BLAKE2b-256 959a476cff33d70270cf49dacd0eee1cd689fcd0b9ad19a74f28389a9fe05d60

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68fde219066edc63a8727b9f275e4888efb61567580c8039160933c9822c64e0
MD5 dc7c4da10e37388028a2796bbca393ca
BLAKE2b-256 348197879b67d57ef055b873165121f49008ac8634169984df1646f72fb8d9e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea369909fe23720004391759ca83bd54b3fddfb51535ba80c243072c6dfc8e9
MD5 62d8594041ec19745f8e271a80382152
BLAKE2b-256 6d76931f64014b861efb140f7e7d08a451729fc2bb2f949ee9b7bd03df55b0d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cdeb9279216928eac88bf0d286023c5aa5a2e755f96d5643ab31935798e89881
MD5 97c1ba8aa565a1d6e260c627a09e9847
BLAKE2b-256 e52941fa9eb34c13483dcda4c8da6810ded09fd880b75988a99b59780ce661b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b156996ee096231e63d49d670065b2d9838c294140606c270ce4bc7986f0ea73
MD5 e112fc974d691120f4811fd3335a547c
BLAKE2b-256 d1d1b93e42cb120dd031534c5ad7ff9eb465bd3f3d60afd6f5bcad1c0e188c1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4b413a1b1bd78d9b6a6ac85a24b246484e4200069e78f7f5c94383b382123a4
MD5 2c4c40ba9f25d7f00653ece248ee9233
BLAKE2b-256 0b536b7ff0e96a93af16da45fd756a457e04d9c76d030c001677c31edae20beb

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2b169e0081277fa129795503668f8b2169afe601be0361553e4af53d6582b041
MD5 93db90a918ddb81d1a800c947916b3f7
BLAKE2b-256 37006eaa0d5342994b68ece07d571439d2e50e8f0ca4d16d2de93743c179c64d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-win_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8dab03d4437e40a211c2a0fbcaed02ff27b557be06e19633a0c40d9dd49a5950
MD5 f3424bfb8700657b5dd653072e86db9f
BLAKE2b-256 2efaf90e77dcf35a15ea8451674a77f06d409d9f5c792b5e784ab62529f2b3ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9a1dee1e977a06635c8e39079e0735ec409a5b64357b93c69b5c506c7f23955b
MD5 b5ee7eba26a8ae74b29704477c3c20c1
BLAKE2b-256 66c4f235776270e1fe0d06eaad7ab7b1eeec684e86c209b2eb3aebe1daed44ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-win32.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67719a764c2e0fec8120b90a3c6a57eb56982586493282a3e4d800e9424a9126
MD5 60cef4dd433af2509f2e4d17786c72e4
BLAKE2b-256 905820fba5c981426b2f7bfb4b5d6d02a017372631130e0422db65069f83daf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a24bc7e34ba33cc775d92f85b745c3ae312ce4711635aba8639b94bd964297a
MD5 fe7d0e7fb8fcaff67db2178a5a81dfe8
BLAKE2b-256 83dca6bf16d04928aa6fd346412165214f2350dbb265c996cb497af4ad5a2b68

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d8e3f21a5b01952778c5d85c0116cf4cdb3ed70537adc8600792cf12abb8a90
MD5 0ef419d3213a4cba351afcdc4e76a29a
BLAKE2b-256 e66493d3557fe3fc24271338104bde77710dca693a624def0e927aeb642fa00c

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 281070f24d39f70ff765484927e30b84b2caff21af08c44cae8cfbde1ebba197
MD5 4d75c4851cfe19909031aecdd228665b
BLAKE2b-256 007762abfe79c2811c5c2d7f5d5a725589831adb618144959921a68c609d3383

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e881541ae749fb82d34b6683c5fb3a7d60d22fd9a3ee89305354349d9570d6d0
MD5 2c3e591d188410efb02438f453fb9f65
BLAKE2b-256 b8c2e690d8afc556c406c2ceece0da74d20b6dedfb524b25c0d0daa1a9862a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 720329b66470892cb89697c652454b5623e6d022b31a686582e7e585ffd72c08
MD5 423aad646b91fd0fa6535930c9c05197
BLAKE2b-256 66620fc5f4510c441c49b9f0d414d8b335b087d4f05141b3747ad85f9d9be5a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 31e4d5e2ee757c4610c097ab4a08334840c295075b6fc556f23e9648746b2a07
MD5 19047a85839c6ce212a1d6f2104c5c1e
BLAKE2b-256 7e12dc4ea54b28530721da10e7f9b436e35d4fa3516c361955cdd70b3a1d41b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 ee80aa8be7c672257932f85e5803b8158cd92d1d31613ece0a400943eef4ca37
MD5 3bc70bffdf8b1dd31fcf68feeedf6c73
BLAKE2b-256 8a9f5318f1398d4885177ca0d647fbe03c2f2fc79b238d32c7385a6936d8031c

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 615fcf756d2544b5f5fc498becd3b521a58a1da25fbea10dff31e8889e51fec1
MD5 68cb7c7d311ebfe135a84b52bf401a80
BLAKE2b-256 f9728411205cb82ff1e009d56bccdd03ffca4d0650b6faa98e848ba2c9ab20a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac6c99dc1dfff4793461290aad246ebba9361bc5ed01a325745f362b89525275
MD5 43963470c06f7e682a1a31f18e4bd0c6
BLAKE2b-256 8a3643503f6deb5b7c32896a6ddffd8e54372f3271c807b6ca3bae7ff25d9218

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2a99f4b9c318b8e9ded9b5bbd68d14073956ec90a5c80f3bcdbc8ccc68966b4
MD5 b60347b2041f9cda03f400b5b679bd99
BLAKE2b-256 deb8b0b66b6965bcf6d22941c8b492aca5b06cc617b42c96fe59a59f6ec44493

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fef796d5e64fc588007fdadd4ba946d5f0fd17633e600b474dfc8bc6e8faec3
MD5 6076313b3906e0ebba7c3ce1769d80eb
BLAKE2b-256 7baf7db8d1f9734d3863bfe363ad7e462c3bc80ff2cd2b9cf00549efe972415f

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a19d1be989a1e2733d43e8ac47a13aece94f16826fb3037ed107be134ceea56a
MD5 afa7007866e4e7137486f258a2c451b6
BLAKE2b-256 029ebceb9873e2a234b027949f9c128b96bc2da0519cd29d1af19481c917539b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 86a7714bea90f9f830a3a422da52091e45003e2cfc1acb5220c5a9f3de2197ea
MD5 8555112db616ce1becb18e1020b0e256
BLAKE2b-256 e70f515356b46fafb1a8c3918e11747dd0d7c7d39af254ae279577f244ef0683

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-win_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dba7bdd885c57f16726e439b7d6aa900cbdf4e89d00b3e4d0dd384efe7aa39d1
MD5 c9b3526a9d51688d630449dedf5709a5
BLAKE2b-256 b7333855aec7592efaeb5a232200594bcc9710ef374c06130874f6fd28c0796b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a7e1bf4c027a85325f503fb77f1cb51f2dcf7875ffb7385deb834cff7445d77a
MD5 8dc4a6e8284949da9718e7dc51ce431c
BLAKE2b-256 6f04cfed9ba675fc861fddd9480c43a655b24f11526421c40ef9b44511556961

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-win32.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 126ff308d05358268e87891043d4088be1c5b804b1386e959c5454daa6b463c8
MD5 55b70fcc2517b417b6792857e602477a
BLAKE2b-256 575b06237be5987b3c5ca0515d0dee0e5c45247ca19b86d220517b07bc5f874d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2867fc347bf466724a85b53b0db0a21aa65c8cb50677dbbd5ea1d7cdd1cbe826
MD5 56955a2c50ac260607c7bb1dbc9856a6
BLAKE2b-256 d9f8c1fc47302c879a8053fb98eb44463a7d65097a12cd1f01e238f602027d61

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 247bb02cc053570427a8e30fd7372e570ee20129ad7dd8aa3807939db35f15f6
MD5 df54e3a84df526920eb3c43285cc2b7f
BLAKE2b-256 ed47b733048afd70b6e78666f22d6225843fe5ac294fe25e7ee07620eb8efd91

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1be0761eff2b74bff5ff3e7d5b5f618f8ae7cb302524a31e4d503fabf2a489f
MD5 ef7150680720c3c2eda042248b44987a
BLAKE2b-256 db08a4a0bcf1c60adf348faf002e17dfb1eb40f1757f76fbbf7e6541efed3e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b73394236e0ebc7108c33a5ea5273cab19b26eddeac84748a12080b2f77d90c9
MD5 8895442177a00b2de5a2fa116a2835ef
BLAKE2b-256 3dd11afdfa36989dbd79ddff4bc606cfe9dbe72f11e8a75d298e3bd2293891a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c5b6d294b687e8536d915c649e961be292de9fc4fe00c78f4803a961dd5d89e
MD5 4af8d2e00c5778a24810df6961023383
BLAKE2b-256 09ed5da13efbb5786400f7f53a2d3570b2f3460d6f8c183f9ebbd0c785714b81

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e086e4839a37060a337f028e672dd3e0d0aa8e5ff603dadfe5edef13a415aeee
MD5 ae1be9d77d81703d4514f5238fbb8c7c
BLAKE2b-256 e92d7569bafd539b6aacbf320abf56b096594c39df9a9e77290cbec2a7750d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 b5a95a2742e1f78623a87d145ed4f790e77f85f457756968423298c7fd7eed71
MD5 81c2ed0a1ad6d4fc86b983cffa3747d0
BLAKE2b-256 ac4beed84ec2492cfcc0498ddcbb9aea044cb761a58bd121a916fe6302f8c18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb640abd12f24375f0591eaff6fbd3f22e2eea317c77bb9bac043c44c137503e
MD5 abab77374bc18e39c7df87747a4a8136
BLAKE2b-256 de7d956f98f3b5cea9aa19933cda18e69022f2fc0b4337fb59c5d0f577a6dfdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8dbc117e0369240a4288ac0b40edd2fef1585676a8c375437b69f585775a3dbe
MD5 9732750922251e8ce58817f618205f85
BLAKE2b-256 1064ebdc0f36dfda770d2e0a639a9f12350e269e3c6fdbf77b2575413c31c3c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0a481f62c7759d6b45d6c0f12e1eecde6038d212a3afe26116cf6794adaca09
MD5 d328055c9feb4de61bb2cd2ef92bea3a
BLAKE2b-256 3bdff358bb5edc0529ca9bf98041e9d73fd67e2534136a1ba9531744e05c27f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6f20798ea23ed1f93f20ad330a1e67ba9281a72f34d107929879b36fd2591dc
MD5 b124202dbd2439c1c11156890a02f913
BLAKE2b-256 daf2eff49c893b66185fd0cf4b73f7d4fc4d5ebdbff50804bbd9110c391547e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 31e60b1e7294f98ffd9d99d3a1ea63ecf2ab44e2aadee887810ed95e5713c6d3
MD5 6a81d7a0146230a0bcb6cab94bb1b07c
BLAKE2b-256 17cab56352ef7089ad9e2df40dc0a85a597ec5e7311438bc20a1e502281320a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7f00a6ff73d266cffb3d41093a919308dd8fb65e1077ce1475ede246d361c3dc
MD5 f678f34e443fc23be24fdb80f7266f74
BLAKE2b-256 539fe7d7d0b10914973515cc6799c4bfe7d1db7c5256a609ad17666a024e3dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-win_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 63ef8cd5af7ca670395c8bb5801736d1323d2dc7c8bbe2e65c5444ca4b8a7aad
MD5 a9c52ed4b41f31218a05e660ca4d68a6
BLAKE2b-256 9c1067da1900dae5d1862a0608aae04c5bdd768201320d88ce069b622dbce44b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 92f6f788fb4946262d24ebe6e53a001838a44378afac2e650a2d3f790b2df102
MD5 258556eea5d46d583b79eb1628c7743c
BLAKE2b-256 62060527611f8e2039825c12417bef44c98666c40ce2e4de83b06f35abcff998

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-win32.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd6f01f2394d7bb9af9d30536a82fe62b7b1dac9974ea192a57e6f3590ee578d
MD5 4b97f239a9082e0de0309d21bdc155f4
BLAKE2b-256 76f1a745cd9483d33b2c4bebed23af8a0fbdcdadca53b6a2a0158d217f820cd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7a7b5019d8d3a2c0151ec33ca592515fecdc4436341de248fe18ac4835d5b62
MD5 b02379ff09a29b4d977ca5e76d8892d9
BLAKE2b-256 7ca10677efd112a03d2ca4bb8e3006d744780ce50e6b1f711f82532d8fa26855

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8d1f3a9ed0914f171e204b2aed86873b18d8f587d7b9bae9d5e53c985c5ea2b8
MD5 a924e9ee64e2abe2a28a6800fbb9217e
BLAKE2b-256 6e5ac815b4ec502faf9a509792f2447a0f3438666babb20fcce142cbc587cd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d16a1187e1f38f4feebd11beec779381ea73174c5487e560c329084a24998f9
MD5 7e6067bc825a7c15b683ccf2ce70566a
BLAKE2b-256 c2764662e961514615b8fdb05aaac43b4b93597163a6c8f54faaa7d450b8ba10

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a823519f70416eb14a70d8476d9c7f264df17cbf2df4c7ed4e4c707c1bc2ad12
MD5 344c0deff8a1aefe563faa6699697ec4
BLAKE2b-256 bb0b531e67c37b93e17b914ffb9c57b0ea0019900a6075ca7501e25061055dd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d836ae9ac2dc7e8162ae12f180f9c0ad83fd84f14c93dd84c02f6bc30effdc3
MD5 b806868b7a52c750b829cd0533a61772
BLAKE2b-256 3ba72cbf9ec9611e3908c34cb956b3bd7bd3758e72fcc14814facb38ee61f551

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 497b7f1a4b5d71b50e6e9b820850bd1dfa3b4ae64fb8c166551ded80114f7110
MD5 2941e73b463b8ba2cd57a66185485608
BLAKE2b-256 6f5f764bc1a4522022cc162125ae91044cbabce27338bbc7e522ada187ee4cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 735439c84bd74957201c7c4eaabaa4f181afcecb6abb468083f114f10b1a7d8e
MD5 ad613ebb73100a1630b8db33ae0b924d
BLAKE2b-256 397285b7e4dd41b0dda4712fb58223b7f8ce6f75cc749850b825f81d48823964

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a6e17a830d23b18b9a57ef854af348f5bf49bf450ee528bfd80b196d9a02235
MD5 350da7be9b569a509473b313dacf5384
BLAKE2b-256 503e87851bf5b030cec4687e40c69ea613ec5a5a2c0b15e5ce384e75fa6ca23d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c5e40accbc59886ecc48040aac98fb86abb5d0918afeb8b58c07679ca57c618
MD5 f66910dd06c4a8558fc6c78095a057b1
BLAKE2b-256 7b931a95d9de4693fc70a67b7050cf1209f5f77658d7c23a4f541fdb670b3c28

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bbc95f8ce9f330ac1dd0a14e42c71dda671bb9a5fc9a0b7dea644eea5e68d5e7
MD5 a3ea9ecb5103f3f8b49c49140676ab14
BLAKE2b-256 70f26e895c777a6fd1f4a09cd1b3f7423dd1ccbb2e3b8dc0b9d3e22d6679a051

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e8bb4fda3cf71435320d62e7bd2f7d70c61224cbfbfaf259caf561297f05358
MD5 190aa26c4051981a330e09cd1fd19d0a
BLAKE2b-256 83135ce96a6e96333a2b25ac1497343ff8cdf2d4f28b4be1fd68d3032d37224b

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32a9700fcc9fbf477a5116bbbf82f3434e64c55a90b8cc2bb65cecd2b3b2e5b8
MD5 355192543398e1b000117b8db06b24da
BLAKE2b-256 6b0522b844a9e1fd0ea8c9c277119076dab69ceff33afd91db784a8c0666e7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 2684e81d525e57e8677f6c527b37fae54da13032c7c4797c89c2b0b03d29cdf9
MD5 7d0709b3b2376bc69a0785d24e87201b
BLAKE2b-256 5e4c189595fbc6474e3c5b177d977d86ac5f5078c9870c0bd7c553bdff9b141d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-win_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bfd185a6289448ca68d5fe3b42780562396382bd6ad8fae159cf704696262203
MD5 93180fb2254e67239e4f234d781a9e11
BLAKE2b-256 c8593d1d4cdf37bd22884369cad0e760b0cd41904d461a5ad170a1325c3852b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: xor_cipher_core-1.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 99.4 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 xor_cipher_core-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8a998bf9b81c106645bfd71317a73415baba2a93a92f6f9acf1776547c6b44e3
MD5 e9c9cb96e66e2a53500a6828253396a0
BLAKE2b-256 627a8628e7d8c9eed5bcdea8c0cfb7ece51c0ea7e037f668968f3d8cc395c294

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-win32.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60a191dc2f4502e33eb2ca0d013b503ffce97cebf47913cca914e2097cf3c480
MD5 d2b040b62914d91a7749f40064423de9
BLAKE2b-256 2a35fcd9c80235035a8aa752e5627e4f0303d0e7156986872be5ee654bbdd319

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2cc1fc2ff4c248c94978cd952e4afd4c0b653f15c2622a3e046dc5dccceff7f
MD5 1a7d8e7bba249fb50223d1ca0f13cfa3
BLAKE2b-256 4ea83452f21720cd57ddab435659c63590d4cad4f87eaf3330c56d98c16d33f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1885549a7fc333d390a53e2b8e1a8d5d0724c303eb97c41d7c27d5b54160f8a5
MD5 766ee04f992a5669629d4c8a9db42892
BLAKE2b-256 ff44cffb89ea9ea2f56a3e670c44ad3ccd996878d8189ccba8f7a66950eede38

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02e9b37940a1800704fc197c6a1321bb641eed239b8524ca6151661bb11af925
MD5 43df1a5ca357119d9e8ac40792588434
BLAKE2b-256 a3b04f79ed3d852b857210bdddde1180eb0ca3bca02f64aaa0efada232210a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5131a76cd842542f181e0c718a450899ebffd3b2958c06cfc86685c64e356748
MD5 709ebae745650eaa147cc9fa1a81322c
BLAKE2b-256 c91746d9888265baf228b5358e25a5d93185700fa3aecbed8de3510777b7f1a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8cf32c9f6a9c24242cdca9f4f5525d6acab5e9ed9cf997e697787222cf9029d8
MD5 682075fa36eb3142c1191989787ee4e3
BLAKE2b-256 21356b320b431e2fd5a430814d51da5da9ce582a191d01cdf5c717f35c6fab89

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 792c833a4a88baf94a5ef10102c7c2e988e9b0bfc9b0b4ca9104f6a3bfa1d15c
MD5 aa69c1882954da177f5890b5c461fc91
BLAKE2b-256 5194e491b1c7fb130c56ccdc00cc2867456a0ffbc27752fcea8b18b535515b76

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 ea7bfb8d90693e34b0a201ab08918ced47e68b0450e0b69ede5bb0439140bff5
MD5 d66d8fbe0cef225e3061384c5c5412d0
BLAKE2b-256 de453bd6de444189c660a39b8037a7c9d91d3f3b9b8dceac32cd263908f94f6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f5797d083559e0ab5fff86813ced390d8ba7115d6795713bb0c08deade152895
MD5 1b6ffec07466d3f10da397582085aa3b
BLAKE2b-256 bb7742753f1ff190ffbc766005f71fd829d7b095740e238e5215c6fc0435743c

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0907825edaa3dc3c2ef60f4faa2cfde1495967038f5ac2bf5c4c99e1f066ab1
MD5 b4e3ab51762aa54b257d87fad7e9fad9
BLAKE2b-256 804746d51785bac52496669a7b3e7e3899fb85cd491cab6ad17540e42e92b781

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 690444fca4d5c4267442c5cbb953dcc208a0a9bff92af175388b4f0b5829ec01
MD5 04cc0eeeb8f17ad338421c6e2405bd0f
BLAKE2b-256 6d6f8e0b5f88d68bce026f548c5c7f98a9dd8d82b6241c478ac689a9e8c017fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbf344431542f1104b8254fcef5756c50ad35adb3d9985605660ac9efccbf950
MD5 3733076a06cc9a6f8b76844279428ca3
BLAKE2b-256 8042aed83551e3c070b1b4662780b3c83679be4d481f3c89b5416e1f2dc61c57

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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

File details

Details for the file xor_cipher_core-1.2.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xor_cipher_core-1.2.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 68b4993d74ed8401fb9611e51ba01aea3b511a323b25c9af3afd9c63bb5d9464
MD5 d5f4e44db1a948795740d234af09639a
BLAKE2b-256 2a06e2e0493cbc5ff40edf2e26f42ffa9975fcdf269db4da7d56e1be0295a7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for xor_cipher_core-1.2.0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on GDPSApp/xor-cipher-core

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