tlsnotary / tlsn

Rust implementation of the TLSNotary protocol
https://tlsnotary.org
277 stars 70 forks source link

Combine 2 steps of Paillier 2PC into 1 #14

Closed themighty1 closed 2 years ago

themighty1 commented 2 years ago

The steps of computing termA and termB in Paillier 2PC can be combined into 1 and performed with 1 round trip (instead of 2 as currently). But care should be taken to allow a code auditor to read the spec and the code without getting confused.

themighty1 commented 2 years ago

Already implemented! Closing.