![]() |
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_arm64.h | |
CRC32 calculation with ARM64 optimization. | |
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_common.h | |
Some functions and macros for CRC32 and CRC64. | |
crc_x86_clmul.h | |
CRC32 and CRC64 implementations using CLMUL instructions. | |
Makefile.inc | |
sha256.c | |
SHA-256. | |