Skip to content

Commit

Permalink
Update incorrect path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-krieger committed Oct 3, 2024
1 parent fbcd0eb commit ad166dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,6 @@ COPY --from=build /build/fdo .
ENTRYPOINT [ "./fdo" ]
```

Note that for FIPS certification, the NIST 800-108 key derivation function in `kex/kdf.go` would still need to be inspected.
Note that for FIPS certification, the NIST 800-108 key derivation function in `internal/nistkdf/kdf.go` would still need to be inspected.

[Microsoft Go]: https://github.com/microsoft/go/blob/microsoft/main/eng/doc/fips/README.md

0 comments on commit ad166dd

Please sign in to comment.