openhcl_attestation_protocol/igvm_attest/
mod.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Include modules that define the data structures used in `IGVM_ATTEST` GET message.
5
6pub mod akv;
7pub mod cps;
8pub mod get;