Skip to content

Commit

Permalink
Docs: add a book about MPC to awesome-pets (secretflow#1088)
Browse files Browse the repository at this point in the history
* docs: add a book about MPC to awesome-pets

* docs: update the author lists of the book
  • Loading branch information
Mingbo-Lee authored Dec 20, 2023
1 parent 83254ca commit 9c24b83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/awesome-pets/awesome-pets.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please feel free to open a pull request.

Cryptography-based techniques. If you are a beginner in cryptography, and wants to learn about the theory or applications of crypto, please also checkout our [[crypto-for-beginners]](tutorials/crypto-beginner.md) list.

1. [Secure Multi-Party Computation (MPC)](papers/tools/mpc.md) (Contributors: [@jamie-cui](https://www.github.com/jamie-cui) [@DuanYuFi](https://github.com/DuanYuFi))
1. [Secure Multi-Party Computation (MPC)](papers/tools/mpc.md) (Contributors: [@jamie-cui](https://www.github.com/jamie-cui) [@DuanYuFi](https://github.com/DuanYuFi)[@Mingbo-Lee](https://github.com/Mingbo-Lee))
2. [Zero-Knowledge Proof (ZKP)](papers/tools/zkp.md) (Contributors: [@xfap](https://www.github.com/xfap) [@yuzhouwudizuilihai](https://github.com/yuzhouwudizuilihai) [@zlyber](https://api.github.com/users/zlyber) [@rhocos3theta](https://github.com/rhocos3theta))
3. [Homomorphic Encryption (HE)](papers/tools/he.md) (Contributors: [@zhangwfjh](https://www.github.com/zhangwfjh))

Expand Down
8 changes: 8 additions & 0 deletions docs/awesome-pets/papers/tools/mpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Note: one paper may be included in several categories (e.g. a paper may introduc
- [Malicious Secret Sharing](#malicious-secret-sharing)
- [Function Secret Sharing](#function-secret-sharing)

## Basic

### Books

- A Pragmatic Introduction to Secure Multi-Party Computation
*David Evans, Vladimir Kolesnikov, Mike Rosulek*
[eprint](https://www.cs.virginia.edu/~evans/pragmaticmpc/pragmaticmpc.pdf)

## Offline Techniques

### Oblivious transfer
Expand Down

0 comments on commit 9c24b83

Please sign in to comment.