I want to develop these error detecting and algorithms for networking/embedded applications.
These are just some of the things I would like to implement:
- Hamming codes
- Fletcher Checksum
- Various Checksum calculators
- Cyclic Redundancy Check
- Reed Solomon (RS) codes
- SHA256 checksums on Firmware Image(s)
In the next couple of months I will be writing up these codes with resources on readings and videos on how to approach some of these algorithms.
Please feel free to contribute or fork my project!
List of resources: CRC - [https://www.youtube.com/watch?v=izG7qT0EpBw&t=1864s]