@@ -81,9 +81,20 @@ source code and documentation.
8181* URL: https://csrc.nist.gov/pubs/fips/203/final
8282* Referenced from:
8383 - [ README.md] ( README.md )
84+ - [ examples/basic_deterministic/mlkem_native/custom_no_randomized_config.h] ( examples/basic_deterministic/mlkem_native/custom_no_randomized_config.h )
85+ - [ examples/custom_backend/mlkem_native/custom_config.h] ( examples/custom_backend/mlkem_native/custom_config.h )
86+ - [ examples/monolithic_build/config_1024.h] ( examples/monolithic_build/config_1024.h )
87+ - [ examples/monolithic_build/config_512.h] ( examples/monolithic_build/config_512.h )
88+ - [ examples/monolithic_build/config_768.h] ( examples/monolithic_build/config_768.h )
89+ - [ examples/monolithic_build_multilevel/multilevel_config.h] ( examples/monolithic_build_multilevel/multilevel_config.h )
90+ - [ examples/monolithic_build_multilevel_native/multilevel_config.h] ( examples/monolithic_build_multilevel_native/multilevel_config.h )
91+ - [ examples/monolithic_build_native/config_1024.h] ( examples/monolithic_build_native/config_1024.h )
92+ - [ examples/monolithic_build_native/config_512.h] ( examples/monolithic_build_native/config_512.h )
93+ - [ examples/monolithic_build_native/config_768.h] ( examples/monolithic_build_native/config_768.h )
8494 - [ mlkem/mlkem_native.h] ( mlkem/mlkem_native.h )
8595 - [ mlkem/src/compress.c] ( mlkem/src/compress.c )
8696 - [ mlkem/src/compress.h] ( mlkem/src/compress.h )
97+ - [ mlkem/src/config.h] ( mlkem/src/config.h )
8798 - [ mlkem/src/fips202/fips202.c] ( mlkem/src/fips202/fips202.c )
8899 - [ mlkem/src/fips202/fips202x4.c] ( mlkem/src/fips202/fips202x4.c )
89100 - [ mlkem/src/indcpa.c] ( mlkem/src/indcpa.c )
@@ -97,6 +108,18 @@ source code and documentation.
97108 - [ mlkem/src/sampling.h] ( mlkem/src/sampling.h )
98109 - [ mlkem/src/symmetric.h] ( mlkem/src/symmetric.h )
99110 - [ mlkem/src/verify.h] ( mlkem/src/verify.h )
111+ - [ test/break_pct_config.h] ( test/break_pct_config.h )
112+ - [ test/custom_memcpy_config.h] ( test/custom_memcpy_config.h )
113+ - [ test/custom_memset_config.h] ( test/custom_memset_config.h )
114+ - [ test/custom_native_capability_config_0.h] ( test/custom_native_capability_config_0.h )
115+ - [ test/custom_native_capability_config_1.h] ( test/custom_native_capability_config_1.h )
116+ - [ test/custom_native_capability_config_CPUID_AVX2.h] ( test/custom_native_capability_config_CPUID_AVX2.h )
117+ - [ test/custom_native_capability_config_ID_AA64PFR1_EL1.h] ( test/custom_native_capability_config_ID_AA64PFR1_EL1.h )
118+ - [ test/custom_randombytes_config.h] ( test/custom_randombytes_config.h )
119+ - [ test/custom_stdlib_config.h] ( test/custom_stdlib_config.h )
120+ - [ test/custom_zeroize_config.h] ( test/custom_zeroize_config.h )
121+ - [ test/no_asm_config.h] ( test/no_asm_config.h )
122+ - [ test/serial_fips202_config.h] ( test/serial_fips202_config.h )
100123
101124### ` HYBRID `
102125
0 commit comments