Registry / testing / report-test

report-test

JSON →
library0.5.2rscratesunverified

A simple interface to get a local SGX attestation report, useful for testing remote attestation.

# Cargo.toml [dependencies] report-test = "0.5.2"
INSTALL
IMPORT
SIG · REPORT-TEST
R
report-test
testingrustv0.5.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.

get_report
use report_test::get_report;

Retrieves a local SGX attestation report.

use report_test::get_report; fn main() { let report = get_report().expect("Failed to get SGX report"); println!("Report: {:?}", report); }
Debug
Known issues
gotchaRequires SGX hardware or simulator
fix
Run on an SGX-capable system or use the SGX simulator
affects: *
Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
report-test — cargo add report-test · libregistry