Changed the message parameter from 1 to 3 in the EdDSA 25519PH test vector description.
Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases") Cc: sta...@dpdk.org Signed-off-by: Sucharitha Sarananaga <ssaranan...@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