commit | e6c39e6db430847e7f447e90c364c74fb17681fa | [log] [tgz] |
---|---|---|
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | Sat Feb 20 08:40:44 2010 +0100 |
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | Sat Feb 20 08:40:44 2010 +0100 |
tree | af393b4f4837f6987b2be15a9b5918c1d9cd6f0e | |
parent | 2086d80fa01978811613f79a480ea808779b9407 [diff] |
Precompute CRC-10 table. We now precompute the CRC-10 table allowing us to mark it as const. The table was precomputed using a Python snippet (included as comment)