#crc #remainder #package #polynomial #bit #calculations #polyorbite

bin+lib polyorbite_crc

A library for CRC calculations

1 unstable release

0.1.0 Oct 7, 2023

#1601 in Math

MIT license

4KB

Polyorbite CRC

polyorbite_crc_check is a collection of utilities that implements a simple CRC. It validates a bit package assuming that the receiver is aware of the polynomial needed for the CRC. It also generates a valid remainder for the sender to append at the end of the package, so that the receiver can validate the package on his side.

No runtime deps