#intel-sgx #attestation #ereport

report-test

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

10 releases (5 breaking)

Uses old Rust 2015

0.5.1 Sep 9, 2025
0.5.0 Feb 21, 2025
0.4.0 Apr 16, 2024
0.3.3 Jul 29, 2022
0.1.0 Jan 29, 2019

#730 in Hardware support

Download history 133/week @ 2025-10-02 143/week @ 2025-10-09 89/week @ 2025-10-16 50/week @ 2025-10-23 54/week @ 2025-10-30 34/week @ 2025-11-06 113/week @ 2025-11-13 12/week @ 2025-11-20 81/week @ 2025-11-27 137/week @ 2025-12-04 61/week @ 2025-12-11 44/week @ 2025-12-18 12/week @ 2026-01-01 22/week @ 2026-01-08 18/week @ 2026-01-15

52 downloads per month
Used in 7 crates

MPL-2.0 license

220KB
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

~9MB
~162K SLoC