3 unstable releases

0.2.1 Jul 31, 2024
0.2.0 Jun 21, 2024
0.1.0 Jun 7, 2024

#285 in Hardware support

35 downloads per month

BSD-2-Clause-Patent

56KB
1.5K SLoC

Rust 1K SLoC // 0.1% comments Assembly 318 SLoC

FOSSA Status

TDX-tdcall - Trust Domain Extensions tdcall

Documents

Introduction

Intel’s Trust Domain Extensions (TDX) protect confidential guest VMs from the host and physical attacks by isolating the guest register state and by encrypting the guest memory. In TDX, a special module running in a special mode sits between the host and the guest and manages the guest/host separation.

This tdx-tdcall crate provides constants, stuctures and wrappers to support user access TDCALL services.

License

FOSSA Status

Dependencies

~2.5MB
~52K SLoC