enclave-runner

Crates.ioenclave-runner
lib.rsenclave-runner
version0.6.0
sourcesrc
created_at2018-11-19 10:10:02.977022
updated_at2024-04-16 19:00:13.282524
descriptionHigh-level abstractions for running SGX enclaves. This crate can be used to load and interface with SGX applications compiled for the `x86_64-fortanix-unknown-sgx` target.
homepagehttps://edp.fortanix.com/
repositoryhttps://github.com/fortanix/rust-sgx
max_upload_size
id97584
size121,462
crates-owners (github:fortanix:crates-owners)

documentation

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

README

enclave-runner

This is an interface library to work with SGX enclaves implementing the Fortanix SGX ABI. If you write an enclave using the x86_64-fortanix-unknown-sgx target, you will probably want to write a userspace tool using this library.

Compiles with Rust nightly.

Commit count: 901

cargo fmt