sev 7.1.0

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

//! Host FFI Wrappers for C Kernel APIs
#[cfg(target_os = "linux")]
pub(crate) mod ioctl;
pub(crate) mod types;