Introduce root_hash option

This commit is contained in:
Patryk Bęza 2024-07-10 20:01:41 +02:00
parent f90088be76
commit f3f6ea1dba
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
4 changed files with 816 additions and 164 deletions

View file

@ -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"