Nikolaj Volgushev
Nikolaj Volgushev
API docs for bulk update API keys API. Relates: #88758
Sub-task of #252. The spdz2k suite introduces computations for commitments and broadcast that can be ported to the spdz suite to replace the adhoc implementations there.
Sub-task of #252. The Spdz suite strongly couples the data supplier and data storage class. In practice, we aren't using the storage class. Therefore it can be removed and the...
Currently, we wrap each basic arithmetic operation with a native protocol and furthermore include per-element size headers for each element we send over the network. This overhead can be avoided...
Adopt the functionality for batched native protocols developed in #269 to the SPDZ2k suite.
SPDZ, Mascot, and SPDZ2k require coin tossing to run every time a MAC check is executed. Currently, we only run coin tossing once and re-use the resulting DRBG for all...
There is an inconsistency between the regular spdz output to all protocol and the spdz output to single party protocol: output to all converts the representation of the value to...
Instead of re-generating DH parameters for every new application run, we should use static, pregenerated parameters but also include an option (via a main method) to generate new parameters and...