spdz
SPDZ refers to a framework for secure multiparty computation (MPC). It is a widely used software library that enables multiple parties to jointly compute a function over their private inputs without revealing those inputs to each other. The core idea behind SPDZ is to leverage cryptographic techniques to distribute computations and data in a way that maintains privacy.
The SPDZ protocol, introduced by Huang, Shen, and Zhang, and further developed by various research groups, is
SPDZ supports a variety of functionalities, including secure arithmetic circuits and boolean circuits. It has been