Skip to content

Commit cddd159

Browse files
committed
SLH-DSA: Ascon test - FIPS checker fix
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent 77142dd commit cddd159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slh-dsa/tests/sphincs_tester.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ LC_TEST_FUNC(int, main, int argc, char *argv[])
212212

213213
#if (defined(LC_SPHINCS_TYPE_128F_ASCON) || defined(LC_SPHINCS_TYPE_128S_ASCON))
214214
ret = test_validate_status(ret,
215-
lc_hash_alg_status(lc_ascon_256), 1);
215+
lc_hash_alg_status(lc_ascon_xof), 1);
216216
#else
217217
#ifndef LC_FIPS140_DEBUG
218218
ret = test_validate_status(ret, lc_hash_alg_status(lc_shake256),

0 commit comments

Comments
 (0)