Skip to content

Commit 52cae8c

Browse files
authored
refactor(contract): move TEE attestation lifecycle into api/attestation.rs (#4197)
1 parent e1ce929 commit 52cae8c

5 files changed

Lines changed: 1357 additions & 1316 deletions

File tree

crates/contract/src/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! The contract's entrypoint surface, one module per feature.
22
3+
pub mod attestation;
34
pub mod authorization;
45
pub mod ckd;
56
pub mod common;

0 commit comments

Comments
 (0)