You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of CRC (Cyclic Redundancy Check) error detection algorithm in C. It commonly used in digital networks and storage devices to detect accidental changes to raw data.
About
Implementation of CRC (Cyclic Redundancy Check) error detection algorithm in C. It commonly used in digital networks and storage devices to detect accidental changes to raw data.