Skip to content

Commit

Permalink
Add support for random salt
Browse files Browse the repository at this point in the history
  • Loading branch information
jiria committed Dec 18, 2024
1 parent 5559164 commit baa7759
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 258 deletions.
93 changes: 65 additions & 28 deletions src/tools/sign-oci-layer-root-hashes/Cargo.lock

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

3 changes: 3 additions & 0 deletions src/tools/sign-oci-layer-root-hashes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ tonic = "0.9.2"
tower = "0.4.13"
[target.'cfg(target_os = "linux")'.dependencies]
containerd-client = "0.4.0"
rand = "0.8.5"
futures = "0.3.31"
hex = "0.4.3"
Loading

0 comments on commit baa7759

Please sign in to comment.