mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-24 07:28:03 +01:00
Fix typo
This commit is contained in:
parent
0b590d0d5d
commit
a0d8aad1df
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Verifying the proof involves recreating ''R<sub>1</sub>'' and ''R<sub>2</sub>''
|
|||
* Let ''R<sub>1</sub> = s⋅G - e⋅A''.
|
||||
* Let ''R<sub>2</sub> = s⋅B - e⋅C''.
|
||||
|
||||
This can be verified by substituing ''s = (k + e⋅a)'':
|
||||
This can be verified by substituting ''s = (k + e⋅a)'':
|
||||
|
||||
* ''s⋅G - e⋅A = (k + e⋅a)⋅G - e⋅A = k⋅G + e⋅(a⋅G) - e⋅A = k⋅G + e⋅A - e⋅A = k⋅G''.
|
||||
* ''s⋅B - e⋅C = (k + e⋅a)⋅B - e⋅C = k⋅B + e⋅(a⋅B) - e⋅C = k⋅B + e⋅C - e⋅C = k⋅B''.
|
||||
|
|
Loading…
Add table
Reference in a new issue