report-test

Crates.ioreport-test
lib.rsreport-test
version0.4.0
sourcesrc
created_at2019-01-24 05:45:21.385872
updated_at2024-04-16 19:03:05.41675
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
size22,409
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: 988

cargo fmt