Unify verify-attestation-sgx and verify-attestation

Rationale: too much copy-paste
This commit is contained in:
Patryk Bęza 2024-07-11 17:13:11 +02:00
parent 0a0811e99e
commit 78447ea307
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
6 changed files with 111 additions and 173 deletions

9
Cargo.lock generated
View file

@ -3670,15 +3670,6 @@ dependencies = [
[[package]]
name = "verify-attestation"
version = "0.1.2-alpha.1"
dependencies = [
"anyhow",
"hex",
"teepot",
]
[[package]]
name = "verify-attestation-sgx"
version = "0.1.2-alpha.1"
dependencies = [
"alloy-primitives",
"anyhow",