Skip to content

Commit b42a88a

Browse files
committed
Correct linting failures.
Signed-off-by: Rod Chapman <[email protected]>
1 parent f72ca0b commit b42a88a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/bring_your_own_fips202_static/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ what happens when only a single global state is available.
1616
An application using mldsa-native with a custom FIPS-202 implementation needs the following:
1717

1818
1. 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.
2222
4. The application source code
2323

scripts/tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)