Registry / crypto / sgxs
library0.8.2rscratesunverified

Library for working with the SGX stream format used in Intel Software Guard Extensions.

# Cargo.toml [dependencies] sgxs = "0.8.2"
INSTALL
IMPORT
SIG · SGXS
S
sgxs
cryptorustv0.8.2
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.

Sgxs
use sgxs::Sgxs;

Creates a new SGXS instance.

use sgxs::Sgxs; fn main() { let sgxs = Sgxs::new(); println!("SGXS instance created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
sgxs — cargo add sgxs · libregistry