sev 7.1.0

Library for AMD SEV
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0

/// Legacy SEV certificates.
#[cfg(feature = "sev")]
pub mod sev;

/// SEV-SNP certificates.
#[cfg(feature = "snp")]
pub mod snp;