move old resources from protocol toolkit
This commit is contained in:
parent
88a381fd34
commit
632be7cbf5
31 changed files with 357 additions and 466 deletions
32
multi_party_computation/README.md
Normal file
32
multi_party_computation/README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
## secure multi-party computation
|
||||
|
||||
<br>
|
||||
|
||||
### overview
|
||||
|
||||
<br>
|
||||
|
||||
* **[a pragmatic introduction to secure multi-party computation, by evans et al.](https://securecomputation.org/docs/pragmaticmpc.pdf)**: comprehensive book introducting mpc, protocols such as yao's garbled circuits, gmw, bgw, prepocessed multiplication tiples, bmr, information-theoretic garbled circuits, implentation techniques, oblivious data structures, malicious security, and threat models.
|
||||
* **[cryptographic computing, by a. univ](https://users-cs.au.dk/orlandi/crycom/)**
|
||||
* **[secure multiparty computation, by lindell](https://eprint.iacr.org/2020/300.pdf)**: review what MPC is, what problems it solves, and how it is being currently used, including details on shamir secret sharing, honest-majority mpc with secret sharing, output reconstruction, threshold cryptography.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### on defi
|
||||
|
||||
<br>
|
||||
|
||||
* **[backrunning private transactions using mpc, by annessi](https://writings.flashbots.net/backrunning-private-txs-MPC)**: diagram for a sgx-based solution for backrunning private txs, talk about covert channels, experiments with mp-spdz, show a poc decoding with rlp.
|
||||
* **[exploring cryptographic approaches to enhance privacy in intent solving, by yulia khalniyazova](https://zenodo.org/records/8321167)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### open-source projects
|
||||
|
||||
<br>
|
||||
|
||||
* **[mp-spdz, versatile framework for multi-party computation](https://github.com/data61/MP-SPDZ/tree/master?tab=readme-ov-file)** (benchmark several mpc protocols for several security models)
|
Loading…
Add table
Add a link
Reference in a new issue