We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59ffdf commit 821b030Copy full SHA for 821b030
librhash/tth.h
@@ -20,7 +20,7 @@ typedef struct tth_ctx
20
21
void rhash_tth_init(tth_ctx* ctx);
22
void rhash_tth_update(tth_ctx* ctx, const unsigned char* msg, size_t size);
23
-void rhash_tth_final(tth_ctx* ctx, unsigned char result[64]);
+void rhash_tth_final(tth_ctx* ctx, unsigned char result[24]);
24
25
#ifdef __cplusplus
26
} /* extern "C" */
0 commit comments