#crc #crc32 #buffer #byte-buffer #framed #frame #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

#387 in Algorithms

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

~87KB