move old resources from protocol toolkit
This commit is contained in:
parent
88a381fd34
commit
632be7cbf5
31 changed files with 357 additions and 466 deletions
51
trusted_execution_environments/README.md
Normal file
51
trusted_execution_environments/README.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
## trusted execution environments
|
||||
|
||||
<br>
|
||||
|
||||
### hardware
|
||||
|
||||
<br>
|
||||
|
||||
##### sgx stuff
|
||||
|
||||
* **[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/)**
|
||||
|
||||
<br>
|
||||
|
||||
##### cloud providers
|
||||
|
||||
* **[nitro enclaves at aws](https://aws.amazon.com/ec2/nitro/nitro-enclaves/)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### quantum settings
|
||||
|
||||
<br>
|
||||
|
||||
* **[is the security of quantum cryptography guaranteed by the laws of physics?, by bernstein](https://arxiv.org/pdf/1803.04520)**
|
||||
* **[the laws of physics and cryptographic security; by rudolph](https://arxiv.org/pdf/quant-ph/0202143)**
|
||||
* **[introduction to quantum information, by bt3gl](https://www.astro.sunysb.edu/steinkirch/books/qi.pdf)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### offensive
|
||||
|
||||
<br>
|
||||
|
||||
* **[using memory errors to attack a virtual machine, by govindavajhala et al.](https://www.cs.princeton.edu/~appel/papers/memerr.pdf)**
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### blockchain specific
|
||||
|
||||
<br>
|
||||
|
||||
* **[demystifying remote attestation by taking it on-chain, by flashbots](https://collective.flashbots.net/t/demystifying-remote-attestation-by-taking-it-on-chain/2629)**
|
Loading…
Add table
Add a link
Reference in a new issue