sev 7.1.0

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

pub mod host;

#[cfg(feature = "snp")]
pub mod guest;

pub(crate) const _4K_PAGE: usize = 4096;