Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Dec 19, 2024
1 parent dd7ba13 commit 200dc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atoma-confidential/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ impl AtomaConfidentialComputeService {
let tdx_quote = get_compute_data_attestation(&public_key_bytes)?;
tdx_quote.to_bytes()
};
// NOTE: This is to make it easier to compile the code without TDX support and debug
#[cfg(not(feature = "tdx"))]
let tdx_quote_bytes = {
const TDX_QUOTE_V4_SIZE: usize = 512;
Expand Down

0 comments on commit 200dc65

Please sign in to comment.