summaryrefslogtreecommitdiff
path: root/tests/t-ed448.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-ed448.c')
-rw-r--r--tests/t-ed448.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/t-ed448.c b/tests/t-ed448.c
index 6380143b..1f445ffc 100644
--- a/tests/t-ed448.c
+++ b/tests/t-ed448.c
@@ -270,14 +270,11 @@ one_test (int testno, int ph, const char *sk, const char *pk,
if ((err = gcry_sexp_build (&s_msg, NULL,
ph ?
"(data"
- " (flags prehash eddsa)"
- " (hash-algo shake256)"
+ " (flags prehash)"
" (label %b)"
" (value %b))"
:
"(data"
- " (flags eddsa)"
- " (hash-algo shake256)"
" (label %b)"
" (value %b))",
(int)buflen2, buffer2,
@@ -293,13 +290,10 @@ one_test (int testno, int ph, const char *sk, const char *pk,
if ((err = gcry_sexp_build (&s_msg, NULL,
ph ?
"(data"
- " (flags prehash eddsa)"
- " (hash-algo shake256)"
+ " (flags prehash)"
" (value %b))"
:
"(data"
- " (flags eddsa)"
- " (hash-algo shake256)"
" (value %b))", (int)buflen, buffer)))
{
fail ("error building s-exp for test %d, %s: %s",