File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ source code and documentation.
2424* URL: https://csrc.nist.gov/projects/cryptographic-module-validation-program/fips-140-3-ig-announcements
2525* Referenced from:
2626 - [ examples/basic_deterministic/mldsa_native/custom_no_randomized_config.h] ( examples/basic_deterministic/mldsa_native/custom_no_randomized_config.h )
27+ - [ examples/custom_backend/mldsa_native/custom_config.h] ( examples/custom_backend/mldsa_native/custom_config.h )
2728 - [ examples/monolithic_build/config_44.h] ( examples/monolithic_build/config_44.h )
2829 - [ examples/monolithic_build/config_65.h] ( examples/monolithic_build/config_65.h )
2930 - [ examples/monolithic_build/config_87.h] ( examples/monolithic_build/config_87.h )
@@ -61,6 +62,7 @@ source code and documentation.
6162* Referenced from:
6263 - [ README.md] ( README.md )
6364 - [ examples/basic_deterministic/mldsa_native/custom_no_randomized_config.h] ( examples/basic_deterministic/mldsa_native/custom_no_randomized_config.h )
65+ - [ examples/custom_backend/mldsa_native/custom_config.h] ( examples/custom_backend/mldsa_native/custom_config.h )
6466 - [ examples/monolithic_build/config_44.h] ( examples/monolithic_build/config_44.h )
6567 - [ examples/monolithic_build/config_65.h] ( examples/monolithic_build/config_65.h )
6668 - [ examples/monolithic_build/config_87.h] ( examples/monolithic_build/config_87.h )
@@ -341,6 +343,7 @@ source code and documentation.
341343 - [ examples/bring_your_own_fips202/README.md] ( examples/bring_your_own_fips202/README.md )
342344 - [ examples/bring_your_own_fips202_static/README.md] ( examples/bring_your_own_fips202_static/README.md )
343345 - [ examples/bring_your_own_fips202_static/custom_fips202/README.md] ( examples/bring_your_own_fips202_static/custom_fips202/README.md )
346+ - [ examples/custom_backend/README.md] ( examples/custom_backend/README.md )
344347
345348### ` tweetfips `
346349
Original file line number Diff line number Diff line change @@ -1552,6 +1552,7 @@ def get_config_options():
15521552 "MLD_USE_NATIVE_XXX" ,
15531553 "MLD_CONFIG_API_CONSTANTS_ONLY" ,
15541554 "MLD_PREHASH_" ,
1555+ "MLD_NATIVE_FUNC_SUCCESS" , # TODO temporary added for custom_backend, remove after PR #607
15551556 ]
15561557
15571558 return configs
You can’t perform that action at this time.
0 commit comments