Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 904 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 904 Bytes

Enarx Demos

Programs for demonstrating the Enarx subcomponents and eventually their synergy.

A demonstration of running encrypted code in an SEV VM.

Compiling either a C or Rust program to WASM and running it natively using a Rust-powered JIT.

Running native Rust code in a WASM virtual machine without pre-compiling it.

A demonstration of remote attestation for an SGX enclave. The attesting enclave prepares a Report for the platform's Quoting Enclave, which verifies the Report and signs it with its Attestation Key, producing a Quote. The Quote is sent off-platform to the tenant, who can verify the Quote with a certificate chain from Intel. An attestation daemon (located on the enclave's same platform) communicates between the tenant and enclave.