From 19e7acc4d6540a284e337944ecb3bcecbd400e30 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:19:34 +0700 Subject: [PATCH] 2FA zk-rollups using SGX --- trusted_execution_environments/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/trusted_execution_environments/README.md b/trusted_execution_environments/README.md index fe287d3..d65b605 100644 --- a/trusted_execution_environments/README.md +++ b/trusted_execution_environments/README.md @@ -11,6 +11,7 @@ * **[linux instalation guides](https://download.01.org/intel-sgx/latest/linux-latest/docs)** * **[intel SGX explained, by costan et al.](https://eprint.iacr.org/2016/086.pdf)** * **[secure computation in rust: using intel's SGX with teaclave && fortanix](https://blog.lambdaclass.com/secure-computation-in-rust-using-intels-sgx-instructions-with-teaclave-and-fortanix/)** +* **[2fa zk-rollups using sgx, by j. drake](https://ethresear.ch/t/2fa-zk-rollups-using-sgx/14462)**