Update crc32.c

This commit is contained in:
Wang Yaofu
2021-08-26 09:59:41 +08:00
committed by GitHub
parent ec4747178f
commit 478ae7acf7
+1 -1
View File
@@ -7,7 +7,7 @@
** Polynomials are represented in LSB-first form ** Polynomials are represented in LSB-first form
** following parameters: ** following parameters:
** Width : 32 bit ** Width : 32 bit
** Poly : 0xedb88320 (That is actually x^8 + x^5 + x^4 + 1) ** Poly : 0xedb88320
** Output for "123456789" : 0xCBF43926 ** Output for "123456789" : 0xCBF43926
*/ */
#include <stdlib.h> #include <stdlib.h>