mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited ch08_signatures.adoc with Atlas code editor
This commit is contained in:
parent
7c6f4d34a1
commit
1c94a388ba
@ -396,7 +396,7 @@ generator _G_ = 5 to get her public key _xG_ = 15. She gives Bob 15.
|
||||
3. Alice generates _s_ = 40 = 7 + 11 × 3. She gives Bob 40.
|
||||
|
||||
4. Bob derives _sG_ = 200 = 40 × 5 and _exG_ = 165 = 11 × 15. He then
|
||||
verifies that 200 == 35 + 165. Note that this is the same operation
|
||||
verifies that [.keep-together]#200 == 35 + 165.# Note that this is the same operation
|
||||
that Alice performed, but all of the values have been scaled up by 5
|
||||
(the value of _G_).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user