mpz icon indicating copy to clipboard operation
mpz copied to clipboard

Adapt replay protocol for malicious security of share-conversion

Open th4s opened this issue 2 years ago • 2 comments

Modify the current implementation so that each individual OT choice is checked for correctness. Currently only the end result is checked.

Furthermore add a commitment to the sender's rng seed, which is revealed and checked in the end, when the tape is sent.

th4s avatar Jan 09 '23 18:01 th4s

@th4s recorder.rs no longer exists. Can this issue be close?

heeckhau avatar Jun 08 '23 09:06 heeckhau

I would leave this open. The file has been renamed to tape.rs. I looked into it, and it seems that there is still no commitment to the sender's rng seed and only the final field element is checked for correctness.

th4s avatar Jun 12 '23 10:06 th4s