Secure multi-party computation: Difference between revisions

Content deleted Content added
moved java library link to 'further reading' WP:EL.
moved archived SIMAP project link WP:EL.
Line 210:
* [http://www.lior.ca/publications/VMCrypt_Manual_Rev1.0.pdf VMCrypt- A Java library for scalable secure computation] Lior Malka.
* [https://github.com/czielinski/secmultipartycomp/blob/master/slides/sec_multi_party_comp.pdf Introduction to SMC] Christian Zielinski.
* [https://web.archive.org/web/20061230075325/http://www.theiia.org/ITAudit/index.cfm?act=itaudit.archive&fid=216 The God Protocols] Nick Szabo (archived).
* [http://www.sepia.ee.ethz.ch/ SEPIA] A java library for SMC using secret sharing.
* [https://web.archive.org/web/20061230075325/http://www.theiia.org/ITAudit/index.cfm?act=itaudit.archive&fid=216 The God Protocols] Nick Szabo (archived).
* [https://web.archive.org/web/20110105121420/http://alexandra.dk/uk/Projects/Pages/SIMAP.aspx The SIMAP project]; Secure Information Management and Processing (SIMAP) is a project sponsored by the Danish National Research Agency aimed implementing Secure Multiparty Computation(archived).
 
== External links ==
Line 219 ⟶ 220:
* [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.
* [https://web.archive.org/web/20110105121420/http://alexandra.dk/uk/Projects/Pages/SIMAP.aspx The SIMAP project]; Secure Information Management and Processing (SIMAP) is a project sponsored by the Danish National Research Agency aimed implementing Secure Multiparty Computation.
* [http://www.brics.dk/SMCL/ Secure Multiparty Computation Language] - project for development of a '___domain specific programming language for secure multiparty computation' and associated cryptographic runtime.
* [https://www.win.tue.nl/~berry/mpyc/ MPyC]: Secure Multiparty Computation in [[Python (programming language)|Python]] (and [[Project Jupyter|Jupyter notebooks]]) — Open-source package for MPC using a customized type of Python coroutines, supporting advanced applications such as ID3 decision trees, linear programming, CNN/MLP neural networks, AES, one-way hash chains, and many more. Launched in May 2018.