Skip to main content

A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum

Project description

Read the Docs PyPI Python - Version

A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum.

Installation

pip install fastcrc

Usage

from fastcrc import crc8, crc16, crc32, crc64

data = b"123456789"
print(f"crc8 checksum with cdma2000 algorithm: {crc8.cdma2000(data)}")
print(f"crc16 checksum with xmodem algorithm: {crc16.xmodem(data)}")
print(f"crc32 checksum with aixm algorithm: {crc32.aixm(data)}")
print(f"crc64 checksum with ecma_182 algorithm: {crc64.ecma_182(data)}")
print(f"crc16 checksum with xmodem algorithm (with initial data): {crc16.xmodem(b'56789', crc16.xmodem(b'1234'))}")

Documentation

fastcrc’s documentation can be found at https://fastcrc.readthedocs.io

License

fastcrc is licensed under MIT License.

Thanks

fastcrc is made possible by crc-rs.

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

fastcrc-0.3.0.tar.gz (11.9 kB view details)

Uploaded Source

Built Distributions

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

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastcrc-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (241.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastcrc-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (245.5 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastcrc-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (241.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastcrc-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (246.0 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastcrc-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (241.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastcrc-0.3.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (246.0 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp313-none-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.13Windows x86-64

fastcrc-0.3.0-cp313-none-win32.whl (137.9 kB view details)

Uploaded CPython 3.13Windows x86

fastcrc-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (284.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (239.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastcrc-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (243.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastcrc-0.3.0-cp312-none-win_amd64.whl (153.1 kB view details)

Uploaded CPython 3.12Windows x86-64

fastcrc-0.3.0-cp312-none-win32.whl (149.1 kB view details)

Uploaded CPython 3.12Windows x86

fastcrc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (280.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastcrc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (279.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastcrc-0.3.0-cp311-none-win_amd64.whl (153.3 kB view details)

Uploaded CPython 3.11Windows x86-64

fastcrc-0.3.0-cp311-none-win32.whl (150.0 kB view details)

Uploaded CPython 3.11Windows x86

fastcrc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (281.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastcrc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (280.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastcrc-0.3.0-cp310-none-win_amd64.whl (153.5 kB view details)

Uploaded CPython 3.10Windows x86-64

fastcrc-0.3.0-cp310-none-win32.whl (150.0 kB view details)

Uploaded CPython 3.10Windows x86

fastcrc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (240.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastcrc-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (244.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

fastcrc-0.3.0-cp39-none-win_amd64.whl (153.7 kB view details)

Uploaded CPython 3.9Windows x86-64

fastcrc-0.3.0-cp39-none-win32.whl (150.3 kB view details)

Uploaded CPython 3.9Windows x86

fastcrc-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (240.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

fastcrc-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (245.2 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

fastcrc-0.3.0-cp38-none-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.8Windows x86-64

fastcrc-0.3.0-cp38-none-win32.whl (150.0 kB view details)

Uploaded CPython 3.8Windows x86

fastcrc-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (240.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

fastcrc-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl (244.9 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

fastcrc-0.3.0-cp37-none-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.7Windows x86-64

fastcrc-0.3.0-cp37-none-win32.whl (149.9 kB view details)

Uploaded CPython 3.7Windows x86

fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

fastcrc-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

fastcrc-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl (240.5 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

fastcrc-0.3.0-cp37-cp37m-macosx_10_12_x86_64.whl (244.9 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

Details for the file fastcrc-0.3.0.tar.gz.

File metadata

  • Download URL: fastcrc-0.3.0.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4e2a75359d97a59469bbcbd77513e801d3f3666a9169629578f88012c0f2d7fe
MD5 e905d7dda9292ae1f79b7c82f1d930c4
BLAKE2b-256 008eddd7b0f1a96b17d1e359caf01e558260bb675c3de4e84477861f78a8bf22

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03d955c1fbdf60868a2127566963fcff27f48385a79976e4dc990f9d6da49b49
MD5 3e87d64057ecde57a807cf81fcae001a
BLAKE2b-256 393e4ab7221dd5f4d09b5cf59be469d0ccae23248f83b8acdb8153e899c43f78

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f03c23100637a6e8760b2d0b1782d9b510721a57f94a0e62ae0649e6f8d673b6
MD5 b538a54745d7d97bcc17dca533b331e6
BLAKE2b-256 e9d14616e5d06245fd2f2942e29138d940c6b53006a801a2859124fecd2de343

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16b961b3b87c84f547f4bdb0caa920bca323d68a7d7be26b32796b49c322e749
MD5 c71849dc4e415d295a1a01bfe13db566
BLAKE2b-256 218b16bd654d49a8f6a8ea686b699deb3848c274ecbee3fc6c6b994469e3a464

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e836767b09422d0adb0e726e81291bba90b1500635f413a3c57b5a90f8d2c2b1
MD5 a6599f875f6a2499eff282f67c104de9
BLAKE2b-256 d3bf6e33757322fb5b1b0dd56b49d9533bce8ed79e092112b03f23d1d008fe92

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b09c6cf4cd583ec7d50aeaaed7441ae56b02896fb041e43b9266f378763195ca
MD5 efffae93ff48930f46f4d28b1f691391
BLAKE2b-256 cfb93d4019440cac4286bffb73e7d9a2962a2760846fcc572eeaa45efa32b721

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a893692017a694aa5eda1934b2b023b7d621149321a54c2edc0be463a5bec9ef
MD5 bda32c6d51ca045831e70881ea624ff0
BLAKE2b-256 5e5e4d107986e74a7a9330e915f9fbd0110a80c0ae952a71b975481294a19491

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87a25053a335f350b85b05ab79f491d9769e6f3036f2ba8b979113af12d9b5cb
MD5 7aa44727fa0b15e532661bc7e5b2e871
BLAKE2b-256 337254b7732bb10ee3a57d323c850af659ca967e64cfd602e592eb76441228c3

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84cd2c6f1d98578fee998d31aee7ab53a13f12c49b4d4e62878b02927e1287f3
MD5 0cfd1a67a7ca8e38089c88608c6a3e11
BLAKE2b-256 7523fe7c2b10e1f07170244fa782c41e8e0c7ce73fed1415dea815a8c2e12c7b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6ff8fe3ef9d5c3a306ed4afcad5a0e3905378b2291972976df4d1b9e6a05d15
MD5 cb01dac29e39a3ca401c0d3c3bcd96e8
BLAKE2b-256 589d2204e1e8a2b022b1c44f7d659f24ac07bbd72d9b8dc5674c4f608cded60e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e6bd5b3f87c21940f758852ab076e57239707c296f3e403b1bf9151dfb253e19
MD5 2d34546c5fa27903621d710e7f74350c
BLAKE2b-256 6fdc3ccb52251d33a5bdcff00f447b13df28fb783aec96894dc1e9d2cf7e188b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 239219455077baa438ff3dfd31e25248f6b00a408c505d21a6bed69a792fae14
MD5 b82bca6319f319f6f04e1eea785140aa
BLAKE2b-256 bed6912142111cbd81ba9cf9ea7bff65e3316dea1ce7b7cedd7d36b6705038cd

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 49cdd83f49763faa58186f32a2956777bd1e49cfa692bff6ab175fdd8ecf5260
MD5 adf84033b5978a8a328f16af81aac610
BLAKE2b-256 68a1db2854bb19248ecc5ef7cb9b86aeb9b56cf18fbb4a6f11a0dc862ce7a174

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55953188c1f45ad053475318557ae56b1eaa3445e4d0af5e8d934b2a3c839a8e
MD5 ff551a9a6bcdb1b4b04ce7ead71b14bd
BLAKE2b-256 755eb4b6d1c81af0838486056fcd44bdfe235cbf6832725a026aa131b68a6ed8

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 131d0966b5fd4a467e94b83e6772cb9d27251cdfe55288cb974f5e415640fc6d
MD5 5b58033ccee3b2b8bf457b9ed89a5cd0
BLAKE2b-256 a4fcfe1c719923218edea4442aafa41a293c7101067645f67c0f4751021a735f

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33982393ee8e0198ceb38ca2915bd7974719c9c24c89e5c7c4c0f5ed33b6f46f
MD5 e05427b4dba8d6df5ab2a2ecd0a687f0
BLAKE2b-256 88f66de2f5d10a7a6252682e69ec1be7c598713943a1d1d4bfc12d0b958e793e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1a329d4d84648937ad58980663f7f3ae0a97351b2354c6503d2f1c1635669d66
MD5 a6f4d5a26294cc039c038eeeafaebd59
BLAKE2b-256 98955231fe7bc072cdbac84558e6f2e6cbdad46ce73a9435eb389fde73d4de1c

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cdf20f9b3b500ef6b5ad39ed7809c06aa24e4b38e7f5d0ebb3188eb29b62c36
MD5 2977ae4876fa28fb39ee5be0c6498355
BLAKE2b-256 2ffb7d08782a642e994b7299f5dfd257ba3f876fefd221848fd687aec22de4c0

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ffb4fe893e3c936f5585e3d24b34d3fe71d441c120a7ee117e77c76e1bfd0dd
MD5 6a2114f92daeb6ab98528675dd512066
BLAKE2b-256 36f1742a2c5dc9a607571ac029426975abbf8261fadac2510fd574a7644bc5c7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a0a3cbd6a527b0fd0d9cbbd824886cd037a661c3a1c058363804fbd87a029973
MD5 c35c80307026e42770ed20213b44b6d0
BLAKE2b-256 66d872648f2cc1fb3e100a58d4f94fa7e0d2f68a6d7073d95b7fba963f9f3d30

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4056b60dcde72b5b4bbf725e1b9f6095370fcc00f7a13dbc6ed00b2e3367f476
MD5 655c94b5cc7446681273a2d29bace316
BLAKE2b-256 9d41fc3e27d894be9989e45fcd59f830aae2437da2ed43d317d158cbd6cf765e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eff86710634eade8c2b49a89cc2a0e39cfd4823a57479f1c828f268f6351ae80
MD5 9bd0cb00cad6a372eed18f1f30dc5feb
BLAKE2b-256 8b224021bfe4a3e3899a3a3057fe2c407e71b76032f866b75664d76fb6070ce0

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 be9fcfecb32e3d86aeb866fa52f67408e7867726f61a281de61f6584e234c26f
MD5 1f2c47ff75fba1137d61033ce5e77ab0
BLAKE2b-256 3aa64c223d4612301066e3906517c50b99930d0d8237a64c33d1751f6953b6c8

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7358e74a591dcb7a051528bd754f34e9d0d2ea245444f9a6e9d9d10ccbadbcc4
MD5 b145035d8fcdd5a11d59e1852f5b0353
BLAKE2b-256 740f0d5edad400c70de33da832a5aec23b1dd70eee3244bb8de87fc41af79b67

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b84aea5c7bd31e127356394c7a09e33a8423d09232bd5fefa1d11fa174009058
MD5 cbf3db6d4c39608f9df7aaf7f8d1ee5f
BLAKE2b-256 544971903b35d3ef55df96001443d13a991ed270055e5a9f6b05a814e44a8449

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72f51b275aa610b1c079d064373ee4a6937e698bd6f0eb4cc2da2168e15bd144
MD5 0e0b644f73d48d4ad46493f9cb4ff9a0
BLAKE2b-256 40e6d3422fbcf0f8faa49a119bbb8b19188ff9c613907dadff75550d2ed5c974

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 54c8483cc2f08e99de1334d76e6d1f0bc02dde734672d6355bf1bf8bf74d9d4d
MD5 38ea192dd99814cb1a9bd71e938e53e3
BLAKE2b-256 2c272370bb911068ba0f90f7ad062e577e45efdad7afd3cdf0ee61bc1d841ad5

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91153e32c810714bbd909443e406ce9e996d9d7af0195ebbdc6877315084828e
MD5 2344311318ca8cfa3a0440224f361e1c
BLAKE2b-256 de6d5996afbf4a87db9d934db3a5e636534c7d0b970a2e8243180cead7c197ef

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f482bf79a819ca9b92f91cd9155f60913759fc47344ac8c1ad2d2579b8c35625
MD5 2e3d2ec4e6ea5d57ab9dc65e3ebcd635
BLAKE2b-256 969b8c7d84e2a2be320193f0b4fffe7422ad92e254df34e299af177f685d87c4

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3ef7e88466735427d5c22829daf50e5b01ba2ad18bb40a1674692f201598639
MD5 1c40e1f69f946b1ddd9e9b2758cbcdc1
BLAKE2b-256 283c00d302061d61d3b36fdb7431982d869385a6bcac2f552aa78671e721b3b7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 81de32735a3a322d6a62bf76e2731f7c97d01ff17d309a986d6eaa05ae727a43
MD5 6d9c0d758fa3d6168cd5a7f9b2e5c3cc
BLAKE2b-256 dbb49b41730064f72b05971d4e7561ef3d658bcea9b9268c88b8d7004c5bc38e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastcrc-0.3.0-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 8e9cb4c9df97edefd10297c0074ca77bb4e2a5c017c51e8fdf7eebb79208832f
MD5 dd0c6e0b8b025d98127774f492bc822e
BLAKE2b-256 a2cd71c8f0b7b16ce91288f88c10af30b10834753f5ed36741826e5ef7012e0b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-none-win32.whl.

File metadata

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

File hashes

Hashes for fastcrc-0.3.0-cp313-none-win32.whl
Algorithm Hash digest
SHA256 1406c4f58210de36bb25794e82f06998ee549c8a8c8480d18cd422214898044f
MD5 04257736cf1ded72e1663e66813ba6f1
BLAKE2b-256 5015bafe88a25b82e37b93f5a0e5141d489d3cb95d651ed7c21242051d3d3abd

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6845a11671d43ef87a06a6a3a2334ce9740b895bfd1f1881a77631840c16d84
MD5 dd4764685bb5021f51a4859bf50089cb
BLAKE2b-256 8bebdd19db37438c19668057e45f4c5a708d68518c50ee8923ef7f07377579ce

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 792b168e133b24d437c6d909a870ddc14c9e0249e36f601a1f3e0c063c8e9417
MD5 c364db34b35b2a990b11dcff260f3f45
BLAKE2b-256 4f5d794a960f29e347964158fef23f190d96ba32e2fa66bd676bf42078b71022

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f354a0859f0b6f42538bdf7699eb68c22e352a1c798e92379c0ee047cfd81817
MD5 7e0b157d0ac66543cc6a064af61d682a
BLAKE2b-256 39b067b614f8012ebaf511de1466dd397ec68c47f5fd6578f514e683ef21c401

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82f5bbed607fcf39024335916190fc4990a208cfd92dd916d70b31ecc9122014
MD5 f638ea9d3c5690f769de72b365adf085
BLAKE2b-256 f6e9b7a877bdebfbcaee43876df3f5410fddfd5f2415111a422d8f85ae962317

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d320e8f3fb0ebee4226d2aca1a12d3b19de66355d4e44184fd4828449c019f3
MD5 f6147ee5ba97849de35776a42e1d7b03
BLAKE2b-256 f2f6c516f59447e863eb62305d4a8421cca2db806dbcc827f9539dd8a017e52a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e90047405cb0ff6b1441555be5327aa3179ef247e0cf18532ec5020cbbca026
MD5 102481a11be6b49a0101ec83a200b213
BLAKE2b-256 7f2b1ede66c75ca3d9e8f4135647d10d9181dfaec01587d0360c792a44c1e726

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48755f4d02a16a3cd9c0afc6448e513cf41080f6c29d7de94d72dc35c92eec44
MD5 5f4b333565a29fae8a14426ed0c67c8d
BLAKE2b-256 14b3485cb7fb1ab9ff7f3e906a1577f6b35ce688a85a123b3857a5bd55fbdd4f

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2a14a0d4eec3dc789b3e18f261078a28e73627bfddb696b51a186cd9e7ed3b4
MD5 2e644eda53a7bd9193b4dee428d777e0
BLAKE2b-256 91cbfe42b9595d5fd2818cfc015b8c72166ad403856033c14774dbfd4665d7d3

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 153.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 8c390905fcec5e63de691b58e092dc3964a3c72ca1bb361da498fcddc84aeb86
MD5 6a3ee0ff394f4ead39e2dbc1079e837f
BLAKE2b-256 75fcb93ec7a6c21ff7c1d3212cfcdf7e17635f3980076238b054757860a94731

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp312-none-win32.whl
  • Upload date:
  • Size: 149.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3e5deb32cf3073dee8a742e985e0b12737eae95040dea2ca38bc7efe29bcd2b1
MD5 e599619144aac3839ca4fef089005db0
BLAKE2b-256 0f3103a2becbf7e22ebe6f7f5e413908ec3f7733d50084868963e34bad2de722

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85131d9435e16b579c1227230dd1ae2bb649a12642e55b5a95092f718efee91c
MD5 3cab201ef91a27a9df9c7c377c87b455
BLAKE2b-256 2febceefdec770c1d3c2299e831cfdc1b13558655e5ccaf880e1a8ab4ef50d57

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a1f4f3f1322c05ca84bae6fa234c119a8f05fde5d13414c5b148e1ff90a89181
MD5 9da476fd34938e8971f6cfced73969e6
BLAKE2b-256 7ee937d8e29082fba7b1823a5b4b42c86715b1a3bea076b8091bb00672920a9a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 426e462b4c60daa6f5afd4a31de0cd48b1d9930ab28ab64231cd6dd5c2226747
MD5 cf7e0f5a1f3ebb4aa5350f6889862881
BLAKE2b-256 76e146778f276cd23d0aa0a1e61ebb7ca1bca9ecb8117549a219f5354753e296

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a8cdd92bd014db7d8c27de956b20a22b9a1157a1e2471a688b2e6aebf21a086
MD5 7595165c0ddbb5133d85e72b14517272
BLAKE2b-256 bc4adb2845080ba57c5eb5ff46bed3c58757648a9b972cd737239e129055f84e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e3b2fe0abe02ca87089439fe5a076eed442afe8b649012a19e784c330c76779
MD5 95d975f4f637dc7e551f9d74be126d51
BLAKE2b-256 c623c3d6c3eff06bc4e8b99835f8fd4953f81ebacd225705f5cad3645a229bde

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 57deab4c31ac2b8cf7c3fe58488b63fabab352bc383519b0277144ca27f21882
MD5 7e29b958b02d13014e24ec14bc4bf55a
BLAKE2b-256 5563cca156d3bf244527973a1579fae61d5ba6b058eca610e411f177e29fa339

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ae8898aa6f6c99c496f2d6f0426727be66b5391c0ee06c88e405b80dadb35ec
MD5 6af83f278ce6b7c29db682c0f389b5f8
BLAKE2b-256 7571ca65159723598519a49878938f08a388e821c464b6f8eb4cf0a4ab09849a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2a7b827dff62f7aa94219cc79719087db3bb9e59b302a79989cffc6417a1f19
MD5 996fbb2a2d42557233852103796fc5c6
BLAKE2b-256 e1d3c1eabbd63c035ffee031da12e7ec07fef39410e64c961ec7795313679b98

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 153.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 368d7df2131305781a9459d418c5a3885ba32a5312132afc803e374d122d4e9b
MD5 529e0a7c851244e2d6b31f9a66e2ba10
BLAKE2b-256 cad18ee33ea16de3bd340f9504aa266c8f0aa3a08f9cdf0af08514fc81976c49

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp311-none-win32.whl
  • Upload date:
  • Size: 150.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 a81c5615ac1a633adf7180e76d35dbbc2406acb93cab1bc48ea1e65cb0e645bc
MD5 a82fc8f9e7f9720c9289e7da098643c5
BLAKE2b-256 b97c3e4e86e4235d52d6101dd79e8846aa7d5e2ff4733d7a285f2ef7d8c72833

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6f1d5270ecd2254c60e94700e5d88ac1d0afe9084fa2eb80453de44a3ebae0c
MD5 93dd913330cd41e87af4096bc1c2591b
BLAKE2b-256 b115303795b6f9e58b4d9081edfc829030382aafa0998b7252530ee9451942b7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 087057342cd43a97ffe640ed0b453a3719cf43cadcdde38c9b3ee15a89b11859
MD5 4bf2dcfc468fe34c00271a035d7423f7
BLAKE2b-256 bbbd6f44f7d788dbc1e920570f1fe00e6186ddd2dba999b94e356655bd9b4b97

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b072a71e042c5e3c7f8f10a6787be293825982d3e35edc3cb4ae7ba8175a6e70
MD5 eade6cc7031372f55a2249072a258132
BLAKE2b-256 a1fd2d4be92f948585045e85c3e4bd42cd17a50d27975141fa10d69eaa9c1a18

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 657e7ba563e3904ce5af5bd4c26fe15c6b57a973ab28a82baacc305b243abe0a
MD5 b3b3eff6051edd51aa493ae58518acda
BLAKE2b-256 eda2824d0213f76f41baab75adb3b2b7e84582dac6f1ddbbf33786d9af745991

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70f895c4b4c8cb2c9438a61d60fac5bbbfa7f5a32f63ade8b0afcb0bc7ebc7ef
MD5 52430bc3b6b7c155cf14b41d5856952b
BLAKE2b-256 954bee3107290826047efaa079320e48865aeea6a418f2640544ba1711ff6164

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a1991f35ab89809cb760a7ec60d51cc39b150841ca8c620ddef30e56f65844f0
MD5 f54ea8cce10005e799d2ee8bcf66c1f9
BLAKE2b-256 3ae75a9fa985dcae968fc538981700be84ac0ed60e739eeff9d18224483ac3aa

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f233d6480fce1e359698e4f41f4db1e9c1c9f34669f2fd237a85129527e83d15
MD5 3e3d2f64751cc35737d97292b7f207e8
BLAKE2b-256 ccf59c97ea8efb7ce4ccc8cc92958c9640f09cb39a8b42881268b6426758d91b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 497424ad3adfa8f2bd6cd47b2e0778148a94968e9e30978aca17711f8f3b4dd8
MD5 afeed5b91054c56e03f9478b2760d773
BLAKE2b-256 03f7da0705ab71c9dcb339a83fea490a47a4b6c554ef51ccd28e184d74e733ac

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 153.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 6f95ea80ff0d1d04f15bb6e2725b44196a2b34ce67d23d6fba506838fe37b8d7
MD5 5ff15cb038b6aa6541b4a60ac1899f73
BLAKE2b-256 6d00af93c0aa63d1ac4d66c0be6fc3de47eb0a695ba2e5c47dc5a8f228e540dd

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp310-none-win32.whl
  • Upload date:
  • Size: 150.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d676759e2ec55aeda2b9e18866bab06f62782f9b921bc979ab944b4475df76cb
MD5 fe24298bc11988aee76ca7ba10863914
BLAKE2b-256 582eea15bed2a504e9f83ab6262ffc89a6c804f3565a4b8539725a18a54dfaee

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b37e925c985ae4b6a26ce9cff4505d2e441aba357efa84b700d477ae80ce7603
MD5 39f12667bae673fb0df1f53586f4523f
BLAKE2b-256 f64d16f6195e9aa2b98f2673f42611d245ca15bf614877bd072255e33a02705a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e8fb45fa8b8a54c76b12300b88ff7465fbe9ffc7446055d82d18c4b5ea67419
MD5 3dd875f07bbf8339552e3bfeff794925
BLAKE2b-256 6ef983d316ab3f38be640179ff03ceb389d88e326b60361e513d9ed6aa583c53

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcf9c7e484337eb81e01fddd00fd877c1d1f2f58caff32728d9d8d710449f846
MD5 c9e8edf8a8f5cae637ce08661b4c7003
BLAKE2b-256 3ac8f4a873f8e5d63b2187308a7c083c212bdaed4601853767da2ce92b611f7a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04f0640af0d358fb77862b43c831db71b0c55099cc8c8c0e6d254ef4eb752415
MD5 55fc7b4f4f09d651fba93da5510d16f6
BLAKE2b-256 c5e6c2cb94916c6481d76b9943e2a3d039016d5d8298f2b012261880f6650ed9

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0470d8eb7d477759a17f01d257ca54221d2e966618aeb13d38affa7c97f422a
MD5 62afe78d1a2156252312ab61c1ede8ea
BLAKE2b-256 545b58211c0a5ef77bce2d5d0a7e1ebd8a41bad6cc1559583c8ae59528dc116d

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 254bf3f4c22d9d81f2119ff09c50376f74f99a9a7990f072992153df431426fd
MD5 71c07069e4f1f8f2b3acbbe504e5ca63
BLAKE2b-256 34d24af1bf14272d866bd98f1c74e7ce8c192843b12c08d588ae830d828c7268

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d4c0551bec1f373b1d46e039bb910266d8a175fc0390f596225951511fb2f16
MD5 1eb7b559dbe634fbd5cf21c3f47bdc50
BLAKE2b-256 a431fff5cfb9690d5167190fdd559faeb0a71265a15175ebc2449b9e53241f8e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c758828546403f88651f3465a633f2668a9085953f249372deb655c0c957e5f
MD5 af5aa1a42936390721e7b856617894c8
BLAKE2b-256 13a06fac78131d109fbc1f0cc8283b7d053a88e0db2eceb343d8d6a3132be661

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 153.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d8efe36ed89775e58435b6143e4df9e1d15cc6118f0ba75d6ea11e4c419b3e9a
MD5 85e0856310d213f8bc4f75ce0aeba5ba
BLAKE2b-256 3cd02b9555835f9ea3b85455c21ec6933fc61b53c1005d1fbd7bdf2852bc908f

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp39-none-win32.whl
  • Upload date:
  • Size: 150.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 735c4bad52155eb84dba9e988a69297628c9f3ab5abbd21954733b1a27dff9a5
MD5 db6e3fc4e0a38737ae03c88669974a96
BLAKE2b-256 72519b34d6b9e1412fc69f32a93ab608c2d6d4809bb45c1ffc89a9ecb9fedf99

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5260fa2a83143747acb94a481efa453ae8841f1a8f0b595edc2f1c5168ab924a
MD5 93248b3c7bd56de083c0fdd04fdd63e9
BLAKE2b-256 c4aa734ca19f5a51f6093c10967b7cada569f70f630d4b515b77243a6be05db4

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4313038c176884b4feb9d730b47ae6b51b4295cc0cfa8297f8c737a8469b1a37
MD5 19d718c9b4b5c3b1d4e065aef21310e5
BLAKE2b-256 ab617e87fb701620aa71423b87297e8e6a8b1f36af43f9d62a0dab76bfd60f6e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c2374a26b76081b02a018ae8c2a74e1d4d3570e128c89a83eb4209a1e6ee54a
MD5 903b99f5feaa7a8971f1d74cc297e260
BLAKE2b-256 ae9534b94de289e2ba6ddcd4b7185ac8e8bb97754b82efc2509de5a0bb1c59ff

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 851f2e99565fe44d9e02a98a3fe14d914feca59150d3d9f3f9cd96f8cc358cbe
MD5 df940cd42731af5b42688c298b5ebf6e
BLAKE2b-256 8bc4c937d2cd92c6c79506c90b22de952f06c3ff04d067db5909f02ad6fb1f1a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e7907a4d79aa370b6fe4c23836c05a7985c8ad6df26c333977fd0b2cfdbf301
MD5 ee213487bb2535aa48dc6644d4d3b6a2
BLAKE2b-256 691a83033b7be4dc6c8fc0bdb5ff9328f639d679bc3c066fe8c09a2f198146d7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa192f0b5fa85474a0c5144e18ec894a39da6c7dd1e413237ed9126a74783509
MD5 193957ea4db9840f8fb332db15ef1c81
BLAKE2b-256 76e9bad20e5f2e7c2871c17c1d4b866238fed19db966b83b45bde356dbf33bd0

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ed769a154a18c01cf54b88cf3e7207accf677ab35b7986e284e000a8d048b2a
MD5 47c49a782df150126165e834fabe0868
BLAKE2b-256 b9b814b2eb70a8e7d527d327004757fc0f2242864548dbd3df7c114e93b108f7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a202a325b4cae1df17f5444a0f5a1d49f91514d28a94f739d6b5b277bb5d88a8
MD5 2821ac50d949118053e2753a2d23322e
BLAKE2b-256 ab50b23f20767d310a83a718191538b5f40b9b84eaf21a3882932d9bf08774ee

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 153.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b7c4fdcbe5c8e05087e52e2cd43cb6e1d35b380e3f3c9b95682cb49aa478eaf5
MD5 df21c842ec7dea37e3120a908f626aac
BLAKE2b-256 398d0cdb02edbc6cb5f1c9908cb210c294ee4148c9297473cecdbe26c0db949e

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp38-none-win32.whl
  • Upload date:
  • Size: 150.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 d3999174a205681cdfa860da38feb65aaa75a09ad622fa8466a339ac01ff3598
MD5 4ce26298eaa894d44fdef3d8fbfc27e8
BLAKE2b-256 e10594ccbd0be8cc083cbb81215aa1c4f4b52d6faf9f00160372fdfe9fa5c848

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1d90bf1191cb977add91ebbd2699cad759082b8293edb1abd3289ddbf6699e9
MD5 d706e26b4c6117d68808919f0b744eb9
BLAKE2b-256 0dc953e978c9c6f1b354cb76d3380a5e9cdb275d67630c9fbed57748c922b9c2

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a304a722060bbe4a7ff8e059e559d0edece98112983c9597a225c09f92a2a8aa
MD5 aecaf26c3abb3963389209b54ef4c77a
BLAKE2b-256 e579e3dd461697bdc7501df70686d881f6c2ed1803e74a702f141fa7af9ad4e6

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 471eb998dded03d869850c2551ff64dd2e778f9fe018d36eebcc5479b429ca13
MD5 2d7c250ca03929f06867e79b4f2ebc14
BLAKE2b-256 9916e9ec08d24fb432e4824c6f9b5e3579d22ed33d74700d0e36f8f76e6ab2e3

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a1694319ed051023403e90a208bf7a7183d6a2b717b0b25d3c3f8c9d76b9dc1
MD5 5654217e7ea4b2ab34fd5123044a1399
BLAKE2b-256 e06ef8e9a0d762c2081769babb0c333f06c00d76d137a20db35c6a5ab8c8228a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a24331203bf8de8d022899d5d8d1e40eec78a5a32fda9864792a3847668a93dd
MD5 fb232b797865d5e535e5ad0aa417daa3
BLAKE2b-256 76e9ad186be9bed5f2f7bdcd4f544a8130964a544e19e462c4181795a52da9fe

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 987630caff0051353cdce73191273623a7558b260eb9b5b0fee9612f1d80d83f
MD5 44ab0dee07f28ba6a09a2c88891fe7a6
BLAKE2b-256 792a164424ab243b09d9c2c166a2372f5e2cad41432c63e8f46a36d46b82040b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d997aaf78ee03457683623f6c02212b425a07ff9352122d53d2479c3828161e5
MD5 2459ba5cc8004a931a36bb6298616f8c
BLAKE2b-256 a1661aa2189e040bff6ae031d140b2600244e2e1a27a26c7209081886ec9860d

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cb9e19f19d5f9c5e9cd9f34d7f1c09e5eb28d7c429bc6b5957c7e21d710b15b
MD5 52484071e1fc8f4d851a63d476139d2c
BLAKE2b-256 21e59af891146174e234770eeb136f68be903fb2e8bec6755196a6c591c6ed40

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 153.0 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 287ccb6ce92651824f6ecb4b4d4cca94e94a8433f397c74fbf780ebf174257ed
MD5 d2b9071ae2001193f234c8ca10ef3458
BLAKE2b-256 008d7c5d1bb58dcae73b3a6dfdcc4e6142001e4c8bd5cbd2b23a98061d097df8

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-none-win32.whl.

File metadata

  • Download URL: fastcrc-0.3.0-cp37-none-win32.whl
  • Upload date:
  • Size: 149.9 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fastcrc-0.3.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c409b54135be11e35e2f9f74bd84aa20a66ad4f0b0a0cdf7f18e614a94148dc4
MD5 2e8f17e9081b7315fdd90653d4e7ce45
BLAKE2b-256 8077c02240fd8e52e1bbc917cb330aeab7d30ebb71805e7299624b6f2f77c37b

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21e8504b6e29a17a5b10456ba36d9111856bb3308c5ae65750014af0ba153993
MD5 c8c917b41f06f2aa27aa98c5acb88f2d
BLAKE2b-256 e771ceee1c5fb054e523d4363af5650ec459972beac29e5ba928b246cfaa12d7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93277528611a5eddcd3513d878db45e89476bee988c045d08761954295964f4b
MD5 6be38215dc3b2df3564ac1be6802c6c2
BLAKE2b-256 5189958d5a7f292b2971a1487b77a286fb1fc4f542d689fb01dcef75c8e17e08

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ebd35fc5fd7a76c67e6db10a46cbeaa0c60b3bc0dbf43106483941a8ac8a2e78
MD5 7b9fff625098d73b4bf935abc8d0fc2d
BLAKE2b-256 bb0b282f38f65e67750a1d6208d84a1537c676199df22e8d4071a20d94e80f6a

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9598651d86b38d51b01bdcd34c88074ad1b9d4f87a81f738e2411e72b73f3b70
MD5 9f080fd5baf81816b843427e2bb6bcd7
BLAKE2b-256 9227acbaf656db70d641ea60c3b7ccca812bec26890b23b12ae34f4522f76b39

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ae32c512b26f41d32dc1cf3ce36350078cef854e1cbf35c3414b27a742a6033
MD5 216e7ef2add55f360c3177ebbbf76ffd
BLAKE2b-256 56e4a6dae39624337fb1c1492ba9e2d553841f8fde2102ed47f67ee8482eb20f

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d309e2cbfec9861e254e5b94d001ae12d1c8bcd610b8100f58096198791a4846
MD5 ee948fdf0c36e3f9bfe66c93515dfde9
BLAKE2b-256 bb313a9698c08caec557ed90103961f8c3d392bcf3941b70712936b0ed38d631

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c08c1f03adeb2c47587f834f0ceea0875ccc735fc4dd9e5722189a808ca6cebb
MD5 23c1119bbddb2072bf4daa7a5a95e97c
BLAKE2b-256 5cab207e5c965125cf969624de19fd2227face25e92a12e3b80ca405c9081bf7

See more details on using hashes here.

File details

Details for the file fastcrc-0.3.0-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastcrc-0.3.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c96e2729fc1673104a17f424e9e70557fba02f8236ebdf31f6f0895f045f28d9
MD5 0c93e342e4e2127136ea19e124ea8f63
BLAKE2b-256 5ee715a38628b333c1c65f46f38a6bb0e7fda0bef2f45f3f349242bc0a3c3858

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page