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