This crate contains types for building an Intel SGX implementation.
Fully understanding the contents of this crate will likely require access to the Intel Software Developer Manual.
How to use this crate partly depends on what you are trying to accomplish:
- If you are an enclave developer, you probably want the
parameters
andssa
modules. - If you are signing an enclave, you probably want the
signature
andcrypto
modules. - If you are developing an enclave loader, you probably want the
parameters
andpage
modules. However, you may also want thesignature
module to load a signature. - If you want to parse fields from the CPU certificate, you probably
want the
pck
module andrcrypto
feature.
License: Apache-2.0