DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] examples/fips_validation: fix EdDSA signature size
@ 2024-10-29  5:59 Gowrishankar Muthukrishnan
  2024-10-30 11:29 ` Dooley, Brian
  0 siblings, 1 reply; 3+ messages in thread
From: Gowrishankar Muthukrishnan @ 2024-10-29  5:59 UTC (permalink / raw)
  To: dev, Brian Dooley, Gowrishankar Muthukrishnan; +Cc: Anoob Joseph, Akhil Goyal

Fix EdDSA signature size.

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

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
 examples/fips_validation/fips_validation_eddsa.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/fips_validation/fips_validation_eddsa.c b/examples/fips_validation/fips_validation_eddsa.c
index db118748b6..89fa6c17ca 100644
--- a/examples/fips_validation/fips_validation_eddsa.c
+++ b/examples/fips_validation/fips_validation_eddsa.c
@@ -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
-- 
2.37.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-19  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29  5:59 [PATCH v1] examples/fips_validation: fix EdDSA signature size Gowrishankar Muthukrishnan
2024-10-30 11:29 ` Dooley, Brian
2024-11-19  9:09   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).