1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 00:01:03 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-27 12:51:37 +00:00
parent d80bd77fad
commit 33fcaf9c64

View File

@ -775,7 +775,7 @@ public keys are known as _compressed public keys_, and the original 65-byte keys
results in smaller transactions, allowing more payments to be made in the same results in smaller transactions, allowing more payments to be made in the same
block. block.
As we saw in the section <<public_key_derivation>>, a public key is a point (x, y) on an As we saw in the section <<public_key_derivation>>, a public key is a point [.keep-together]#(x, y)# on an
elliptic curve. Because the curve expresses a mathematical function, a elliptic curve. Because the curve expresses a mathematical function, a
point on the curve represents a solution to the equation and, therefore, point on the curve represents a solution to the equation and, therefore,
if we know the _x_ coordinate, we can calculate the _y_ coordinate by if we know the _x_ coordinate, we can calculate the _y_ coordinate by