Registry / crypto / sgx-quote

sgx-quote

JSON →
library0.1.0rscratesunverified

Zero-copy Intel SGX quote parser using nom.

# Cargo.toml [dependencies] sgx-quote = "0.1.0"
INSTALL
IMPORT
SIG · SGX-QUOTE
S
sgx-quote
cryptorustv0.1.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.

Quote
use sgx_quote::Quote;

Parses an SGX quote from raw bytes using zero-copy nom parsing.

use sgx_quote::Quote; let bytes = vec![0u8; 1024]; let quote = Quote::parse(&bytes).unwrap(); println!("Quote version: {:?}", quote.version());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
sgx-quote — cargo add sgx-quote · libregistry