From bfe99f8f08d35d0fbecb05ad4722fb279cb8cfc0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 15 Mar 2026 13:41:39 +0800 Subject: Update bidx format to align chunk hashes and add hash constants --- cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cbindgen.toml') diff --git a/cbindgen.toml b/cbindgen.toml index 65d71c6..567e75f 100644 --- a/cbindgen.toml +++ b/cbindgen.toml @@ -14,6 +14,9 @@ header = """ * * All string-returning functions allocate memory that must be freed using Butck_FreeString(). */ + +#define BUTCK_HASH_BLAKE3 0 +#define BUTCK_HASH_SHA256 1 """ include_guard = "BUTCK_H" -- cgit