8 releases (5 breaking)
| 0.6.1 | Nov 14, 2023 |
|---|---|
| 0.6.0 | Nov 30, 2022 |
| 0.5.0 | May 3, 2022 |
| 0.4.1 | Apr 22, 2022 |
| 0.0.0 |
|
#593 in Unix APIs
60 downloads per month
Used in 2 crates
200KB
1.5K
SLoC
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:
- If you are an enclave developer, you probably want the
parametersandssamodules. - If you are signing an enclave, you probably want the
signatureandcryptomodules. - If you are developing an enclave loader, you probably want the
parametersandpagemodules. However, you may also want thesignaturemodule to load a signature. - If you want to parse fields from the CPU certificate, you probably
want the
pckmodule andrcryptofeature.
License: Apache-2.0
Dependencies
~4–6MB
~128K SLoC