Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
feat(rtc_types::enclave_messages): derive Debug for EncryptedEnclaveM…
Browse files Browse the repository at this point in the history
…essage
  • Loading branch information
PiDelport committed Jun 17, 2021
1 parent 3a3ec1d commit c0a0a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtc_types/src/enclave_messages/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub const ARCHIVED_ENCLAVE_ID_SIZE: usize =
// NIST AES-GCM recommended IV size
pub type RecommendedAesGcmIv = [u8; 12];

#[derive(Debug)]
#[repr(C)]
pub struct EncryptedEnclaveMessage<const MESSAGE_SIZE: usize, const AAD_SIZE: usize> {
pub tag: sgx_aes_gcm_128bit_tag_t,
Expand Down

0 comments on commit c0a0a43

Please sign in to comment.