We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6953b72 + 1bb1aee commit 34c584dCopy full SHA for 34c584d
bip-0374.mediawiki
@@ -82,7 +82,7 @@ The algorithm ''GenerateProof(a, B, r, G, m)'' is defined as:
82
* 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'))''.
83
* Let ''s = (k + e⋅a) mod n''.
84
* Let ''proof = bytes(32, e) || bytes(32, s)''.
85
-* If ''VerifyProof(A, B, C, proof)'' (see below) returns failure, abort.
+* If ''VerifyProof(A, B, C, proof, G, m)'' (see below) returns failure, abort.
86
* Return the proof ''proof''.
87
88
=== DLEQ Proof Verification ===
0 commit comments