From b75fab0a10f64c551f1c7a9563f5ba38bc64d809 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:48:03 -0800 Subject: [PATCH] multi-prover implementation on scroll (leveraging tees) --- trusted_execution_environments/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trusted_execution_environments/README.md b/trusted_execution_environments/README.md index 5bee95d..4aca607 100644 --- a/trusted_execution_environments/README.md +++ b/trusted_execution_environments/README.md @@ -31,7 +31,7 @@
-##### other providers +##### cloud providers and framework * **[nitro enclaves at aws](https://aws.amazon.com/ec2/nitro/nitro-enclaves/)** * **[a few notes on aws nitro enclaves: attack surface, by p. platek](https://blog.trailofbits.com/2024/09/24/notes-on-aws-nitro-enclaves-attack-surface/)** @@ -66,3 +66,4 @@ * **[demystifying remote attestation by taking it on-chain, by flashbots](https://collective.flashbots.net/t/demystifying-remote-attestation-by-taking-it-on-chain/2629)** * **[spacecoin, by d. bar et al. (leveraging satellite infra for tee-like functionality)](https://github.com/spacecoinxyz/research/blob/main/publications/Blue-Paper-Spacecoinxyz.pdf)** +* **[multi-prover implementation on scroll (leveraging tees)](https://scroll.io/blog/scaling-security)**