Skip to content

Commit b3c3a4c

Browse files
committed
Fix link to Maurer's multiplication proof for pedersen commitments
1 parent 65dd354 commit b3c3a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

md/pedersen-swap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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://sci-hub.la/10.1007/s10623-015-0103-5) by Ueli Maurer
32-
section 6.7 with the addition of the Fiat-Shamir heuristic.
31+
homomorphisms](https://www.crypto.ethz.ch/teaching/lectures/KP19/papers/Maurer15.pdf)
32+
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":
3535

0 commit comments

Comments
 (0)