cryspen / atlas

BMBF ATLAS project
https://cryspen.com/atlas/
4 stars 1 forks source link

[MPC] Perform all bit authentications as a batch upfront #73

Closed jschneider-bensch closed 6 months ago

jschneider-bensch commented 7 months ago

Performing all bit authentications required for authenticated wire shares and authenticated random AND triples upfront is computationally less expensive than calling the bit authentication subprotocol on demand since it amortizes the cost for active security checks (and it's a requirement for implementing the actively secure two-party bit authentication in a straightforward way anyway).