1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-24 07:28:03 +01:00
This commit is contained in:
Andrew Toth 2024-12-21 16:18:24 -05:00
parent 0b590d0d5d
commit a0d8aad1df
No known key found for this signature in database
GPG key ID: 60007AFC8938B018

View file

@ -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''.