#sgx-enclave #sgx #enclave #interface #x86-64 #abi #abstraction

enclave-runner

High-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

10 releases (5 breaking)

0.6.0 Apr 16, 2024
0.5.1 Jul 29, 2022
0.5.0 Dec 3, 2021
0.4.1 Jul 22, 2020
0.1.0-rc1 Nov 19, 2018

#462 in Hardware support

Download history 177/week @ 2024-01-24 170/week @ 2024-01-31 206/week @ 2024-02-07 301/week @ 2024-02-14 352/week @ 2024-02-21 233/week @ 2024-02-28 279/week @ 2024-03-06 230/week @ 2024-03-13 253/week @ 2024-03-20 236/week @ 2024-03-27 258/week @ 2024-04-03 315/week @ 2024-04-10 347/week @ 2024-04-17 373/week @ 2024-04-24 260/week @ 2024-05-01 176/week @ 2024-05-08

1,284 downloads per month
Used in 8 crates (3 directly)

MPL-2.0 license

300KB
6K SLoC

Contains (ELF lib, 2KB) fake-vdso/fake-vdso.so

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.

Dependencies

~6–14MB
~159K SLoC