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 Jul 29, 2024
1 parent 1d784b8 commit 37d6ef5
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 10 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 37d6ef5

Please sign in to comment.