Skip to content

Commit 17a57ff

Browse files
committed
Adjust mldsa/something to mldsa/src/something in configs/mldsa_native.h
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent be25510 commit 17a57ff

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

mldsa/mldsa_native.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
/******************************* Key sizes ************************************/
7070

7171
/* Sizes of cryptographic material, per parameter set */
72-
/* See mldsa/params.h for the arithmetic expressions giving rise to these */
72+
/* See mldsa/src/params.h for the arithmetic expressions giving rise to these */
7373
/* check-magic: off */
7474
#define MLDSA44_SECRETKEYBYTES 2560
7575
#define MLDSA44_PUBLICKEYBYTES 1312

mldsa/src/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
* Name: MLD_CONFIG_FILE
104104
*
105105
* Description: If defined, this is a header that will be included instead
106-
* of the default configuration file mldsa/config.h.
106+
* of the default configuration file mldsa/src/config.h.
107107
*
108108
* When you need to build mldsa-native in multiple configurations,
109109
* using varying MLD_CONFIG_FILE can be more convenient
@@ -163,7 +163,7 @@
163163
* with mldsa-native.
164164
*
165165
* If set, it must be the name of a file serving as the
166-
* replacement for mldsa/fips202/fips202.h, and exposing
166+
* replacement for mldsa/src/fips202/fips202.h, and exposing
167167
* the same API (see FIPS202.md).
168168
*
169169
*****************************************************************************/
@@ -179,7 +179,7 @@
179179
* with mldsa-native.
180180
*
181181
* If set, it must be the name of a file serving as the
182-
* replacement for mldsa/fips202/fips202x4.h, and exposing
182+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
183183
* the same API (see FIPS202.md).
184184
*
185185
*****************************************************************************/

test/break_pct_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* Name: MLD_CONFIG_FILE
120120
*
121121
* Description: If defined, this is a header that will be included instead
122-
* of the default configuration file mldsa/config.h.
122+
* of the default configuration file mldsa/src/config.h.
123123
*
124124
* When you need to build mldsa-native in multiple configurations,
125125
* using varying MLD_CONFIG_FILE can be more convenient
@@ -179,7 +179,7 @@
179179
* with mldsa-native.
180180
*
181181
* If set, it must be the name of a file serving as the
182-
* replacement for mldsa/fips202/fips202.h, and exposing
182+
* replacement for mldsa/src/fips202/fips202.h, and exposing
183183
* the same API (see FIPS202.md).
184184
*
185185
*****************************************************************************/
@@ -195,7 +195,7 @@
195195
* with mldsa-native.
196196
*
197197
* If set, it must be the name of a file serving as the
198-
* replacement for mldsa/fips202/fips202x4.h, and exposing
198+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
199199
* the same API (see FIPS202.md).
200200
*
201201
*****************************************************************************/

test/custom_memcpy_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* Name: MLD_CONFIG_FILE
119119
*
120120
* Description: If defined, this is a header that will be included instead
121-
* of the default configuration file mldsa/config.h.
121+
* of the default configuration file mldsa/src/config.h.
122122
*
123123
* When you need to build mldsa-native in multiple configurations,
124124
* using varying MLD_CONFIG_FILE can be more convenient
@@ -178,7 +178,7 @@
178178
* with mldsa-native.
179179
*
180180
* If set, it must be the name of a file serving as the
181-
* replacement for mldsa/fips202/fips202.h, and exposing
181+
* replacement for mldsa/src/fips202/fips202.h, and exposing
182182
* the same API (see FIPS202.md).
183183
*
184184
*****************************************************************************/
@@ -194,7 +194,7 @@
194194
* with mldsa-native.
195195
*
196196
* If set, it must be the name of a file serving as the
197-
* replacement for mldsa/fips202/fips202x4.h, and exposing
197+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
198198
* the same API (see FIPS202.md).
199199
*
200200
*****************************************************************************/

test/custom_memset_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* Name: MLD_CONFIG_FILE
119119
*
120120
* Description: If defined, this is a header that will be included instead
121-
* of the default configuration file mldsa/config.h.
121+
* of the default configuration file mldsa/src/config.h.
122122
*
123123
* When you need to build mldsa-native in multiple configurations,
124124
* using varying MLD_CONFIG_FILE can be more convenient
@@ -178,7 +178,7 @@
178178
* with mldsa-native.
179179
*
180180
* If set, it must be the name of a file serving as the
181-
* replacement for mldsa/fips202/fips202.h, and exposing
181+
* replacement for mldsa/src/fips202/fips202.h, and exposing
182182
* the same API (see FIPS202.md).
183183
*
184184
*****************************************************************************/
@@ -194,7 +194,7 @@
194194
* with mldsa-native.
195195
*
196196
* If set, it must be the name of a file serving as the
197-
* replacement for mldsa/fips202/fips202x4.h, and exposing
197+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
198198
* the same API (see FIPS202.md).
199199
*
200200
*****************************************************************************/

