mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Introduce root_hash option
This commit is contained in:
parent
f90088be76
commit
f3f6ea1dba
4 changed files with 816 additions and 164 deletions
|
@ -19,6 +19,7 @@ homepage = "https://github.com/matter-labs/teepot"
|
|||
actix-http = "3"
|
||||
actix-tls = "3"
|
||||
actix-web = { version = "4.5", features = ["rustls-0_22"] }
|
||||
alloy-primitives = "0.7.7"
|
||||
anyhow = "1.0.82"
|
||||
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
|
||||
base64 = "0.22.0"
|
||||
|
@ -34,7 +35,7 @@ getrandom = "0.2.14"
|
|||
hex = { version = "0.4.3", features = ["std"], default-features = false }
|
||||
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.2.3-alpha.1" }
|
||||
intel-tee-quote-verification-sys = { version = "0.2.1" }
|
||||
secp256k1 = { version = "0.29", features = ["rand-std"] }
|
||||
secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }
|
||||
log = "0.4"
|
||||
num-integer = "0.1.46"
|
||||
num-traits = "0.2.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue