https://github.com/nlitsme/pycrcexperiment
Experiment, making the relation of CRC's and polynomials explicit
https://github.com/nlitsme/pycrcexperiment
crc mathematics polynomials
Last synced: 4 months ago
JSON representation
Experiment, making the relation of CRC's and polynomials explicit
- Host: GitHub
- URL: https://github.com/nlitsme/pycrcexperiment
- Owner: nlitsme
- License: mit
- Created: 2016-11-07T11:50:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T07:28:30.000Z (5 months ago)
- Last Synced: 2025-05-14T08:38:18.543Z (5 months ago)
- Topics: crc, mathematics, polynomials
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CRC polynomials
===============Some experiments showing how CRC's relate to polynomials.
And how to calculate an unknown CRC polynomial from some sample data.
.... note to self: add a more extensive explanation here.
Copyright (c) 2016 Willem Hengeveld