Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
32-bit CRC hash algorithm More...
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
Functions | |
uint32_t | crc32 (const char *s) |
32-bit CRC algorithm implementation | |
void | test_crc32 () |
Test function for crc32. | |
int | main () |
Main function. | |
32-bit CRC hash algorithm
int main | ( | void | ) |