* [PATCH] app/test: update EdDSA test vector description
@ 2025-06-16 6:33 Sucharitha Sarananaga
0 siblings, 0 replies; only message in thread
From: Sucharitha Sarananaga @ 2025-06-16 6:33 UTC (permalink / raw)
To: dev; +Cc: gakhil, anoobj, fanzhang.oss, Sucharitha Sarananaga, stable
Changed the message parameter from 1 to 3 in the EdDSA 25519PH test
vector description.
Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases")
Cc: stable@dpdk.org
Signed-off-by: Sucharitha Sarananaga <ssarananaga@marvell.com>
---
app/test/test_cryptodev_eddsa_test_vectors.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/test_cryptodev_eddsa_test_vectors.h b/app/test/test_cryptodev_eddsa_test_vectors.h
index 047b667640..cb04f96834 100644
--- a/app/test/test_cryptodev_eddsa_test_vectors.h
+++ b/app/test/test_cryptodev_eddsa_test_vectors.h
@@ -340,7 +340,7 @@ crypto_testsuite_eddsa_params eddsa_test_params[] = {
.instance = RTE_CRYPTO_EDCURVE_25519CTX
},
{
- .description = "EdDSA 25519PH (msg=1, ph=1)",
+ .description = "EdDSA 25519PH (msg=3, ph=1)",
.pkey = {
.data = {
0x83, 0x3f, 0xe6, 0x24, 0x09, 0x23, 0x7b, 0x9d,
--
2.49.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-16 6:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-16 6:33 [PATCH] app/test: update EdDSA test vector description Sucharitha Sarananaga
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).