Skip to content

Commit 34c584d

Browse files
authored
Merge pull request #2011 from Forostovec/master
2 parents 6953b72 + 1bb1aee commit 34c584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0374.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The algorithm ''GenerateProof(a, B, r, G, m)'' is defined as:
8282
* Let ''e = int(hash<sub>BIP0374/challenge</sub>(cbytes(A) || cbytes(B) || cbytes(C) || cbytes(G) || cbytes(R<sub>1</sub>) || cbytes(R<sub>2</sub>) || m'))''.
8383
* Let ''s = (k + e⋅a) mod n''.
8484
* Let ''proof = bytes(32, e) || bytes(32, s)''.
85-
* If ''VerifyProof(A, B, C, proof)'' (see below) returns failure, abort.
85+
* If ''VerifyProof(A, B, C, proof, G, m)'' (see below) returns failure, abort.
8686
* Return the proof ''proof''.
8787
8888
=== DLEQ Proof Verification ===

0 commit comments

Comments
 (0)