Skip to content

enarx/sgx

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2024
Oct 21, 2020
Oct 27, 2023
Jan 27, 2023
Oct 27, 2023
Nov 14, 2023
Jul 22, 2020
Jan 27, 2023
Aug 17, 2021
Oct 27, 2023

Workflow Status Average time to resolve an issue Percentage of issues still open Maintenance

sgx

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:

  1. If you are an enclave developer, you probably want the parameters and ssa modules.
  2. If you are signing an enclave, you probably want the signature and crypto modules.
  3. If you are developing an enclave loader, you probably want the parameters and page modules. However, you may also want the signature module to load a signature.
  4. If you want to parse fields from the CPU certificate, you probably want the pck module and rcrypto feature.

License: Apache-2.0