SGX attestation & batch signature verification tool

This commit is contained in:
Patryk Bęza 2024-07-10 12:09:56 +02:00
parent 0d8943c582
commit f90088be76
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
5 changed files with 111 additions and 1 deletions

11
Cargo.lock generated
View file

@ -3075,6 +3075,17 @@ dependencies = [
"teepot",
]
[[package]]
name = "verify-attestation-sgx"
version = "0.1.2-alpha.1"
dependencies = [
"anyhow",
"clap",
"hex",
"secp256k1",
"teepot",
]
[[package]]
name = "version_check"
version = "0.9.4"