A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file fastcrc-0.3.2.tar.gz
.
File metadata
- Download URL: fastcrc-0.3.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22362bb54e1bafc4f3e35544e40162481b2822c48ede1f5c2784820afad2c561 |
|
MD5 | dde62adcda8c4fede111947829500521 |
|
BLAKE2b-256 | f4fa32bac317708588b845800ea12b026003ea6239035b21d464f48152ca512a |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e33373b9b7325d93af5486c6414404b57e0ab48a0a1ea0125712c42607c6efcc |
|
MD5 | a4339df4e3aa4cb2d03516326547bdc8 |
|
BLAKE2b-256 | 39e36f2f670f94ca37ef45b8b947c721447a100df441523c1bb728ee1703934f |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f97bf58d86bdf145b9635117dbb21afc137deb2f1f6869430c4f8c585aaa1619 |
|
MD5 | d92826ef984eb7639f707cf7de79e91b |
|
BLAKE2b-256 | 50c0bbfd38a0d197b36b73d26a1a636389879ce36f710fc92fa44b3359590bbc |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2521637ddcac21fa90761068bb2b2ee6cad0554b85ab320431e7a74504c33adf |
|
MD5 | 4d0d810dd478acf2613e523455f33624 |
|
BLAKE2b-256 | f523ca72bb979528231659da5bc03384de2ee658c6d26d1b981963f4000f9e44 |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efe319719fb2912d9b1c33d8bcc9f3a66547a7ff131b55ad252c3c01e2126603 |
|
MD5 | 6f8f2ec3dbeb7bc2e549363136203552 |
|
BLAKE2b-256 | 412d527f8738f7f09614cf49f8dea533802801ae9d784744d1cfb168f2f0329b |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 276.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a822a37575c0a1fc0ffcf4ee3b6cf23b3c238a856685654c84be347b3b192abe |
|
MD5 | c311cfc86e7e38758316c072a49a4697 |
|
BLAKE2b-256 | a3e260f04956b60fec5d5632e6f01d7d5114d47dc4c268b6d22048749dc2380f |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 287.0 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa14a0f06b38e1c5689c4f6c6bfcdeee24de219385af5bd2356a73afdcdee896 |
|
MD5 | dca3148cc61457b740e9a5fbe2548165 |
|
BLAKE2b-256 | f2cf1d9cabfafd05600f818b473577092de61823219a79628b62c0d49673651e |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 241.7 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc3489d5be7ee5a940c38cddde52bb7b7c3dc8c9a8787301ab0eecac9096cf2 |
|
MD5 | fa17ccdada6ab48f08562c304cf5a9c5 |
|
BLAKE2b-256 | 7ee568f68edca51d3bdc6d8461b56c167f5bdaa5f95b6b7fa1fa138fedf577ad |
File details
Details for the file fastcrc-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.9 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70c3d660acafbe684e2b7ee548f0bb8b661a7481756c86d8b1408d78a071bf3d |
|
MD5 | 40c573cf205b40e14cf598bf7ea6f8ac |
|
BLAKE2b-256 | dc4965ecfbf504efdc1368678a81e2296b1b4716e41e821a0963fcf709a389de |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee171a8fa8f879e0904df99e690f5e3c04439e027138af1df942df3dc1f061a |
|
MD5 | 9cc62a34333b0f2353cf977c25c874f5 |
|
BLAKE2b-256 | 37c5f967f5b9d892c0ba8a0342b8f2662c54bc7564a387d3a9cdae1073b3a39d |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 318.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cffeec911796bc8e51f14e2eb0a55461363bc5cad27e35c270e7afe85df1c530 |
|
MD5 | 2a42ebf68988a6686fb2b7ccae59b3a3 |
|
BLAKE2b-256 | 9d5db3583db8f71d031f9f5a0ca987b397983996b51e9e28246c1c5b8df5da58 |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28581d371928a0507b5e8c329241432f8779eb63d202d53e08dce6c506185586 |
|
MD5 | bc63335467583d2de8596c721a9abe6a |
|
BLAKE2b-256 | 00745e3abffe311e67889e51dafc3c7e67482e6007c46141e6d2c31fd639e5bb |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 280.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6d928d05b9d99615abba45dd4d6c7a8643f3b2fb58156c20ed49c3f44fae3bd |
|
MD5 | 15597d393f6822f356c7b98270a1177e |
|
BLAKE2b-256 | b4bb1b04e1ff629b0ab9d6274e790eeb97ac063ddf8275e7dc00726453198225 |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 276.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ef696e7981dad4b478e5e72b96ca85d35a37c66cb1cb83c4c2f596435910f0c |
|
MD5 | 79979edc6f115f34ec63a146369aacd9 |
|
BLAKE2b-256 | ca6b06942aa4ab1501018fc69ae9fef33eb5a326983c77a794ac1df671171110 |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 287.2 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9cc2cca642cdd6c855e7e126b107ff7a8d159ff1b38793e15c3236b8f7579cf |
|
MD5 | f8486b7f0628d7804902b2ab6056272f |
|
BLAKE2b-256 | d96088bba64477da54a4125ab91ee0e82874f448d800ca71e7de848d806c3e32 |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 242.3 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2113206dd9c4e8938948a1fe4d0a984813c1e05bd6aed76bc94e5e8db950f6e2 |
|
MD5 | a9cb1f5440d5da6dbfe9b80fa53a2624 |
|
BLAKE2b-256 | 81e79d0d3649da9fe77f59bff071207723bb4b46c588053e503851a2b438b03e |
File details
Details for the file fastcrc-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 246.4 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d2a7350fbb83528d72cac1d2ede9282aa9a3d1597e0e8ac307898986f67693e |
|
MD5 | 891f4b0dac74849b84a609372e5dd991 |
|
BLAKE2b-256 | 926ee2891766168408117f190cb69df8e601a1271d80d2467b9727649b60c5f0 |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa1499a719e445a7d87709a13f4959265b76ff9f7b316268157d43f1d0f08434 |
|
MD5 | bf86baa0d1a3c7f052129ae5998cd623 |
|
BLAKE2b-256 | 10414ccc3e74d982f74463b16a2be536f1989bc8b0430aae6d6c2a5c4f5c2736 |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 318.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2859472ab4c8ab620c01a2ae00536541e5981fe565b95eb84e49ec4321154252 |
|
MD5 | 538a3dbfc6d634f028b2c43082285690 |
|
BLAKE2b-256 | 00738c131fde205ac92f70f89acb5287e4166303af06374d2dd44e5f2db602de |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10617a0a57adb7162f26d6f8c4a4a0fa770a0ef734e5faf7b832ef177344e791 |
|
MD5 | 6a6e12defdab758fcffe5c657439a50f |
|
BLAKE2b-256 | f4bb0bbe0d8823b23edcb8e68b93d1170e8f5474aa9cde091852af1f9c5d247f |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 280.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c465a4ee71594ccb2a46227fe64d41d643c8e3ce673b19106f4bb7273da0747f |
|
MD5 | a4654af77097fc711859bda17b22f3e0 |
|
BLAKE2b-256 | a7258218d45d870517725d5a96f56bed9ad2e5f8d03f1144e9e4cfdaf22fd9ee |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 276.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fd80edbc3994f449656e3d95aa42a3b08c3c6fc55d3619d87fdf01fca149480 |
|
MD5 | 6cb776539196347b973e67098734fecf |
|
BLAKE2b-256 | 8db5ec16ea905073b9c0d191ec798233990c5ea40d537a114a8508d092b81adc |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 287.1 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0612ba25f1e4503f3001188cb5ddc03ea5085dab836cd5843edf2655545e043 |
|
MD5 | b27f412e07f5da98344d8e32613436ec |
|
BLAKE2b-256 | 7b3856cfbf3c753995b941ff13b96c9acb4b39be98d01cea3fb0ecc9f23bbf4a |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 242.2 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db3b31239f0f4fe74de37cd7c823716b52cf7e6bb7ce6b54e2fafa5d67e05246 |
|
MD5 | 72a4047a0e3674e05549d515659758ff |
|
BLAKE2b-256 | 4ac4942f2a6b88c9486e587e1e83635941a05199425ddaf1a6ce18e57b8f6802 |
File details
Details for the file fastcrc-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 246.4 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6fd2d2276f02f095104672a8797d032ea142b6d3973404b934f8c02c79cce12 |
|
MD5 | 37845c0f41e08951662b5da6de86f8ca |
|
BLAKE2b-256 | cd2f18386dade933ebfb46fd2d173cd3a6a1842610b7c3de32108cbc91fc9b9f |
File details
Details for the file fastcrc-0.3.2-cp313-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5b68367c9a837773ad1dc98ae66adb4d097a58430665a21bff548982db8f3b9 |
|
MD5 | f6d382b3817acaa3a033fd9d7e3b6993 |
|
BLAKE2b-256 | 58a90d5518d525f2466551a836d918402aa1a26ec58057fe9cd4f225186ac2fa |
File details
Details for the file fastcrc-0.3.2-cp313-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86f3c9e5844e5ffbbec1c17f059198a9b3f36ec3061f1128076ae2eb625101a3 |
|
MD5 | 2baaa030bf2ac23512bfb3fcc54ce91b |
|
BLAKE2b-256 | ea99e4daf07394ff1f0b73a2f620199665990d0a7e776356e0367c51294dc312 |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 274.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9465678d0fe17e4ccd63b13aadefc550521f7bd1ba7b176b5b7e118952f0097f |
|
MD5 | 5b7058df9a3910ebb8912f83508a15d9 |
|
BLAKE2b-256 | 12e57ff34ede27114f61c508a4390feecf4d2cf23f2b63317e0b71d21d20419b |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 313.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dd95f209a575edae4f223c55b508b43c18d1e4ffdb0262fcd6bc55be355a96a |
|
MD5 | fcf6b21b25183016e95c163ec4a93c4c |
|
BLAKE2b-256 | cfdb82a55d8e6a83373c647dda5e65437a15b2de9e4efe507b093da2c6870b5f |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0c8c968237d580886e796da52c7d026e318652e60e0106d9557e2a25265c030 |
|
MD5 | be42f4f4875474c74cc80f3336f49e58 |
|
BLAKE2b-256 | 27c87783d0e6e8356a097524cbb05d0cb2d556f70219dc46b8fd4c8fe22e0a8b |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 278.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d923e9ea11ee35d129dc742ef76b5ab86e489cf6b7f404e02e413c4b98e4c838 |
|
MD5 | 06b81796c587ba0dc26eb172ae75a108 |
|
BLAKE2b-256 | 0078f1e61abc2b621253d1fc6795261d51d9774e0e57c6d9ccbbbd2521f9ba68 |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 274.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ec03598c258ab5267ed1303988d5d34f8c8d02839409bf0be04deb91f51a7d1 |
|
MD5 | 74616770812185e5956ee973fa929279 |
|
BLAKE2b-256 | 4ad3109da183bfe5d668be7dfee370d93d8ec45240cee22d326d28cf99907f44 |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 284.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf3aca3a8d4c369bebaf601831b25917a0808dc7cf0d3060955c97d2a72951ae |
|
MD5 | 8a1d0db82603b06ca58625f924abe459 |
|
BLAKE2b-256 | bfaa6a2c0cda69fe766fa82e19f76ec56b1de3fe69fe530b88100e7e13993298 |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 240.2 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d723fdf5df4444ed8ab1d3b8478d71162397243bbd26bd82f1e844a5ae4b88 |
|
MD5 | 01b42ea8b0cc6a09c2f7c6c41dd48298 |
|
BLAKE2b-256 | ce615389387ac50e3c3fc2b2506bd2ce624546652cef800c3d5474c61f5713da |
File details
Details for the file fastcrc-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.3 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b848835c2521ad5a96413ce310243c325a911aad92860aa427afb19f28493657 |
|
MD5 | a96fdcf3084f1911c1566ef4c61dc83b |
|
BLAKE2b-256 | 7dfeefb4de2241809454ac9ea577e89797b99478f606554edfb34081201b039a |
File details
Details for the file fastcrc-0.3.2-cp312-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-none-win_amd64.whl
- Upload date:
- Size: 144.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 858fd01ab7996cdc1801f4845273e25e81d66a1d64a6aa79f8acb0a77a5ffc68 |
|
MD5 | fdd80f258e393fc61e87a4cb4506a784 |
|
BLAKE2b-256 | 522a9cac27345e97e7ab3963cc4bba4ba773be54d41d751df8e06e2118008a31 |
File details
Details for the file fastcrc-0.3.2-cp312-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-none-win32.whl
- Upload date:
- Size: 137.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47c3b4642683e653a4bb2dfb97049af60af57869298bd45b0a229be2816946f |
|
MD5 | 3b479defe42a555d128f945b635f937b |
|
BLAKE2b-256 | 515f03e21e81533de7917255acca3474c8fb1951156c6fbf686bd0ba91d1714d |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b0253a6408ffec884876bbfd7a0e602da1cba7f31ef63efcac3fb4600ec1f93 |
|
MD5 | 03f99ca789835e68778a4b3baefc90df |
|
BLAKE2b-256 | a1d63e4112ae478d71a1473110cfcf050bf52d6f898614ed2afc6f3761769f5c |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 313.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22a4983946593f76a573992ba92a207ddd9792b4797575ee1ae9757ddeda40f1 |
|
MD5 | 8e7c9ea53f4737a681750eb724d44df3 |
|
BLAKE2b-256 | 7be68b01964eb32e222b74bf6bcd0886f9859fb4a6c38e870dbd689e03e9a724 |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 311.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea795a0d5561bdfe45648d7f0a5423c2a4aca9fa7bf11545185551ef6df2174d |
|
MD5 | 8f736b058dbbdb4b90bbea3224a98de0 |
|
BLAKE2b-256 | 166fdde4ca6c2ef73d2cdfee274d0060b9fa2d06b64312b4f0a77b60fe819418 |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 278.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 047ade898642d182f98ab91c2835a261ea347c65fea9b4cbacf9c2831ae0af9e |
|
MD5 | 9a0fa98a33e2726749bf3efd50cd4c5e |
|
BLAKE2b-256 | 08eef445762e7cd4a160c61033f377e3e50c57bb21b194e0f259d2d0e8535080 |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 274.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53b66d2a2caf5fa39d2bdfa814b08a879812cbcf8659b1606c37c6c0063ab4dc |
|
MD5 | 2a113cb704caa3c4ae3bdc9ee3491dea |
|
BLAKE2b-256 | 2e02660d0748d4c0448ab2bf03cc215f08b07671e40d6a5a4cc64baeb6035f64 |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 284.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 854bbc2633a94ac5673a65d2793dc952d4b795357927997fa9cf6b941f7f52ac |
|
MD5 | 53878c938e37d47b486b36a4cd8f3d72 |
|
BLAKE2b-256 | b3b2674ecfc73cf1eb379b3bde4241d618aeacd5be4e3efd5bcd0b4c9be3ab0e |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 240.4 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e440928e38295e34cc3d10c0dd60c636f29f87b3f75eb712c655f24b234783e |
|
MD5 | 48e4a1759f63335ebce34eb414634e45 |
|
BLAKE2b-256 | a94ec313c85393b190716fac97fce81bbab1703d7a43a7f424166c6d08b1f9d8 |
File details
Details for the file fastcrc-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5333403aaa300a6dd9a09be57108fe097bf3999c1beefee290268fe29b969770 |
|
MD5 | 7035b701512f53b2acc49122f8d9ffd4 |
|
BLAKE2b-256 | 46ed85afd1d761a1d1f51f479bd1283dc609a9ccb0f7ee94a1011be75fd9ff9a |
File details
Details for the file fastcrc-0.3.2-cp311-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-none-win_amd64.whl
- Upload date:
- Size: 144.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7811f35ba713fbc1def72dd47b01cda5ea567ed3fa9270d6f3aedce06fc94a1 |
|
MD5 | dd05f24d66c0ae41563529e457d8a64d |
|
BLAKE2b-256 | bb000027b194729f84b3204cadb8b65afd5827e315661e85765cc89873bb1ae6 |
File details
Details for the file fastcrc-0.3.2-cp311-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-none-win32.whl
- Upload date:
- Size: 137.8 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3414ba146d01fc7e26c7dd0614c5f2582d0b317daa7cf13297bcb12f9146a13 |
|
MD5 | 43423c2d8a57040cccb2f31d84dd9a3c |
|
BLAKE2b-256 | 8e2a2cbebc55693a5f952dfe01f479f20d8f47f13b9576a56aa451a5b4ccf0b6 |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d2c0832a014229293b2583ab39895cc2712a73fe6ec5712c87db210b11c41fc |
|
MD5 | 9526a800961b33adabf433777c9c3406 |
|
BLAKE2b-256 | 0c38b7bb37ed2148acec8c5a268c3adff7bfee58fb4ef0109159ecaa60a577e0 |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 315.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 819c839c2d63336bcfb48932382f3f14297d32d541d6819ddcd27493069d4b83 |
|
MD5 | fa586332df389bd16f5ba21fb76d74e4 |
|
BLAKE2b-256 | 52dba9d1313a4c4250dc16c24ad85e90474f5467a5e0bd984b4ffcef277baedd |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c85f40f1f333d6e5151215062dd010edfa7c5626d692cdad7cf437cccd6ceb |
|
MD5 | 6bd1ec3e978f76b7b297c52c975fad8a |
|
BLAKE2b-256 | 2cac6b41dcf3ef4ca2872a0905a9bd014432168b923d604989f2836b3f24400d |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d0f35b0a1da68d82027f00e9fcc7a17d81852fa70e5b527aa24948083976ef1 |
|
MD5 | 6b72a4d0debf15ff75bbb27d126cb29b |
|
BLAKE2b-256 | 80d1abd24df84e1efa41eaee8516987c9877e24ddd0682c31b88d97f10efbcf9 |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 275.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8812e2ebb8dcc990ffca1ee97b7cb62fe979ff45eac3cf4c6f2349f076f4a1d |
|
MD5 | 4ac899316f7f512e715573e7fc8466f4 |
|
BLAKE2b-256 | b7c8f2bc9395bffe94f778419409a263caa32f51a197121685909670a286d907 |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 285.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5019246289f50fcde7aa3b768ee35595b446b36acb85a97023d991a3b3735bec |
|
MD5 | 8a9eb232295e6ffdca00b69f29b598f7 |
|
BLAKE2b-256 | 27ec8f5faa58dd894a1c3a5ce5aa67114b9de169948ea88d7ee78eab68a5c10d |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 240.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c86d990d484c79f95d9b353834a38ab7af179f41591b234cc3395c5b2a50b823 |
|
MD5 | a77f793192ac4d79142ee007687205cb |
|
BLAKE2b-256 | 456b420ff3c27c10f347d50611f3fd4855e844de9739338b2aa67cae8213570a |
File details
Details for the file fastcrc-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.0 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 453c2978e0d04d3c6f23f4d6697a5bcfcfb970e9186e8e1b9764cce9dd8f1efa |
|
MD5 | be46c20994608259e4671407808a6740 |
|
BLAKE2b-256 | f55206e8c815906fc638861190ac1f7866de5b25a3130a7a642c2a07c70185c0 |
File details
Details for the file fastcrc-0.3.2-cp310-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 144.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3d6541a9d9dd72979122a7aa86af32ce8c02c051f53c225a101e4cb53d3993c |
|
MD5 | 0d156febecdc8e025e52358955e10e8f |
|
BLAKE2b-256 | 8009241f62d42bf797a18f148537e5555f79774be652ef5d07c5afaca6bd8683 |
File details
Details for the file fastcrc-0.3.2-cp310-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-none-win32.whl
- Upload date:
- Size: 137.8 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99dd3f05445a97337a9564330cf310728ed0f3b2ac9f8caedf9fe2395c42b7e7 |
|
MD5 | 99a68c7bbc5db3cfaeacf08ea178b802 |
|
BLAKE2b-256 | 47561e88de73b890ed0d6e51f85496d9ad15ce00b5aff2744e05e0b42015e05a |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53cdca334bb9a1ccf31c5f379dac98738d41a62ce5c634606c805e39b731684b |
|
MD5 | 4e532fe140e1869d1214b6e3fe8177ce |
|
BLAKE2b-256 | 9d840850a1f4fe30a42c6ecfcd95e77bfd38193439f48b8282b9b03af0cd8e87 |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 316.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f59bdeaa6c158c18aec9d34d9caf853fe3a872deafedc4df0a8d156cbc4dfd6 |
|
MD5 | 22675e32beaa58057b0c02f36bffcc70 |
|
BLAKE2b-256 | a3b21c266079fc520b421d57407bf890a822286c7c75506173ff75124ea90a87 |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0301088e82116017cf478662de5817db03a79243c4fbf12976be9bed652dd8ab |
|
MD5 | e182d8e1b79896bfb07f0fb306cc3e30 |
|
BLAKE2b-256 | e7bd2b1899b8ebb5778bbd1535af0c976836aeee74fc978146f76ba5cbbe230a |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02ecaf4bb07a3c75f80b17cc2970c1b4011ff46f41d8c48d13bc3de3c9362389 |
|
MD5 | 8af0cf8d0d9ca7fb2ca256ce134a9cda |
|
BLAKE2b-256 | 7cdb468b0aa64748992be91f0d4fd5fe54c17100e1ec66ff6362630ffa8979bb |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 275.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5a941b7a80c0a284907019c3ca64af329d0b18b6e1323083a4542e2f00c1ce9 |
|
MD5 | 24a8ccfb31ab0df96d576dec47e3be39 |
|
BLAKE2b-256 | c001b5ef4931759eb90ca0ca289c0548c7abe9593f85cf3e2cfcba3936ed33d9 |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 286.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5885eea5122048ef79fd586c2283a5d9103455d975ed5f4965256a63aa2fc785 |
|
MD5 | 35739e6172dae07b9792ffce2ec7d7a3 |
|
BLAKE2b-256 | 3941973974f737debf859b490d9a0255e4d1a060d9062c08da23ed0f7e296384 |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 240.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3004ad912910c5f754c2b7135965ba1ed4c60c2cc6994697caaba1871c9f49a3 |
|
MD5 | 247220c9b390c8d0d95998b75edc190e |
|
BLAKE2b-256 | ff594935281828bc230569d9c11e0642cab3090f9a1578dd87fe1c2c34c7003e |
File details
Details for the file fastcrc-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.2 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b02b35a6862f5a2b0f1c1ed3ab83b95b770e8865dd00a99e01dd6aa34189d8d8 |
|
MD5 | 509727ed9b98914b617d85d44919800e |
|
BLAKE2b-256 | 3c94a458ce20c1efa3fd8077549fbfbfb37ca89d0d2c7373d338b2633cb98476 |
File details
Details for the file fastcrc-0.3.2-cp39-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 145.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46716bc4aa48b56cc03e64f0e6d973b255910237345c36b69c832753e06426bc |
|
MD5 | 60bc304146bb1b86d3f9d55231fd2a19 |
|
BLAKE2b-256 | 04fd0f79aa0c3993d287b69bbe6d3ae9a640864c301cec76d7ad419c47ebac11 |
File details
Details for the file fastcrc-0.3.2-cp39-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-none-win32.whl
- Upload date:
- Size: 138.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b72d799eea4a17d3df042de455339368d39f9f96e07e7c19c530f00811ea0a |
|
MD5 | 5cdf270e1963b8f0a77505b220fd7d46 |
|
BLAKE2b-256 | 195c3c48e821cf2bee95d4bc314417f4d58eab792f0efe4ce5c459d4d953c88a |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c184e19f93ad5dba3b1578d2c04ffb26c8bb9788b58ee03e8f956523b65c7d9e |
|
MD5 | 41662ef373c1b379044649b3fbc5bdcd |
|
BLAKE2b-256 | e3a62fbbc8c3c89fc5fabb7a13bb1c7f09a50580438c681b807d8cc76c484f5b |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 176e6a03a570e93b8868f7051985e67ef30742c4bd1df4677421f7384ccbd2c7 |
|
MD5 | d86ac738be090762d842d31cf6558165 |
|
BLAKE2b-256 | e9ca0150456c4129ef4529a3499c3c49930e3ecd3fb6c67f0f1b5b40108610c7 |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27713218416252b195a1a2df6292450f1860b4c54469ffc16652d167540228e0 |
|
MD5 | 59233ba27f1b63065a9208b90d3d471f |
|
BLAKE2b-256 | d4c2cd5c896e57d1cf8883158581a07286c02d32c563be35e51f044cf9cb00cf |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 078a21d6ada812be671d5d861066fd04f0c395594a46b1db99a4fa0923cefa24 |
|
MD5 | 3cf537b5ab854508eb287ede0df633cd |
|
BLAKE2b-256 | c75d1e756ca6b7a990a1c000401a83637528bf13cb1a52f547c39f35844056b5 |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 275.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 219245eb79a24efe5a0c7350bfed2bcbe63488d976a3900aff6aed8562e17f35 |
|
MD5 | 8d4b46be576cae1cc6ee7be80adcbd8a |
|
BLAKE2b-256 | 1661c93f7b460589a83b0bc43e01b665d4c438dfe1bd2a7e10714e8ed237f5e5 |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 286.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b974f419ba9117cea8c54745475be8786ec00d85c9251bceab1ab8937aac2b2c |
|
MD5 | ad4292ee4ea4e60858edf3f7aa5d6403 |
|
BLAKE2b-256 | 7b4b4f76cdcd4bd16cd6b619fc622356c428e1e3ebcf3aad64fae7dc074aa527 |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 241.0 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0525b29f469f79a1f12617fdbd9fc4b45c66ac90198179a2bf64243b651dabfc |
|
MD5 | 01933a6452a0d1438360526dd95d7468 |
|
BLAKE2b-256 | aae71b93bad4e0ea83126294d035a25654988a9b9b38225a317837656b8e0d99 |
File details
Details for the file fastcrc-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.8 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e579a2b6de60eef3317091cccd6dc9679e87358a58cfb0466d488dd9415d223 |
|
MD5 | 8f488e383915f1a8695321bd56f74967 |
|
BLAKE2b-256 | b09dc25531567fd994bb5d4d894ba33e9fefce40720b29c5543a8f276d052d66 |
File details
Details for the file fastcrc-0.3.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 145.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 774ec86687bed8e3d5e2d2315a117545adf24bf6e08b19c307d986d129dfef04 |
|
MD5 | 7089f721bca619d687868516d26982a9 |
|
BLAKE2b-256 | f7abc4417c1472828afd13063a187906dc23aa990f7b45f76f7be0cf10b45f1f |
File details
Details for the file fastcrc-0.3.2-cp38-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-none-win32.whl
- Upload date:
- Size: 138.2 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 675bceda4fc316a3bd4ad99bb89f98a3596254299d23a4ffe85764a26890fd85 |
|
MD5 | f24e9583410b51aae2bcf635cfb55c6e |
|
BLAKE2b-256 | fa9e6f4e6463c725539c8eeeb278a1486887428d57d164fa7fa5b9326e03ffed |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 215fbc340a28d4028741758d929901bd4a406430d2d2cde5d80e8b1df20143b1 |
|
MD5 | 4f113ecc4f73e0f78b88242593c8186b |
|
BLAKE2b-256 | c7b2d2052c4fac9d6f65db34c808943b75354c1f5e13d871e581d49217172622 |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9fd18be90a5ee0b472e92292f75061d687edbeea86419db4d85a4126b8a48ea |
|
MD5 | 2903b2452821fac079b5f8e50aeb06bb |
|
BLAKE2b-256 | 16878582bb987fdadc6b458161e7a24cf03433ee78ff4a9f7699d03673a6a94a |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e33252ad8ec345f239ac2caaac56cd310478f8d1f7a5b4109c6fc4deeb62080 |
|
MD5 | 09082040aca3540ae94763868e7cad37 |
|
BLAKE2b-256 | a98d63a3b978d50567e11855d89a1c13cb30c72e74c1d0e9779895e2ec079b66 |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb5f8a445e4f4600be53fd92e5016fc09b0d31d4428387f13fe6385cc499a4af |
|
MD5 | 460936c741d54383262cff4938187ade |
|
BLAKE2b-256 | 033e251be5fb21e9e1b771a58ac61fa3fddfeeb55755853f2577356c263dd737 |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 275.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34a6e12e8c698606c86dc01152a52612a43f910a53dcd614d5d6f446c7904921 |
|
MD5 | d1c5efeb4752bfdd2cb859884f44ea9a |
|
BLAKE2b-256 | 8df05cf894a03fb7bb77b905516927e1e564144acb06c54a17efc9adfc25c7ad |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 286.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0632f9e9ffcb736872924268a486a02991726314e9dd870ca718ef6caaead51 |
|
MD5 | d3863f0e02ed632469a79db9ef9d985e |
|
BLAKE2b-256 | ebca61e753399a80e599a3375348386c7dd99edbf409a732a01c7e3573e62649 |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 241.0 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aff75d87f8840fd91eaa6e722d91dfeece6abded1aa18cab9592f5886bbde199 |
|
MD5 | 892409312317f104236c81e5db22875e |
|
BLAKE2b-256 | db4b7afb21b80fbfafa8b8779f6dcb21f505cfc954a110100d1c462a6384b665 |
File details
Details for the file fastcrc-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.4 kB
- Tags: CPython 3.8, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82d1a989b037b2a5a2c60216c02d24646510308eaf37db4ab1c28f319f5f06cb |
|
MD5 | ac9c38505fb307888fbf47b833f4c2b7 |
|
BLAKE2b-256 | ddf67f10af32c3f505ef345a7bad6f02158fb09aa52b0acc65585e820e892ba1 |
File details
Details for the file fastcrc-0.3.2-cp37-none-win_amd64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-none-win_amd64.whl
- Upload date:
- Size: 145.1 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c19f66dd360823e5aa42d5f19c031813f9c6f314a91720d1e21e06a83a5e3817 |
|
MD5 | 8dddf67798ec31711fad4ce77f868d34 |
|
BLAKE2b-256 | 80c35a7fc91ddec5cdfcd5267a56fd5e4709fb4ed65c0ad6e3577c35e357e91e |
File details
Details for the file fastcrc-0.3.2-cp37-none-win32.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-none-win32.whl
- Upload date:
- Size: 138.1 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037101135517a02fbbac072749e7e82fa59f8517aa1ed7f9001e60e5e8ebade1 |
|
MD5 | 3f348314e271042ac4a36a11bf80be2d |
|
BLAKE2b-256 | fd46a76968e384d6df2ddb6aff46de4442bbc6da244477987bd1264acf1d7e42 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a84f4c799791182e05f82f4069489416a648ee45f94d8003d97adc91f96f3703 |
|
MD5 | c57799a55e040acef2aaae2306a9fe3c |
|
BLAKE2b-256 | d0d57c2b2868655e93d39722a52bec96c9364078eb736b5eac4cc1cbadf2ca29 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5757b206096b1b5e7a2b5c80134f235d06310343fa2bb0ff5158bddb7aacb72e |
|
MD5 | 855b010eb90f4925f166217c2a0ac09b |
|
BLAKE2b-256 | 0d0ed191148f6fe04e18648b94c9f536572af734be22ca4c7e86859ad2dde3a6 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb591276a6b4857979670d695ff177c6e7a2017a95bfde465265eb82844b593 |
|
MD5 | 8aa989ce8eadf2aa0ef3937503507a2a |
|
BLAKE2b-256 | 0268835e568e0e5c061ee7a25b88ea8fdbcdd2febf0e5b0a62da30ef20eea77e |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 279.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfccbc71a2eff9702ebb400eea92079507e33f1ad7ace291b71966643ecae61c |
|
MD5 | d2bbd7762c24f5312258f46fe0d8cba1 |
|
BLAKE2b-256 | 44123d3cef33a9c7d61d9ee6de549d316bc7e3397c531d5fc816631fc5a83968 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 275.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f11bdfe6ea8035ef87afd7abb9925978a565ad22f94b8dacd24a2b43cf7d7f9 |
|
MD5 | 03ded6890e28a5a0345418b4d8dccfb2 |
|
BLAKE2b-256 | 917f1353de4ea1e916a8fc35014be3d3d3eaf9d58f4003ce95997f6890cafcff |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 286.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c8b88c8526221661f534aa27a40a0627cc848345e2c543beeb838ecd96d755 |
|
MD5 | e43de462796d3bf6eefb19013c27f767 |
|
BLAKE2b-256 | 47fbce8aa418029780c916a456979bc79cebe78163091a3776cbfc1e9d4d7746 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl
- Upload date:
- Size: 241.1 kB
- Tags: CPython 3.7m, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92f77198f107aad60654866256c33a4ec02e741c2dfde6be01c1a1921cbffe18 |
|
MD5 | b7d43ce46a5b7c217fb626fbca684ee3 |
|
BLAKE2b-256 | 8d75534733f27c007b8742e4c5cf5f8fa6e2e7be39d6f36369efdf1244cf9be0 |
File details
Details for the file fastcrc-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: fastcrc-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl
- Upload date:
- Size: 245.5 kB
- Tags: CPython 3.7m, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adfb72a051655d943b62520ab99e50c16bbfecf6de82fbe3ed1f278e2dadf0ff |
|
MD5 | a3e09b808d2908880dc61979c13ded58 |
|
BLAKE2b-256 | 8f6820d98c8e1dc944c018df94e845e631d90604737c96338f0213127f22a3c9 |