Open amiller opened 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
Batch share opening and robust RS decoding can be found here: https://github.com/initc3/HoneyBadgerMPC/pull/4
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