44
55# Bibliography
66
7- This file lists the citations made throughout the mldsa-native
7+ This file lists the citations made throughout the mldsa-native
88source code and documentation.
99
1010### ` FIPS140_3_IG `
@@ -18,6 +18,10 @@ source code and documentation.
1818 - [ examples/monolithic_build/config_65.h] ( examples/monolithic_build/config_65.h )
1919 - [ examples/monolithic_build/config_87.h] ( examples/monolithic_build/config_87.h )
2020 - [ examples/monolithic_build_multilevel/multilevel_config.h] ( examples/monolithic_build_multilevel/multilevel_config.h )
21+ - [ examples/bring_your_own_fips202/mldsa_native/config.h] ( examples/bring_your_own_fips202/mldsa_native/config.h )
22+ - [ examples/bring_your_own_fips202/mldsa_native/sign.c] ( examples/bring_your_own_fips202/mldsa_native/sign.c )
23+ - [ examples/bring_your_own_fips202_static/mldsa_native/config.h] ( examples/bring_your_own_fips202_static/mldsa_native/config.h )
24+ - [ examples/bring_your_own_fips202_static/mldsa_native/sign.c] ( examples/bring_your_own_fips202_static/mldsa_native/sign.c )
2125 - [ integration/liboqs/config_aarch64.h] ( integration/liboqs/config_aarch64.h )
2226 - [ integration/liboqs/config_c.h] ( integration/liboqs/config_c.h )
2327 - [ integration/liboqs/config_x86_64.h] ( integration/liboqs/config_x86_64.h )
@@ -66,6 +70,35 @@ source code and documentation.
6670 - [ mldsa/src/rounding.h] ( mldsa/src/rounding.h )
6771 - [ mldsa/src/sign.c] ( mldsa/src/sign.c )
6872 - [ mldsa/src/sign.h] ( mldsa/src/sign.h )
73+ - [ examples/bring_your_own_fips202/mldsa_native/common.h] ( examples/bring_your_own_fips202/mldsa_native/common.h )
74+ - [ examples/bring_your_own_fips202/mldsa_native/config.h] ( examples/bring_your_own_fips202/mldsa_native/config.h )
75+ - [ examples/bring_your_own_fips202/mldsa_native/ntt.h] ( examples/bring_your_own_fips202/mldsa_native/ntt.h )
76+ - [ examples/bring_your_own_fips202/mldsa_native/poly.c] ( examples/bring_your_own_fips202/mldsa_native/poly.c )
77+ - [ examples/bring_your_own_fips202/mldsa_native/poly_kl.c] ( examples/bring_your_own_fips202/mldsa_native/poly_kl.c )
78+ - [ examples/bring_your_own_fips202/mldsa_native/polyvec.c] ( examples/bring_your_own_fips202/mldsa_native/polyvec.c )
79+ - [ examples/bring_your_own_fips202/mldsa_native/rounding.h] ( examples/bring_your_own_fips202/mldsa_native/rounding.h )
80+ - [ examples/bring_your_own_fips202/mldsa_native/sign.c] ( examples/bring_your_own_fips202/mldsa_native/sign.c )
81+ - [ examples/bring_your_own_fips202/mldsa_native/sign.h] ( examples/bring_your_own_fips202/mldsa_native/sign.h )
82+ - [ examples/bring_your_own_fips202_static/mldsa_native/common.h] ( examples/bring_your_own_fips202_static/mldsa_native/common.h )
83+ - [ examples/bring_your_own_fips202_static/mldsa_native/config.h] ( examples/bring_your_own_fips202_static/mldsa_native/config.h )
84+ - [ examples/bring_your_own_fips202_static/mldsa_native/ntt.h] ( examples/bring_your_own_fips202_static/mldsa_native/ntt.h )
85+ - [ examples/bring_your_own_fips202_static/mldsa_native/poly.c] ( examples/bring_your_own_fips202_static/mldsa_native/poly.c )
86+ - [ examples/bring_your_own_fips202_static/mldsa_native/poly_kl.c] ( examples/bring_your_own_fips202_static/mldsa_native/poly_kl.c )
87+ - [ examples/bring_your_own_fips202_static/mldsa_native/polyvec.c] ( examples/bring_your_own_fips202_static/mldsa_native/polyvec.c )
88+ - [ examples/bring_your_own_fips202_static/mldsa_native/rounding.h] ( examples/bring_your_own_fips202_static/mldsa_native/rounding.h )
89+ - [ examples/bring_your_own_fips202_static/mldsa_native/sign.c] ( examples/bring_your_own_fips202_static/mldsa_native/sign.c )
90+ - [ examples/bring_your_own_fips202_static/mldsa_native/sign.h] ( examples/bring_your_own_fips202_static/mldsa_native/sign.h )
91+ - [ mldsa/common.h] ( mldsa/common.h )
92+ - [ mldsa/config.h] ( mldsa/config.h )
93+ - [ mldsa/fips202/fips202.c] ( mldsa/fips202/fips202.c )
94+ - [ mldsa/fips202/fips202x4.c] ( mldsa/fips202/fips202x4.c )
95+ - [ mldsa/ntt.h] ( mldsa/ntt.h )
96+ - [ mldsa/poly.c] ( mldsa/poly.c )
97+ - [ mldsa/poly_kl.c] ( mldsa/poly_kl.c )
98+ - [ mldsa/polyvec.c] ( mldsa/polyvec.c )
99+ - [ mldsa/rounding.h] ( mldsa/rounding.h )
100+ - [ mldsa/sign.c] ( mldsa/sign.c )
101+ - [ mldsa/sign.h] ( mldsa/sign.h )
69102 - [ test/break_pct_config.h] ( test/break_pct_config.h )
70103 - [ test/custom_memcpy_config.h] ( test/custom_memcpy_config.h )
71104 - [ test/custom_memset_config.h] ( test/custom_memset_config.h )
@@ -160,6 +193,15 @@ source code and documentation.
160193 - [ mldsa/src/ntt.c] ( mldsa/src/ntt.c )
161194 - [ mldsa/src/poly.c] ( mldsa/src/poly.c )
162195 - [ mldsa/src/poly_kl.c] ( mldsa/src/poly_kl.c )
196+ - [ examples/bring_your_own_fips202/mldsa_native/ntt.c] ( examples/bring_your_own_fips202/mldsa_native/ntt.c )
197+ - [ examples/bring_your_own_fips202/mldsa_native/poly.c] ( examples/bring_your_own_fips202/mldsa_native/poly.c )
198+ - [ examples/bring_your_own_fips202/mldsa_native/poly_kl.c] ( examples/bring_your_own_fips202/mldsa_native/poly_kl.c )
199+ - [ examples/bring_your_own_fips202_static/mldsa_native/ntt.c] ( examples/bring_your_own_fips202_static/mldsa_native/ntt.c )
200+ - [ examples/bring_your_own_fips202_static/mldsa_native/poly.c] ( examples/bring_your_own_fips202_static/mldsa_native/poly.c )
201+ - [ examples/bring_your_own_fips202_static/mldsa_native/poly_kl.c] ( examples/bring_your_own_fips202_static/mldsa_native/poly_kl.c )
202+ - [ mldsa/ntt.c] ( mldsa/ntt.c )
203+ - [ mldsa/poly.c] ( mldsa/poly.c )
204+ - [ mldsa/poly_kl.c] ( mldsa/poly_kl.c )
163205
164206### ` REF_AVX2 `
165207
@@ -248,6 +290,9 @@ source code and documentation.
248290 - [ dev/aarch64_clean/src/ntt.S] ( dev/aarch64_clean/src/ntt.S )
249291 - [ mldsa/src/native/aarch64/src/intt.S] ( mldsa/src/native/aarch64/src/intt.S )
250292 - [ mldsa/src/native/aarch64/src/ntt.S] ( mldsa/src/native/aarch64/src/ntt.S )
293+ - [ examples/bring_your_own_fips202/mldsa_native/sign.c] ( examples/bring_your_own_fips202/mldsa_native/sign.c )
294+ - [ examples/bring_your_own_fips202_static/mldsa_native/sign.c] ( examples/bring_your_own_fips202_static/mldsa_native/sign.c )
295+ - [ mldsa/sign.c] ( mldsa/sign.c )
251296
252297### ` libmceliece `
253298
@@ -258,6 +303,9 @@ source code and documentation.
258303* URL: https://lib.mceliece.org/
259304* Referenced from:
260305 - [ mldsa/src/ct.h] ( mldsa/src/ct.h )
306+ - [ examples/bring_your_own_fips202/mldsa_native/ct.h] ( examples/bring_your_own_fips202/mldsa_native/ct.h )
307+ - [ examples/bring_your_own_fips202_static/mldsa_native/ct.h] ( examples/bring_your_own_fips202_static/mldsa_native/ct.h )
308+ - [ mldsa/ct.h] ( mldsa/ct.h )
261309
262310### ` m1cycles `
263311
@@ -290,6 +338,9 @@ source code and documentation.
290338* URL: https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/hqbtIGFKIpU/m/H14H0wOlBgAJ
291339* Referenced from:
292340 - [ mldsa/src/ct.h] ( mldsa/src/ct.h )
341+ - [ examples/bring_your_own_fips202/mldsa_native/ct.h] ( examples/bring_your_own_fips202/mldsa_native/ct.h )
342+ - [ examples/bring_your_own_fips202_static/mldsa_native/ct.h] ( examples/bring_your_own_fips202_static/mldsa_native/ct.h )
343+ - [ mldsa/ct.h] ( mldsa/ct.h )
293344
294345### ` supercop `
295346
0 commit comments