You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Prover send EK to Verifier
(2) Verifier generates a challenge, send it to Prover
(3) Prover send a proof to Verifier based on his challenge
(4) Verifier verifies that EK is ligitimate by using his challenge and Prover's proof
Pull request: mortendahl/rust-paillier#2.
The purpose of this task is to add Zero Knowledge proof that a Paillier public key (EK) was generated correctly.
Reference: Subsection 3.1 of Fast Secure Two-Party ECDSA Signing.
Example of scenario:
Basic trait proposal:
The text was updated successfully, but these errors were encountered: