Skip to content

Commit

Permalink
Addressing PR feedback: Iteration 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatrevi committed Jan 29, 2025
1 parent f7c514d commit 5bb7c9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ members = [
"image/fake-keys",
"lms-types",
"rom/dev",
"rom/dev/tools/mldsa_key_pair_gen",
"rom/dev/tools/test-fmc",
"rom/dev/tools/test-rt",
"test",
Expand Down
7 changes: 2 additions & 5 deletions rom/dev/tools/mldsa_key_pair_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace]

[dependencies]
fips204 = "0.4.5"
rand = "0.8.5"
zerocopy = "0.8.13"
fips204.workspace = true
rand.workspace = true

0 comments on commit 5bb7c9c

Please sign in to comment.