Skip to content

Commit a4e45e3

Browse files
committed
2026-04-21
1 parent a8961c2 commit a4e45e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Source/DKTP/dktp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s5_kyber-s6_sha3_rc
2424
# endif
2525
#elif defined(DKTP_CONFIG_DILITHIUM_MCELIECE)
2626
# if defined(QSC_DILITHIUM_S1P44) && defined(QSC_MCELIECE_S1N3488T64)
27-
const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "
28-
-s1_mceliece-s1_sha3_rcs";
27+
const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s1_mceliece-s1_sha3_rcs";
2928
# elif defined(QSC_DILITHIUM_S3P65) && defined(QSC_MCELIECE_S3N4608T96)
3029
const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s3_mceliece-s3_sha3_rcs";
3130
# elif defined(QSC_DILITHIUM_S5P87) && defined(QSC_MCELIECE_S5N6688T128)

0 commit comments

Comments
 (0)