Crates.io | report-test |
lib.rs | report-test |
version | 0.4.0 |
source | src |
created_at | 2019-01-24 05:45:21.385872 |
updated_at | 2024-04-16 19:03:05.41675 |
description | A simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation. |
homepage | https://edp.fortanix.com/ |
repository | https://github.com/fortanix/rust-sgx |
max_upload_size | |
id | 110367 |
size | 22,409 |
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.