Implementation of the CRC algorithm with C language

Newbie Member
22May2012,16:10   #1
Nrekcah's Avatar
Hello,
I suggest knowing the implementation of the CRC algorithm based on the lookup table.
And how the principle of using the lookup table.

Thanks.
Ambitious contributor
28May2012,21:44   #2
pein87's Avatar
Hey I found this interesting tutorial on how to achieve what you want.

CRC Tutorial and Example Code
Newbie Member
30May2012,01:22   #3
Nrekcah's Avatar
Thank you