1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-21 23:58:09 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 19:07:57 +00:00
parent b873da2c73
commit 6bf147c9c1

View File

@ -120,6 +120,7 @@ use to pick that number does not matter as long as it is not predictable
or repeatable. Bitcoin software uses cryptographically secure random or repeatable. Bitcoin software uses cryptographically secure random
number generators to produce 256 bits of entropy. number generators to produce 256 bits of entropy.
[role="less_space pagebreak-before"]
More precisely, the private key can be any number between 0 and _n_ - More precisely, the private key can be any number between 0 and _n_ -
1 inclusive, where _n_ is a constant (_n_ = 1.1578 × 10^77^, slightly less 1 inclusive, where _n_ is a constant (_n_ = 1.1578 × 10^77^, slightly less
than 2^256^) defined as the order of the elliptic curve used in Bitcoin than 2^256^) defined as the order of the elliptic curve used in Bitcoin
@ -170,7 +171,7 @@ curve.
by Bitcoin. by Bitcoin.
[[ecc-curve]] [[ecc-curve]]
[role="width-30"] [role="width-50"]
.An elliptic curve .An elliptic curve
image::images/mbc3_0402.png["ecc-curve"] image::images/mbc3_0402.png["ecc-curve"]