Implement protocol-level checksums (xxhash3)

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:58:09 +03:00
parent 8b46914999
commit 38a1f6937d
13 changed files with 195 additions and 59 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <stdint.h>
#include "../util/xxh_x86dispatch.h"
// WITH_OPENSSL is left to possibly support other crypto libraries
#ifdef WITH_OPENSSL
#include <openssl/conf.h>