45 lines
1.8 KiB
Markdown
45 lines
1.8 KiB
Markdown
## 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.
|
|
* **[secure multi-party computation, by ef pse](https://mirror.xyz/privacy-scaling-explorations.eth/v_KNOV_NwQwKV0tb81uBS4m-rbs-qJGvCx7WvwP4sDg)**
|
|
|
|
<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)
|
|
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### cool resources
|
|
|
|
<br>
|
|
|
|
* **[dark pools and renegade arch overview, by 2077](https://research.2077.xyz/the-hitchhikers-guide-to-dark-pools-in-defi-part-one)**
|