Fix from review
parent
58520ace10
commit
d4b8fbad0e
|
|
@ -1 +1 @@
|
|||
Subproject commit 59f4fa568615396fbf381b073b220d1e8d61e4c2
|
||||
Subproject commit ac01707f552c611fbd135cc723b2682b3e7f80f2
|
||||
|
|
@ -235,9 +235,7 @@ def make_flags(prefix, fips):
|
|||
# ML-KEM
|
||||
flags.append("--enable-mlkem")
|
||||
|
||||
# ML-DSA (note: to be able to use the legacy option of signing without context, pass `yes,draft` as
|
||||
# argument -- wolfSSL has no `no-ctx` option; `draft` defines WOLFSSL_DILITHIUM_FIPS204_DRAFT, which
|
||||
# also switches to the pre-FIPS-204 draft signature format)
|
||||
# ML-DSA (note: to be able to use the legacy option of signing without context, pass `yes,no-ctx` as argument)
|
||||
flags.append("--enable-mldsa=yes")
|
||||
|
||||
# disabling other configs enabled by default
|
||||
|
|
|
|||
Loading…
Reference in New Issue