MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / TdxQuote

Class TdxQuote

dstack-attest/src/attestation.rs:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312/// Represents a TDX quote
313#[derive(Clone, Encode, Decode)]
314pub struct TdxQuote {
315 /// The quote gererated by Intel QE
316 pub quote: Vec<u8>,
317 /// The event log
318 pub event_log: Vec<TdxEvent>,
319}
320
321/// Represents an NSM (Nitro Security Module) attestation document
322#[derive(Clone, Encode, Decode)]

Callers 2

test_replay_rtmrFunction · 0.85
test_report_dataFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_replay_rtmrFunction · 0.68
test_report_dataFunction · 0.68