Skip to content

Commit

Permalink
librhash: fix mistype in rhash_tth_final
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Mar 5, 2021
1 parent d59ffdf commit 821b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librhash/tth.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef struct tth_ctx

void rhash_tth_init(tth_ctx* ctx);
void rhash_tth_update(tth_ctx* ctx, const unsigned char* msg, size_t size);
void rhash_tth_final(tth_ctx* ctx, unsigned char result[64]);
void rhash_tth_final(tth_ctx* ctx, unsigned char result[24]);

#ifdef __cplusplus
} /* extern "C" */
Expand Down

0 comments on commit 821b030

Please sign in to comment.