#sgx #sgx-enclave #attestation #enclave #ereport

report-test

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

8 releases (4 breaking)

Uses old Rust 2015

new 0.4.0 Apr 16, 2024
0.3.3 Jul 29, 2022
0.3.2 Dec 3, 2021
0.3.1 May 20, 2020
0.0.0 Jan 24, 2019

#308 in Development tools

Download history 18/week @ 2023-12-22 7/week @ 2023-12-29 29/week @ 2024-01-05 54/week @ 2024-01-12 30/week @ 2024-01-19 30/week @ 2024-01-26 35/week @ 2024-02-02 108/week @ 2024-02-09 139/week @ 2024-02-16 109/week @ 2024-02-23 90/week @ 2024-03-01 75/week @ 2024-03-08 83/week @ 2024-03-15 81/week @ 2024-03-22 101/week @ 2024-03-29 61/week @ 2024-04-05

333 downloads per month
Used in 6 crates

MPL-2.0 license

210KB
5K SLoC

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.

Dependencies

~6–15MB
~153K SLoC