mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00

This enables pre-calculating the TDX rtmr[1,2,3] values for an attested boot process. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
14 lines
292 B
TOML
14 lines
292 B
TOML
[package]
|
|
name = "sha384-extend"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
hex.workspace = true
|
|
sha2.workspace = true
|