File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -469,7 +469,6 @@ configs:
469469 - path : test/configs/test_mlkem_braid_config.h
470470 description : " Enable ML-KEM Braid API"
471471 defines :
472- MLK_CONFIG_NAMESPACE_PREFIX : mlk
473472 MLK_CONFIG_ENABLE_MLKEM_BRAID : true
474473 MLK_CONFIG_FILE :
475474 comment : " /* No need to set this -- we _are_ already in a custom config */"
Original file line number Diff line number Diff line change 2929 *
3030 * This configuration differs from the default mlkem/mlkem_native_config.h in
3131 * the following places:
32- * - MLK_CONFIG_NAMESPACE_PREFIX
3332 * - MLK_CONFIG_ENABLE_MLKEM_BRAID
3433 */
3534
7978 *
8079 * This can also be set using CFLAGS.
8180 */
82- #define MLK_CONFIG_NAMESPACE_PREFIX mlk
81+ #if !defined(MLK_CONFIG_NAMESPACE_PREFIX )
82+ #define MLK_CONFIG_NAMESPACE_PREFIX MLK_DEFAULT_NAMESPACE_PREFIX
83+ #endif
8384
8485/**
8586 * MLK_CONFIG_MULTILEVEL_BUILD
You can’t perform that action at this time.
0 commit comments