Annotation of embedaddon/rsync/lib/md-defines.h, revision 1.1.1.1
1.1 misho 1: /* Keep this simple so both C and ASM can use it */
2:
3: #define MD4_DIGEST_LEN 16
4: #define MD5_DIGEST_LEN 16
5: #define MAX_DIGEST_LEN MD5_DIGEST_LEN
6:
7: #define CSUM_CHUNK 64
8:
9: #define CSUM_NONE 0
10: #define CSUM_MD4_ARCHAIC 1
11: #define CSUM_MD4_BUSTED 2
12: #define CSUM_MD4_OLD 3
13: #define CSUM_MD4 4
14: #define CSUM_MD5 5
15: #define CSUM_XXH64 6
16: #define CSUM_XXH3_64 7
17: #define CSUM_XXH3_128 8
18: #define CSUM_MD5P8 9
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>