mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 23:58:09 +00:00
Another incorrect use of the term 'function' due to the same reason that Elliptic Curve is not a function.
This commit is contained in:
parent
04c195e5e9
commit
8b3defec09
@ -777,7 +777,7 @@ results in smaller transactions, allowing more payments to be made in the same
|
||||
block.
|
||||
|
||||
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 mapping, 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 [.keep-together]#y^2^ mod p = (x^3^ + 7) mod p.# That allows us to
|
||||
|
Loading…
Reference in New Issue
Block a user