blueprint-tee 0.2.0-alpha.2

First-class TEE (Trusted Execution Environment) support for the Blueprint SDK
1
2
3
4
5
6
7
8
9
//! TEE key exchange and sealed secret handoff.
//!
//! Provides the [`TeeAuthService`] background service that manages
//! ephemeral session keys and sealed secret injection.

pub mod protocol;
pub mod service;

pub use service::TeeAuthService;