#crc32 #crc #buffer #framed #frame #byte #reading

crc-frame

simple functions for reading and writing crc32'd framed buffers

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

#624 in Algorithms

Download history 18/week @ 2024-02-22 3/week @ 2024-02-29 33/week @ 2024-03-28 31/week @ 2024-04-04

64 downloads per month

MIT/Apache

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

~88KB