Skip to content

Commit

Permalink
Add attest messages
Browse files Browse the repository at this point in the history
These are designed to be sent over IPCC (communication channel
between Host OS and SP)
  • Loading branch information
labbott committed Aug 26, 2024
1 parent 9d7064d commit f8bd001
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 9 deletions.
2 changes: 2 additions & 0 deletions attest-data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ use sha3::{
Sha3_256Core,
};

pub mod messages;

#[cfg(feature = "std")]
use thiserror::Error;

Expand Down
Loading

0 comments on commit f8bd001

Please sign in to comment.