crc32c
There are 24 repositories under crc32c topic.
napi-rs/node-rs
Node.js bindings ❤️ Rust crates
SheetJS/js-crc32
:cyclone: JS standard CRC-32 and CRC32C implementation
guzba/crunchy
SIMD-optimized hashing, checksums and CRCs.
robertvazan/crc32c-hw
Hardware-accelerated implementation of CRC-32C (Castagnoli).
alexloser/tiny-crc
A tiny CRC32/64 library for C/C++
robertvazan/crc32c.net
Hardware-accelerated CRC-32C (Castagnoli) algorithm with fast software fallback for .NET developers.
Zero-Tang/crc32_sse
CRC32 Castagnoli library using SSE4.2 support.
eloj/crc32c
Example of using SSE4.2 CRC32c hardware instructions
AnatolyGeorgievski/CRC
Vector implementation of CRC algorithms based on Intel carry-less multiplication instruction.
jared-mackey/crc32c
A Rust NIF for CRC32c generation in Elixir
reklatsmasters/turbo-crc32
CRC32 generation using Slicing-by-N algorithm
rux616/crc32c
Mark Adler's hardware-accelerated C-language implementation of the CRC-32C (Castagnoli) algorithm in a form that can be easily compiled.
tbartelmess/swift-crc32c
Fast CRC32C calculations in Swift. Using the Intel SSE 4.2 hardware acceleration if possible.
bartimaeusnek/Just-CRC32C
Just a simple and fast CRC32C Wrapper with hardware acceleration.
jopadan/crcle
CRC checksum C++ library
leptonyu/crc32c
Haskell bindings for crc32c
thomascoquelin/mass-crc32c
Computes GCS compatible CRC32C of local files with configurable multithreading and parallel file reads
Venomalia/AuroraLib.Cryptography
Supports a mix of older and newer hash algorithms.
zpplibs/zpp-crc32c
crc32c lib for zig
979st/parrotssugar
Software only implementations with no additional dependencies.
dxyinme/bazel_crc32c
google crc32c build by bazel
ndtao2020/deno-crc32
deno-crc32
tokenrove/trivial-crc32c
Trivial SSE4.2 CRC32C from Rust