File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
examples/bring_your_own_fips202_static Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ what happens when only a single global state is available.
1616An application using mldsa-native with a custom FIPS-202 implementation needs the following:
1717
18181 . Arithmetic part of the mldsa-native source tree: [ ` mldsa/ ` ] ( ../../mldsa )
19- 2 . A secure pseudo random number generator, implementing [ ` randombytes.h ` ] ( ../../mldsa/randombytes.h ) .
20- 3 . A custom FIPS-202 with ` fips202.h ` header compatible with [ ` mldsa/fips202/fips202.h ` ] ( ../../mldsa/fips202/fips202.h ) .
19+ 2 . A secure pseudo random number generator, implementing [ ` randombytes.h ` ] ( ../../mldsa/src/ randombytes.h ) .
20+ 3 . A custom FIPS-202 with ` fips202.h ` header compatible with [ ` mldsa/fips202/fips202.h ` ] ( ../../mldsa/src/ fips202/fips202.h ) .
2121 With ` MLD_CONFIG_SERIAL_FIPS202_ONLY ` , the FIPS-202x4 parallel API is not used.
22224 . The application source code
2323
Original file line number Diff line number Diff line change @@ -983,7 +983,6 @@ def cli():
983983 "monolithic_build_multilevel" ,
984984 "bring_your_own_fips202_static" ,
985985 ],
986-
987986 action = "append" ,
988987 )
989988
You can’t perform that action at this time.
0 commit comments