Implement protocol-level checksums (xxhash3)

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:35 +03:00
parent 4340b2b7bc
commit ff83e12b79
13 changed files with 196 additions and 61 deletions
+3
View File
@@ -3,6 +3,9 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#if defined(__cplusplus) && !defined(XXH_NO_EXTERNC_GUARD)
extern "C" {
#endif