sgxs

Crates.iosgxs
lib.rssgxs
version0.8.0
sourcesrc
created_at2016-01-15 00:54:19.489309
updated_at2024-04-16 17:21:57.164093
descriptionLibrary for working with the SGX stream format.
homepagehttps://edp.fortanix.com/
repositoryhttps://github.com/fortanix/rust-sgx
max_upload_size
id3895
size50,031
crates-owners (github:fortanix:crates-owners)

documentation

https://edp.fortanix.com/docs/api/sgxs/

README

SGXS library

Format

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.

Rust crate

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.

Tools

See the sgxs-tools crate for utilities that use this library.

Commit count: 901

cargo fmt