in reply to Re: computing CRC32 in Perl and C
in thread computing CRC32 in Perl and C
I have a feeling the problem is the poly, or the reflections, or the initial poly or something like that - I just can't figure out what.perl try.pl CRC for 'Hello Word. How are you?' is 0x8487fb61 gcc try.c; ./a.out CRC for 'Hello Word. How are you?' is 0x7b78049e
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: computing CRC32 in Perl and C
by roboticus (Chancellor) on Dec 13, 2007 at 20:43 UTC |