You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: enclave/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
This folder contains the code that runs inside the enclave using Intel Secure Guard Extensions (SGX). It builds on [Apache's Teaclave](https://github.com/apache/incubator-teaclave), and more specifically its [Rust SGX SDK](https://github.com/apache/incubator-teaclave-sgx-sdk) which is included as part of this repo as a submodule (branch = `v1.1.1-testing`).
4
4
5
+
## Demo
6
+
7
+
There is a [10min video demo](https://youtu.be/cyOuAMCQRlw) of Safetrace working end-to-end. As of the making of this demo, there is no UI, so everything is demoed through the console. Please note that the enclave is verbose from demoing purposes, but the production version will not output any secrets.
8
+
9
+
5
10
## Requirements
6
11
7
12
* SGX-capable computer host with SGX enabled in the BIOS
0 commit comments