Skip to content

Commit 1414cfd

Browse files
authored
Merge pull request #21 from dspicher/master
Fix broken link
2 parents 395203d + bf554d3 commit 1414cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/pedersen-swap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a non-interactive zero knowledge proof that for given Pedersen
2828
commitments `Q = r*G + x*H`, `T1 = t1*G` and `T2 = t2*G` it holds that `r =
2929
t1*t2`. The given construction is a special case (commitment to 0) of the proof
3030
from the paper [Zero-knowledge proofs of knowledge for group
31-
homomorphisms](https://www.crypto.ethz.ch/teaching/lectures/KP19/papers/Maurer15.pdf)
31+
homomorphisms](https://www.crypto.ethz.ch/publications/files/Maurer15.pdf)
3232
by Ueli Maurer section 6.7 with the addition of the Fiat-Shamir heuristic.
3333

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

0 commit comments

Comments
 (0)