Skip to content

Commit d59ffdf

Browse files
committed
librhash: fix EDON-R 384
1 parent e8cef97 commit d59ffdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librhash/edonr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void rhash_edonr384_init(struct edonr_ctx* ctx)
9999
};
100100

101101
ctx->length = 0;
102-
ctx->digest_length = edonr224_hash_size;
102+
ctx->digest_length = edonr384_hash_size;
103103
memcpy(ctx->u.data512.hash, EDONR384_H0, sizeof(EDONR384_H0));
104104
}
105105

0 commit comments

Comments
 (0)