10 stable releases
1.0.9 | Jun 19, 2023 |
---|---|
1.0.8 | Jun 17, 2023 |
1.0.7 | Sep 14, 2022 |
1.0.1 | Sep 13, 2022 |
#387 in Algorithms
20KB
398 lines
Simple tools for reading and writing crc-checked frames of bytes.
- Uses crc32fast for a 4-byte crc
- Uses varint for frame sizing
- Tested against libfuzzer
The varint
module is also public for direct use.
Dependencies
~87KB