sgx 0.6.1

Library for Intel SGX
Documentation

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