mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 09:58:22 +00:00
Edited ch08_signatures.adoc with Atlas code editor
This commit is contained in:
parent
0e64468609
commit
3852408f1e
@ -548,7 +548,7 @@ she's ready to spend, she begins generating her signature:
|
|||||||
|
|
||||||
==== Serialization of Schnorr Signatures
|
==== Serialization of Schnorr Signatures
|
||||||
|
|
||||||
A schnorr signature consists of two values, +kG+ and +s+. The value
|
A schnorr signature ((("digital signatures", "schnorr signature algorithm", "serialization")))((("schnorr signature algorithm", "serialization")))((("serialization", "of schnorr signature algorithm", secondary-sortas="schrnorr")))consists of two values, +kG+ and +s+. The value
|
||||||
+kG+ is a point on Bitcoin's elliptic curve (called secp256k1) and so
|
+kG+ is a point on Bitcoin's elliptic curve (called secp256k1) and so
|
||||||
would normally be represented by two 32-byte coordinates, e.g., +(x,y)+.
|
would normally be represented by two 32-byte coordinates, e.g., +(x,y)+.
|
||||||
However, only the _x_ coordinate is needed, so only that value is
|
However, only the _x_ coordinate is needed, so only that value is
|
||||||
|
Loading…
Reference in New Issue
Block a user