Skip to content

Commit a8f86a1

Browse files
committed
Refactors file locations.
Puts some files in the folders as described in the specification. Signed-off-by: Jesper Brynolf <[email protected]>
1 parent 26fc041 commit a8f86a1

26 files changed

+46
-76
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright 2022 Contributors to the Parsec project.
2+
// SPDX-License-Identifier: Apache-2.0
3+
pub mod attest;
4+
pub mod attest_info;
5+
pub mod certify_info;
6+
pub mod command_audit_info;
7+
pub mod creation_info;
8+
pub mod nv_certify_info;
9+
pub mod nv_digest_certify_info;
10+
pub mod quote_info;
11+
pub mod session_audit_info;
12+
pub mod time_attest_info;

0 commit comments

Comments
 (0)