1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-15 06:46:08 +00:00
This commit is contained in:
LiuYusuf 2025-01-14 17:01:24 +04:00 committed by GitHub
commit 0ca3194ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -178,7 +178,7 @@ image::images/mbc3_0402.png["ecc-curve"]
Bitcoin uses a specific elliptic curve and set of mathematical
constants, as defined in a standard called +secp256k1+, established by
the National Institute of Standards and Technology (NIST). The
+secp256k1+ curve is defined by the following function, which produces
+secp256k1+ curve is defined by the following equation, which produces
an elliptic curve:
[latexmath]
@ -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

View File

@ -189,6 +189,7 @@
<li>yurigeorgiev4</li>
<li>Zheng Jia (zhengjia)</li>
<li>Zhou Liang (zhouguoguo)</li>
<li>Suyang Liu (LiuYusuf)</li>
</ul>
++++