Implement protocol-level checksums (xxhash3)

This commit is contained in:
Vitaliy Filippov
2026-04-27 15:24:44 +03:00
parent f9eb497105
commit ac5c753735
13 changed files with 196 additions and 61 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>