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.