diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-04 16:46:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-04 16:46:24 -0400 |
| commit | 78960b1461a8fb184de4ffddf2d2ec4df729fb05 (patch) | |
| tree | f62f39c9d6b420c304bffba8143a41789980e68a /builtins/functions.h | |
| parent | dfb7bb1984b555519851d084ac8b5f8e760c55ce (diff) | |
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Diffstat (limited to 'builtins/functions.h')
| -rw-r--r-- | builtins/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/functions.h b/builtins/functions.h index cf19a127..a62865bd 100644 --- a/builtins/functions.h +++ b/builtins/functions.h @@ -8,7 +8,7 @@ #include "types.h" -extern const char *TOMO_HASH_VECTOR; +extern uint8_t TOMO_HASH_KEY[8]; void tomo_init(void); |
