mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
chore: split-out vault code from teepot
in teepot-vault
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
63c16b1177
commit
f8bd9e6a08
61 changed files with 450 additions and 308 deletions
|
@ -9,13 +9,13 @@ use secp256k1::{
|
|||
Message, SECP256K1,
|
||||
};
|
||||
use teepot::{
|
||||
client::TcbLevel,
|
||||
ethereum::{public_key_to_ethereum_address, recover_signer},
|
||||
prover::reportdata::ReportData,
|
||||
quote::{
|
||||
error::QuoteContext, tee_qv_get_collateral, verify_quote_with_collateral,
|
||||
QuoteVerificationResult, Report,
|
||||
},
|
||||
sgx::TcbLevel,
|
||||
};
|
||||
use tracing::{debug, info, trace, warn};
|
||||
use zksync_basic_types::{L1BatchNumber, H256};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue