Merge pull request #24 from manishkk/master

Updated resources from Simons Institute
This commit is contained in:
Dragoș Rotaru
2018-11-07 16:16:26 +01:00
committed by GitHub

View File

@@ -29,7 +29,6 @@ Please feel free to do a pull request with any MPC software or resource you know
- [Efficient Secure Two-Party Protocols](https://www.springer.com/us/book/9783642143021) - Comprehensive study of efficient protocols and techniques for secure two-party computation both general constructions that can be used to securely compute any functionality, and protocols for specific problems of interest.
- [Secure Multiparty Computation and Secret Sharing](http://www.cambridge.org/dk/academic/subjects/computer-science/cryptography-cryptology-and-coding/secure-multiparty-computation-and-secret-sharing?format=HB) - Comprehensive treatment of unconditionally secure techniques for multiparty computation (MPC) and secret sharing.
### Courses
- [Cryptographic Computing Course](http://orlandi.dk/crycom) - Course on MPC, Homomorphic Encryption and related topics given by Claudio Orlandi at Aarhus University.
@@ -44,6 +43,7 @@ Please feel free to do a pull request with any MPC software or resource you know
- [The 1st BIU Winter School](http://cyber.biu.ac.il/event/the-1st-biu-winter-school/) - Introductory lectures for basic secure computation constructions.
- [The 5th BIU Winter School](http://cyber.biu.ac.il/event/the-5th-biu-winter-school/) - Tutorials and recent advances in secure computation delivered in video format.
- [UC Security](https://www.youtube.com/playlist?list=PLqc9MPlwib9nSuyH4oUIwPsyDiZ4bwuEE) - Video lectures on UC security delivered by Ran Canetti.
- [Secure Multiparty Computation I](https://simons.berkeley.edu/talks/yuval-ishai-2015-05-21a) and [Secure Multiparty Computation II](https://simons.berkeley.edu/talks/yuval-ishai-2015-05-21b) - Video lectures delivered by Yuval Ishai, Technion Israel Institute of Technology.
## Misc
@@ -106,6 +106,7 @@ Here I tried to reference the most recent article found on specific software sin
- [IIT Bombay MPC school](https://www.cse.iitb.ac.in/%7Emp/crypto/mpc2017/) - Covers basic and advanced topics related to the theory of MPC aimed at CS students and researchers interested in cryptography.
- [TPMPC](http://www.multipartycomputation.com/) - Yearly workshop that started in Aarhus 2012. It has now become one of the biggest workshops for MPC people.
- [Securing Computation](https://simons.berkeley.edu/workshops/crypto2015-1) - Conducted at Simons institute for Theory of Computing
## Contribute