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

View 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