mpz icon indicating copy to clipboard operation
mpz copied to clipboard

implement a fix for CO15

Open themighty1 opened this issue 5 months ago • 0 comments

The base OT protocol CO15 used in mpz is known to have a broken security proof. In this discussion https://github.com/emp-toolkit/emp-ot/issues/74 it was suggested to use a fix from https://eprint.iacr.org/2018/499 But that fix (see APPENDIX A) introduces a selective failure attack.

We need to investigate if the selective failure attack is acceptable within the context of the TLSNotary protocol. If it is acceptable, we need to implement the fix.

themighty1 avatar Sep 23 '24 07:09 themighty1