Skip to content

Commit 821b030

Browse files
committed
librhash: fix mistype in rhash_tth_final
1 parent d59ffdf commit 821b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librhash/tth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typedef struct tth_ctx
2020

2121
void rhash_tth_init(tth_ctx* ctx);
2222
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]);
23+
void rhash_tth_final(tth_ctx* ctx, unsigned char result[24]);
2424

2525
#ifdef __cplusplus
2626
} /* extern "C" */

0 commit comments

Comments
 (0)