To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
Rust
31
11
MIT License
This project is a Node.js library for computing CRC (Cyclic Redundancy Check) values, offering both a flexible `crc` function and built-in support for numerous common CRC algorithms. It's designed for developers working with data integrity checks, error detection, or low-level binary protocols who need reliable and efficient CRC calculations.