mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
SGX attestation & batch signature verification tool
This commit is contained in:
parent
0d8943c582
commit
f90088be76
5 changed files with 111 additions and 1 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue