veil-core 0.1.0

Core traits and types for veil TEE abstraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod backend;
pub mod context;
pub mod error;
pub mod passphrase;
pub mod protected;
pub mod recovery;

pub use context::{FallbackPolicy, ProtectedData, VeilContext};
pub use error::{Result, VeilError};
pub use passphrase::PassphraseRecovery;
pub use protected::Protected;
pub use recovery::{BackupBundle, RecoveryStrategy, RecoveryType};