diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
| commit | 4c5dc9443e818d020fcb95144a944c98e7d46055 (patch) | |
| tree | 880757d71e6fd084e1cb0d6c92d7a4936bcbd90c /structs.c | |
| parent | c8e2f0faad925d7d5bcc6ebcb7b0c306c9e663e5 (diff) | |
Rename SSS_HASH_VECTOR -> TOMO
Diffstat (limited to 'structs.c')
| -rw-r--r-- | structs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
