Registry / crypto / sgx-isa

sgx-isa

JSON →
library0.5.0rscratesunverified

Constants and structures related to the Intel SGX ISA extension.

# Cargo.toml [dependencies] sgx-isa = "0.5.0"
INSTALL
IMPORT
SIG · SGX-ISA
S
sgx-isa
cryptorustv0.5.0
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.

Attributes
use sgx_isa::Attributes;

Create default SGX attributes.

use sgx_isa::Attributes; fn main() { let attrs = Attributes::default(); println!("SGX attributes: {:?}", attrs); }
Debug
Known issues
gotchaOnly works on Intel SGX-enabled hardware.
fix
Ensure the CPU supports SGX and SGX is enabled in BIOS.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
sgx-isa — cargo add sgx-isa · libregistry