1 parent a8961c2 commit a4e45e3Copy full SHA for a4e45e3
1 file changed
Source/DKTP/dktp.c
@@ -24,8 +24,7 @@ const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s5_kyber-s6_sha3_rc
24
# endif
25
#elif defined(DKTP_CONFIG_DILITHIUM_MCELIECE)
26
# if defined(QSC_DILITHIUM_S1P44) && defined(QSC_MCELIECE_S1N3488T64)
27
-const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "
28
--s1_mceliece-s1_sha3_rcs";
+const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s1_mceliece-s1_sha3_rcs";
29
# elif defined(QSC_DILITHIUM_S3P65) && defined(QSC_MCELIECE_S3N4608T96)
30
const char DKTP_CONFIG_STRING[DKTP_CONFIG_SIZE] = "dilithium-s3_mceliece-s3_sha3_rcs";
31
# elif defined(QSC_DILITHIUM_S5P87) && defined(QSC_MCELIECE_S5N6688T128)
0 commit comments