summaryrefslogtreecommitdiff
path: root/crc24q.c
Commit message (Expand)AuthorAgeFilesLines
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-0/+1
* whitespace fixesChris Kuethe2008-08-031-1/+1
* Reference for people who want to understand CRC algorithms better.Eric S. Raymond2008-07-101-1/+6
* Minor polishing for possible future code reuse.Eric S. Raymond2008-07-101-2/+3
* More splint cleanups.Eric S. Raymond2008-07-101-3/+3
* More documentation.Eric S. Raymond2008-06-301-2/+48
* CRC24Q checksum works now.Eric S. Raymond2008-06-301-61/+75
* Document the error polynomial.Eric S. Raymond2008-06-301-2/+6
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-0/+111