mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +02:00
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:
parent
a677615474
commit
8cf7651781
7 changed files with 34 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue