|
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 | + * - MLD_CONFIG_INTERNAL_API_QUALIFIER |
| 33 | + */ |
| 34 | + |
| 35 | + |
20 | 36 | #ifndef MLD_CONFIG_H |
21 | 37 | #define MLD_CONFIG_H |
22 | 38 |
|
|
101 | 117 | * Name: MLD_CONFIG_FILE |
102 | 118 | * |
103 | 119 | * Description: If defined, this is a header that will be included instead |
104 | | - * of the default configuration file mldsa/config.h. |
| 120 | + * of the default configuration file mldsa/src/config.h. |
105 | 121 | * |
106 | 122 | * When you need to build mldsa-native in multiple configurations, |
107 | 123 | * using varying MLD_CONFIG_FILE can be more convenient |
|
113 | 129 | * on the command line. |
114 | 130 | * |
115 | 131 | *****************************************************************************/ |
| 132 | +/* No need to set this -- we _are_ already in a custom config */ |
116 | 133 | /* #define MLD_CONFIG_FILE "config.h" */ |
117 | 134 |
|
118 | 135 | /****************************************************************************** |
|
161 | 178 | * with mldsa-native. |
162 | 179 | * |
163 | 180 | * If set, it must be the name of a file serving as the |
164 | | - * replacement for mldsa/fips202/fips202.h, and exposing |
| 181 | + * replacement for mldsa/src/fips202/fips202.h, and exposing |
165 | 182 | * the same API (see FIPS202.md). |
166 | 183 | * |
167 | 184 | *****************************************************************************/ |
|
177 | 194 | * with mldsa-native. |
178 | 195 | * |
179 | 196 | * If set, it must be the name of a file serving as the |
180 | | - * replacement for mldsa/fips202/fips202x4.h, and exposing |
| 197 | + * replacement for mldsa/src/fips202/fips202x4.h, and exposing |
181 | 198 | * the same API (see FIPS202.md). |
182 | 199 | * |
183 | 200 | *****************************************************************************/ |
|
0 commit comments