mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
Remove cbytes wrapper from m'
This commit is contained in:
parent
e4f1d7bb8e
commit
b838696c97
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ The algorithm ''VerifyProof(A, B, C, proof, G, m)'' is defined as:
|
|||
* Let ''R<sub>2</sub> = s⋅B - e⋅C''.
|
||||
* Fail if ''is_infinite(R<sub>2</sub>)''.
|
||||
* Let ''m' = m if m is provided, otherwise an empty byte array''.
|
||||
* Fail if ''e ≠ int(hash<sub>BIP0???/challenge</sub>(cbytes(A) || cbytes(B) || cbytes(C) || cbytes(G) || cbytes(R<sub>1</sub>) || cbytes(R<sub>2</sub>) || cbytes(m')))''.
|
||||
* Fail if ''e ≠ int(hash<sub>BIP0???/challenge</sub>(cbytes(A) || cbytes(B) || cbytes(C) || cbytes(G) || cbytes(R<sub>1</sub>) || cbytes(R<sub>2</sub>) || m'))''.
|
||||
* Return success iff no failure occurred before reaching this point.
|
||||
|
||||
==Backwards Compatibility==
|
||||
|
|
Loading…
Add table
Reference in a new issue