1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-16 04:59:35 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-27 12:44:12 +00:00
parent c4cd5e2a09
commit a8c29df821

View File

@ -779,7 +779,7 @@ As we saw in the section <<public_key_derivation>>, a public key is a point (x,
elliptic curve. Because the curve expresses a mathematical function, a
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
solving the equation y^2^ mod p = (x^3^ + 7) mod p. That allows us to
solving the equation [.keep-together]#y^2^ mod p = (x^3^ + 7) mod p.# That allows us to
store only the _x_ coordinate of the public key point, omitting the _y_
coordinate and reducing the size of the key and the space required to
store it by 256 bits. An almost 50% reduction in size in every