mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +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
15
bin/verify-attestation-sgx/Cargo.toml
Normal file
15
bin/verify-attestation-sgx/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "verify-attestation-sgx"
|
||||
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
|
||||
secp256k1.workspace = true
|
||||
teepot.workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue