Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 360 Bytes

File metadata and controls

2 lines (2 loc) · 360 Bytes

Cyclic Redundancy Check implementation using socket programming

A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.