Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 376 Bytes

crc

Program that shows the parallel state of CRC check bit, which means that the crc check bits are computing parallelly.

usage

By entering number of crc bits in the constructor of the class CRC with 4, 6, 16, 24. CRC constructor

compile

make gpp

example

Below shows the bool equation of crc4.

CRC4 bool equation