amiller / viff

Clone of http://viff.dk/
GNU General Public License v3.0
2 stars 2 forks source link

Implementing the Triple Refinement process #6

Open amiller opened 6 years ago

amiller commented 6 years ago

We'll want to use the triple refinement process from Choudury and Patra https://www.researchgate.net/publication/309082147_An_Efficient_Framework_for_Unconditionally_Secure_Multiparty_Computation

Includes subprotocols:

Work on this already begun at https://github.com/amiller/viff/blob/triple-refinement/apps/triple_refinement.py

amiller commented 5 years ago

Batch share opening and robust RS decoding can be found here: https://github.com/initc3/HoneyBadgerMPC/pull/4