Talk:CRC-32: Difference between revisions

m (→‎Use a library?: added comment on implementation vs. calling a function. -- ~~~~)
Line 53:
:: I suggest something based on [[wp:Low-density parity-check code|Gallager code]]s would be appropriately beefy, as those are used in very high performance applications like transmissions from satellites. If that doesn't satisfy you, Spekkio, I don't know what will. :-) Different task though. –[[User:Dkf|Donal Fellows]] 17:27, 11 December 2011 (UTC)
::: Thanks, that is very interesting :D --[[User:Spekkio|Spekkio]] 10:02, 12 December 2011 (UTC)
 
== CRC library ported to several languages ==
 
I modified the CRC library from Lammert Bies (http://www.lammertbies.nl) to add many 8,16,24,32,40 and 64-bit CRC algorithms.
I translated them in several computer languages. I put them at SourceForge:
http://sourceforge.net/projects/crc/