report-test

Crates.ioreport-test
lib.rsreport-test
version0.5.1
created_at2019-01-24 05:45:21.385872+00
updated_at2025-09-09 20:14:20.597575+00
descriptionA simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation.
homepagehttps://edp.fortanix.com/
repositoryhttps://github.com/fortanix/rust-sgx
max_upload_size
id110367
size51,485
crates-owners (github:fortanix:crates-owners)

documentation

https://edp.fortanix.com/docs/api/report_test/

README

report-test

This crate exposes a simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation.

The enclave file itself is embedded in the library. The enclave uses the expiremental library support. At the time of writing, Rust std does not have the ability to compile enclave libraries. Therefore, the enclave is written in assembly.

Commit count: 1270

cargo fmt