We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395203d + bf554d3 commit 1414cfdCopy full SHA for 1414cfd
md/pedersen-swap.md
@@ -28,7 +28,7 @@ This is a non-interactive zero knowledge proof that for given Pedersen
28
commitments `Q = r*G + x*H`, `T1 = t1*G` and `T2 = t2*G` it holds that `r =
29
t1*t2`. The given construction is a special case (commitment to 0) of the proof
30
from the paper [Zero-knowledge proofs of knowledge for group
31
-homomorphisms](https://www.crypto.ethz.ch/teaching/lectures/KP19/papers/Maurer15.pdf)
+homomorphisms](https://www.crypto.ethz.ch/publications/files/Maurer15.pdf)
32
by Ueli Maurer section 6.7 with the addition of the Fiat-Shamir heuristic.
33
34
Informally, the scheme consists of the two algorithms "generate" and "check":
0 commit comments