An open API service indexing awesome lists of open source software.

https://github.com/naemazam/cyclic-redundancy-check

A cyclic redundancy check 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.
https://github.com/naemazam/cyclic-redundancy-check

crc-algorithms crc-calculation python

Last synced: 10 months ago
JSON representation

A cyclic redundancy check 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.

Awesome Lists containing this project

README

          

# cyclic-redundancy-check

A cyclic redundancy check 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.

# Demo
[live Demo](https://asecuritysite.com/comms/crc_div?a=101110&b=1001)

[Python code](main.py)

# Learing part
![](./img/1.PNG)
![](./img/2.PNG)
![](./img/3.PNG)
![](./img/4.PNG)
![](./img/5.PNG)
![](./img/6.PNG)
![](./img/7.PNG)
![](./img/8.PNG)

# reference
- asecuritysite
- gatevidyalay