Secure Multiparty Computation
Commenced May 2003
A group to implement a secure multi-party computation scheme.
To do:
- Read the
tutorial
on SMPC by Oded Goldreich.
- Read Efficient
Oblivious Transfer Protocols by Naor and Pinkas.
(see also general works
on Oblivious Transfer by Naor and Pinkas)
- Investigate cryptography toolboxes for linking with C.
- Munitions: Cryptographic Software for Linux.
- NTL, A Library
for doing Number Theory, but Victor Shoup. Downside: uses C++ and I'm
not strong in C++ (read: I hate C++).
- Sherman:
Installed NTL from port collection.
ex1.cc compiled to ex1 using this
Makefile
- Lee:
Installed NTL from tar.gz (no RPM). Using /usr/local/bin/g++_geoff works
on Lee but still having crashing on other machines?
- Example
of logical or with a proof of privacy.
Results:
Other references: