From 7eb244eca525ad1d7e241b7362d53943f44ea8f1 Mon Sep 17 00:00:00 2001 From: Joon-Ho Son Date: Sat, 6 Mar 2021 19:17:22 +0000 Subject: [PATCH] Add Go BGW as a tutorial. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e8ae0fe..d9ce367 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,7 @@ Please feel free to do a pull request with any MPC software or resource you know ### Tutorials - [Getting Started with MPC](http://u.cs.biu.ac.il/~lindell/MPC-resources.html) - Light compilation of basic resources for getting started in MPC study and research. +- [Go BGW](https://github.com/sonjoonho/bgw) - An instructive implementation of the BGW protocol in Go. - [How To Simulate It](https://eprint.iacr.org/2016/046) - A Tutorial on the Simulation Proof Technique. - [OSU Bibliography](https://web.engr.oregonstate.edu/~rosulekm/scbib/index.php?n=Main.GettingStarted) - An Annotated Bibliography of Practical Secure Computation. - [TinySMPC (tutorial)](https://github.com/kennysong/tinysmpc) – A tiny, educational, Pythonic library for SMPC. The tutorial notebook runs in your browser.