test/custom_randombytes_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* Name: MLD_CONFIG_FILE
119119
*
120120
* Description: If defined, this is a header that will be included instead
121-
* of the default configuration file mldsa/config.h.
121+
* of the default configuration file mldsa/src/config.h.
122122
*
123123
* When you need to build mldsa-native in multiple configurations,
124124
* using varying MLD_CONFIG_FILE can be more convenient
@@ -178,7 +178,7 @@
178178
* with mldsa-native.
179179
*
180180
* If set, it must be the name of a file serving as the
181-
* replacement for mldsa/fips202/fips202.h, and exposing
181+
* replacement for mldsa/src/fips202/fips202.h, and exposing
182182
* the same API (see FIPS202.md).
183183
*
184184
*****************************************************************************/
@@ -194,7 +194,7 @@
194194
* with mldsa-native.
195195
*
196196
* If set, it must be the name of a file serving as the
197-
* replacement for mldsa/fips202/fips202x4.h, and exposing
197+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
198198
* the same API (see FIPS202.md).
199199
*
200200
*****************************************************************************/

test/custom_stdlib_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* Name: MLD_CONFIG_FILE
120120
*
121121
* Description: If defined, this is a header that will be included instead
122-
* of the default configuration file mldsa/config.h.
122+
* of the default configuration file mldsa/src/config.h.
123123
*
124124
* When you need to build mldsa-native in multiple configurations,
125125
* using varying MLD_CONFIG_FILE can be more convenient
@@ -179,7 +179,7 @@
179179
* with mldsa-native.
180180
*
181181
* If set, it must be the name of a file serving as the
182-
* replacement for mldsa/fips202/fips202.h, and exposing
182+
* replacement for mldsa/src/fips202/fips202.h, and exposing
183183
* the same API (see FIPS202.md).
184184
*
185185
*****************************************************************************/
@@ -195,7 +195,7 @@
195195
* with mldsa-native.
196196
*
197197
* If set, it must be the name of a file serving as the
198-
* replacement for mldsa/fips202/fips202x4.h, and exposing
198+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
199199
* the same API (see FIPS202.md).
200200
*
201201
*****************************************************************************/

test/custom_zeroize_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* Name: MLD_CONFIG_FILE
119119
*
120120
* Description: If defined, this is a header that will be included instead
121-
* of the default configuration file mldsa/config.h.
121+
* of the default configuration file mldsa/src/config.h.
122122
*
123123
* When you need to build mldsa-native in multiple configurations,
124124
* using varying MLD_CONFIG_FILE can be more convenient
@@ -178,7 +178,7 @@
178178
* with mldsa-native.
179179
*
180180
* If set, it must be the name of a file serving as the
181-
* replacement for mldsa/fips202/fips202.h, and exposing
181+
* replacement for mldsa/src/fips202/fips202.h, and exposing
182182
* the same API (see FIPS202.md).
183183
*
184184
*****************************************************************************/
@@ -194,7 +194,7 @@
194194
* with mldsa-native.
195195
*
196196
* If set, it must be the name of a file serving as the
197-
* replacement for mldsa/fips202/fips202x4.h, and exposing
197+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
198198
* the same API (see FIPS202.md).
199199
*
200200
*****************************************************************************/

test/no_asm_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* Name: MLD_CONFIG_FILE
120120
*
121121
* Description: If defined, this is a header that will be included instead
122-
* of the default configuration file mldsa/config.h.
122+
* of the default configuration file mldsa/src/config.h.
123123
*
124124
* When you need to build mldsa-native in multiple configurations,
125125
* using varying MLD_CONFIG_FILE can be more convenient
@@ -179,7 +179,7 @@
179179
* with mldsa-native.
180180
*
181181
* If set, it must be the name of a file serving as the
182-
* replacement for mldsa/fips202/fips202.h, and exposing
182+
* replacement for mldsa/src/fips202/fips202.h, and exposing
183183
* the same API (see FIPS202.md).
184184
*
185185
*****************************************************************************/
@@ -195,7 +195,7 @@
195195
* with mldsa-native.
196196
*
197197
* If set, it must be the name of a file serving as the
198-
* replacement for mldsa/fips202/fips202x4.h, and exposing
198+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
199199
* the same API (see FIPS202.md).
200200
*
201201
*****************************************************************************/

0 commit comments

Comments
 (0)