From 4c5dc9443e818d020fcb95144a944c98e7d46055 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 14 Apr 2024 21:58:49 -0400 Subject: Rename SSS_HASH_VECTOR -> TOMO --- structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.c') diff --git a/structs.c b/structs.c index 1a6259e3..d222310e 100644 --- a/structs.c +++ b/structs.c @@ -103,7 +103,7 @@ static CORD compile_hash_method(env_t *env, ast_t *ast) } hash_func = CORD_all(hash_func, "};\n" "uint32_t hash;\n" - "halfsiphash(&field_hashes, sizeof(field_hashes), SSS_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash));\n" + "halfsiphash(&field_hashes, sizeof(field_hashes), TOMO_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash));\n" "return hash;\n}\n"); return hash_func; } -- cgit v1.2.3