diff options
Diffstat (limited to 'src/hash.h')
-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); |
![]() |
index : pindaiba | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/hash.h | 3 |
@@ -8,3 +8,6 @@ hash( const void *const restrict in, u8 out[HASH_OUTPUT_LENGTH] ); + +int +hash_setup(void); |