From 0f5601e767bb0ed95df2f62862b5779faffeb888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Jehan?= Date: Tue, 6 Dec 2022 21:38:56 +0100 Subject: [PATCH] Update readme.md Compiling Javascript files into garbled circuits makes MPC more developer friendly --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4e2657d..f7f78cc 100644 --- a/readme.md +++ b/readme.md @@ -77,7 +77,7 @@ Here I tried to reference the most recent article found on specific software sin - [swanky](https://github.com/GaloisInc/swanky) - A suite of rust libraries for secure multi-party computation (currently includes oblivious transfer, garbled circuits, and private set intersection). - [TF Encrypted](https://github.com/mortendahl/tf-encrypted/) - 3PC with secret sharing; secure against semi-honest adversaries; focused on TensorFlow-based applications. - [TNO-MPC](https://github.com/TNO-MPC/) - Collection of MPC generic software components, procedures, functionalities, and solutions based on secret sharing and (partially) homomorphic encryption developed in Python and Go. | Blogs and principles: [TNO MPC Lab](https://mpc.tno.nl/). - +- [JAVASCRIPT-MPC](https://github.com/sjehan/JavascriptMPC) - A golang MPC framework that can compile Javascript files into garbled circuits ### Primitives - [aes-prng](https://github.com/tf-encrypted/aes-prng) - Rust pseudo-random number generator based on AES.