Skip to content

Commit

Permalink
Update snapshotter to include support for using verity root hash sign…
Browse files Browse the repository at this point in the history
…atures
  • Loading branch information
jiria committed Dec 19, 2024
1 parent 9c90d4e commit a297626
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 146 deletions.
8 changes: 8 additions & 0 deletions src/tardev-snapshotter/Cargo.lock

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

6 changes: 5 additions & 1 deletion src/tardev-snapshotter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ uuid = { version = "1.0", features = ["v4"] }
nix = "0.24.2"
devicemapper = "0.33.1"
anyhow = "=1.0.58"
zerocopy = "0.6.1"
zerocopy = "0.6.1"

# YAML file serialization/deserialization.
serde = { version = "1.0.159", features = ["derive"] }
hex = { version = "0.4.3" }
Loading

0 comments on commit a297626

Please sign in to comment.