refactor: update collateral handling

- Simplify collateral handling by removing unnecessary references and matches.
- Add `collateral` field to `QuoteVerificationResult` for improved data clarity.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-03-06 15:25:15 +01:00
parent a677615474
commit 8cf7651781
Signed by: harald
GPG key ID: F519A1143B3FBE32
7 changed files with 34 additions and 19 deletions

View file

@ -21,7 +21,7 @@ use teepot::{
server::signatures::verify_sig,
sgx::sign::Signature,
};
use tracing::{error, info, level_filters::LevelFilter};
use tracing::{error, level_filters::LevelFilter};
#[derive(Args, Debug)]
struct SendArgs {