Skip to content

Commit

Permalink
examples/fips_validation: fix EdDSA signature size
Browse files Browse the repository at this point in the history
Fix EdDSA signature size.

Fixes: 12ede9a ("examples/fips_validation: support EdDSA")

Signed-off-by: Gowrishankar Muthukrishnan <[email protected]>
Acked-by: Brian Dooley <[email protected]>
  • Loading branch information
gmuthukrishn authored and Akhil Goyal committed Nov 19, 2024
1 parent 61ef0a1 commit 8c1776f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fips_validation/fips_validation_eddsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ struct {
uint8_t curve_len;
const char *desc;
} eddsa_curve_len[] = {
{32, "ED-25519"},
{64, "ED-448"},
{64, "ED-25519"},
{114, "ED-448"},
};

#ifdef USE_OPENSSL
Expand Down

0 comments on commit 8c1776f

Please sign in to comment.