blob: e81101d287f67a5306bb9945a848a2c1c8e07e22 [file] [log] [blame]
Brian Silverman84b22232019-01-25 20:29:29 -08001Thomas Pircher: main developer.
2
3Matthias Urlichs: removed the unused 'direct' parameter and added a fix not to
4 recurse into main() when an unknown algorithm is selected.
5
6Marti Raudsepp: improved spacing for the table-driven algorithm.
7
8Stephan Brumme: his implementation of the slice-by-x algorithm was used as a
9 basis for the implementation in pycrc.
10
11Danjel McGougan: whose Universal Crc project was highly influential in the
12 implementation of widths < 8 in the table-driven algorithm.
13
14André Hartmann, ashelly and others for minor fixes.