Registry / other / sgxs-loaders

sgxs-loaders

JSON →
library0.5.1rscratesunverified

Platform-specific loaders for SGX enclaves.

# Cargo.toml [dependencies] sgxs-loaders = "0.5.1"
INSTALL
IMPORT
SIG · SGXS-LOADERS
S
sgxs-loaders
otherrustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SgxLoader
use sgxs_loaders::SgxLoader;

Load an SGX enclave from a signed shared object file.

use sgxs_loaders::SgxLoader; fn main() { let loader = SgxLoader::new("enclave.signed.so").unwrap(); println!("Loaded enclave"); }
Debug
Known issues
gotchaOnly works on Linux with SGX device driver
fix
Ensure SGX is enabled in BIOS and device driver is installed
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
sgxs-loaders — cargo add sgxs-loaders · libregistry