Crates.io | sgxs |
lib.rs | sgxs |
version | 0.8.0 |
source | src |
created_at | 2016-01-15 00:54:19.489309 |
updated_at | 2024-04-16 17:21:57.164093 |
description | Library for working with the SGX stream format. |
homepage | https://edp.fortanix.com/ |
repository | https://github.com/fortanix/rust-sgx |
max_upload_size | |
id | 3895 |
size | 50,031 |
SGXS is the SGX stream format. This is a cross-platform file format to describe SGX enclaves. For more information about the format itself, see the format specification.
The crate provides a library with an abstraction over the SGXS format as well as an API to deal with the SGX Linux ioctl driver, as well as several utilities built on top of the library.
Compiles with Rust nightly.
See the sgxs-tools crate for utilities that use this library.