Skip to main content

Crate guarantee

Crate guarantee 

Source

Re-exports§

pub use attestation::AttestationMode;
pub use attestation::EnclaveAttestor;
pub use errors::SdkError;
pub use response::AttestationHeader;
pub use response::AttestedResponse;
pub use types::MrEnclave;
pub use types::MrSigner;
pub use types::StartupQuote;

Modules§

attestation
errors
gramine
macros
Re-exports the #[attest] proc macro from guarantee-macros.
response
types
Core TEE types used by the SDK. These are self-contained — the SDK has no dependency on the internal domain crate.

Attribute Macros§

attest
Transforms an axum handler to automatically sign responses with TEE attestation.