Skip to content

Commit

Permalink
fix problamatic line
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarreddypatil authored and LoupVaillant committed Jun 21, 2024
1 parent 84dc306 commit 7d29f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optional/monocypher-ed25519.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static void hash_reduce(u8 h[32],
crypto_eddsa_reduce(h, hash);
}

static void ed25519_dom_sign(u8 signature [64], const u8 secret_key[32],
static void ed25519_dom_sign(u8 signature[64], const u8 secret_key[64],
const u8 *dom, size_t dom_size,
const u8 *message, size_t message_size)
{
Expand Down

0 comments on commit 7d29f52

Please sign in to comment.