app/test: update EdDSA test vector description
Checks
Commit Message
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(-)
Comments
Recheck-request: iol-compile-amd64-testing
Recheck-request: rebase=main, iol-compile-amd64-testing, iol-unit-amd64-testing
> Subject: [PATCH] app/test: update EdDSA test vector description
>
> 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>
> ---
Applied to dpdk-next-crypto
Thanks.
@@ -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,