Skip to content

Commit 0977b08

Browse files
committed
early version with xxhash embedded
1 parent 2bfc70a commit 0977b08

8 files changed

Lines changed: 3356 additions & 0 deletions

File tree

include/erasurecode/erasurecode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ typedef enum {
6060
CHKSUM_NONE = 1,
6161
CHKSUM_CRC32 = 2,
6262
CHKSUM_MD5 = 3,
63+
CHKSUM_XXHASH = 4,
6364
CHKSUM_TYPES_MAX,
6465
} ec_checksum_type_t;
6566

0 commit comments

Comments
 (0)