Secure multi-party computation: Difference between revisions

Content deleted Content added
m v2.05 - Autofix / Fix errors for CW project (Link equal to linktext)
m v2.05 - Fix errors for CW project (Spelling and typography - Whitespace characters after heading)
Line 206:
* [https://www.zellic.io/blog/mpc-from-scratch/ MPC From Scratch: Everyone Can Do it!] By Stephen Tong.
 
== External links ==
 
* [https://github.com/sjehan/JavascriptMPC JavascriptMPC] — JavascriptMPC A golang MPC framework that can compile JavascriptJavaScript files into garbled circuits.
* [http://www.cs.fit.edu/~msilaghi/pages/secure/ Secure distributed CSP (DisCSP) solvers] — a web-application with an applet-interpreter to design and run your own full-fledged secure multiparty computation (based on the SMC declarative language). Uses secure arithmetic circuit evaluation and mix-nets.
* [http://www.cs.huji.ac.il/project/Fairplay/ The Fairplay Project] — Includes a software package for secure two-party computation, where the function is defined using a high-level function description language, and evaluated using Yao's protocol for secure evaluation of boolean circuits.