diff options
author | EuAndreh <eu@euandre.org> | 2025-01-21 13:38:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-21 13:38:30 -0300 |
commit | d27c4538c9f53e93cc66415b9691ac3f3f999abe (patch) | |
tree | 6632c2e71d1071feb8d6e0305eef9c4cd21efc91 /src | |
parent | src/trace.c: Add explicit cast for uintptr_t (diff) | |
download | pindaiba-d27c4538c9f53e93cc66415b9691ac3f3f999abe.tar.gz pindaiba-d27c4538c9f53e93cc66415b9691ac3f3f999abe.tar.xz |
src/hash.h: Add declaration for hash_setup
Diffstat (limited to 'src')
-rw-r--r-- | src/hash.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,3 +8,6 @@ hash( const void *const restrict in, u8 out[HASH_OUTPUT_LENGTH] ); + +int +hash_setup(void); |