Skip to content

Fix broken link #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion md/pedersen-swap.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is a non-interactive zero knowledge proof that for given Pedersen
commitments `Q = r*G + x*H`, `T1 = t1*G` and `T2 = t2*G` it holds that `r =
t1*t2`. The given construction is a special case (commitment to 0) of the proof
from the paper [Zero-knowledge proofs of knowledge for group
homomorphisms](https://www.crypto.ethz.ch/teaching/lectures/KP19/papers/Maurer15.pdf)
homomorphisms](https://www.crypto.ethz.ch/publications/files/Maurer15.pdf)
by Ueli Maurer section 6.7 with the addition of the Fiat-Shamir heuristic.

Informally, the scheme consists of the two algorithms "generate" and "check":
Expand Down