Virtual Ideal Functionality Framework 0.3 (Default branch) |
|
|
Thursday December 27, 2007. 09:43 PM FreshMeat
Virtual Ideal Functionality Framework is a framework for creating efficient and secure multi-party computations (SMPC). Players, who do not trust each other, participate in a joint computation based on their private inputs. The computation is done using a cryptographic protocol which allows them to obtain a correct answer without revealing their inputs. Operations supported include addition, multiplication, and comparison, all with Shamir secret shared outputs.
License: GNU General Public License (GPL)
Changes:
Secure communication between the players was implemented using TLS. An included Makefile can generate the needed certificates. The network layer was completely reimplemented, which breaks compatibility with programs written for VIFF version 0.2 or earlier.
|