I was looking for a network to implement C # 4-bit cyclic redundancy check (CRC-4-ITU), but so far I have not been successful.
Is there anyone who can give me a reference implementation of CRC-4-ITU? Preferably with a standard polynomial, if there is a standard polynomial (I read the specification pointed to by wikipedia as the CRC4 specification without finding the definition of the polynomial).
I also really appreciate some kind of test suite or test data to test CRC4 implementation.
Thank!
source
share