![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Files | |
| check.c | |
| Single API to access different integrity checks. | |
| check.h | |
| Internal API to different integrity check functions. | |
| crc32_fast.c | |
| crc32_small.c | |
| CRC32 calculation (size-optimized) | |
| crc32_table.c | |
| Precalculated CRC32 table with correct endianness. | |
| crc32_table_be.h | |
| crc32_table_le.h | |
| crc32_tablegen.c | |
| Generate crc32_table_le.h and crc32_table_be.h. | |
| crc64_fast.c | |
| crc64_small.c | |
| CRC64 calculation (size-optimized) | |
| crc64_table.c | |
| Precalculated CRC64 table with correct endianness. | |
| crc64_table_be.h | |
| crc64_table_le.h | |
| crc64_tablegen.c | |
| Generate crc64_table_le.h and crc64_table_be.h. | |
| crc_macros.h | |
| Some endian-dependent macros for CRC32 and CRC64. | |
| Makefile.inc | |
| sha256.c | |
| SHA-256. | |