summaryrefslogtreecommitdiff
path: root/cbindgen.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 13:41:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 13:41:39 +0800
commitbfe99f8f08d35d0fbecb05ad4722fb279cb8cfc0 (patch)
tree4fea17c8d11d49fc1a2066b29b641604d6e2b624 /cbindgen.toml
parent38066205582b25b0f2dfeb1786a2d9e428e8dae0 (diff)
Update bidx format to align chunk hashes and add hash constants
Diffstat (limited to 'cbindgen.toml')
-rw-r--r--cbindgen.toml3
1 files changed, 3 insertions, 0 deletions
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"