|
17 | 17 | * https://csrc.nist.gov/pubs/fips/204/final |
18 | 18 | */ |
19 | 19 |
|
| 20 | +/* |
| 21 | + * WARNING: This file is auto-generated from scripts/autogen |
| 22 | + * in the mldsa-native repository. |
| 23 | + * Do not modify it directly. |
| 24 | + */ |
| 25 | + |
| 26 | +/* |
| 27 | + * Test configuration: Multilevel monolithic build config |
| 28 | + * |
| 29 | + * This configuration differs from the default mldsa/src/config.h in the |
| 30 | + * following places: |
| 31 | + * - MLD_CONFIG_NAMESPACE_PREFIX |
| 32 | + */ |
| 33 | + |
| 34 | + |
20 | 35 | #ifndef MLD_CONFIG_H |
21 | 36 | #define MLD_CONFIG_H |
22 | 37 |
|
|
50 | 65 | * This can also be set using CFLAGS. |
51 | 66 | * |
52 | 67 | *****************************************************************************/ |
53 | | -#if !defined(MLD_CONFIG_NAMESPACE_PREFIX) |
54 | 68 | #define MLD_CONFIG_NAMESPACE_PREFIX mldsa |
55 | | -#endif |
56 | 69 |
|
57 | 70 | /****************************************************************************** |
58 | 71 | * Name: MLD_CONFIG_MULTILEVEL_WITH_SHARED |
|
103 | 116 | * Name: MLD_CONFIG_FILE |
104 | 117 | * |
105 | 118 | * Description: If defined, this is a header that will be included instead |
106 | | - * of the default configuration file mldsa/config.h. |
| 119 | + * of the default configuration file mldsa/src/config.h. |
107 | 120 | * |
108 | 121 | * When you need to build mldsa-native in multiple configurations, |
109 | 122 | * using varying MLD_CONFIG_FILE can be more convenient |
|
115 | 128 | * on the command line. |
116 | 129 | * |
117 | 130 | *****************************************************************************/ |
| 131 | +/* No need to set this -- we _are_ already in a custom config */ |
118 | 132 | /* #define MLD_CONFIG_FILE "config.h" */ |
119 | 133 |
|
120 | 134 | /****************************************************************************** |
|
163 | 177 | * with mldsa-native. |
164 | 178 | * |
165 | 179 | * If set, it must be the name of a file serving as the |
166 | | - * replacement for mldsa/fips202/fips202.h, and exposing |
| 180 | + * replacement for mldsa/src/fips202/fips202.h, and exposing |
167 | 181 | * the same API (see FIPS202.md). |
168 | 182 | * |
169 | 183 | *****************************************************************************/ |
|
179 | 193 | * with mldsa-native. |
180 | 194 | * |
181 | 195 | * If set, it must be the name of a file serving as the |
182 | | - * replacement for mldsa/fips202/fips202x4.h, and exposing |
| 196 | + * replacement for mldsa/src/fips202/fips202x4.h, and exposing |
183 | 197 | * the same API (see FIPS202.md). |
184 | 198 | * |
185 | 199 | *****************************************************************************/ |
|
0 commit comments