Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
/ CRC Public archive

Simple cycle redundancy check CRC code written in C

License

Notifications You must be signed in to change notification settings

AJV009/CRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cycle redundancy check (CRC)

A cycle redundancy check (CRC) in C programming is an error detecting commonly used in storage devices, etc. Block of data is entered and is checked and it is based on if the remainder is 0 or not and if it not found to be zero then an error is detected in the code. CRCs are popular because they are simple to implement in binary hardware. CRCs basically are used as xor operation is performed between two numbers if remainder is zero then no error if it’s not zero then error is detected.

Written by my friends back in college days!

Releases

No releases published

Packages

 
 
 

Languages