1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-24 23:48:32 +00:00

Edited ch08_signatures.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 13:01:05 +00:00
parent 9e5cb4cf93
commit 0e64468609

View File

@ -410,7 +410,7 @@ Let's discuss some of the features of the interactive schnorr
identity protocol that make it secure: identity protocol that make it secure:
The nonce (+k+):: The nonce (+k+)::
In step 1, Alice chooses a number that Bob doesn't In step 1, ((("digital signatures", "schnorr signature algorithm", "security features")))((("schnorr signature algorithm", "security features")))Alice chooses a number that Bob doesn't
know and can't guess and gives him the scaled form of that number, know and can't guess and gives him the scaled form of that number,
+kG+. At that point, Bob also already has her public key (+xG+), +kG+. At that point, Bob also already has her public key (+xG+),
which is the scaled form of +x+, her private key. That means when Bob is working on which is the scaled form of +x+, her private key. That means when Bob is working on