mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch04_keys.adoc with Atlas code editor
This commit is contained in:
parent
67ee426d7c
commit
70d41d1582
@ -111,7 +111,7 @@ bitcoins it controls.
|
|||||||
====
|
====
|
||||||
|
|
||||||
The first and most important step in generating keys is to find a secure
|
The first and most important step in generating keys is to find a secure
|
||||||
source of randomness (which computer scientists call _entropy_). Creating a Bitcoin key is almost
|
source of randomness (which computer scientists ((("entropy")))call _entropy_). Creating a Bitcoin key is almost
|
||||||
the same as "Pick a number between 1 and 2^256^." The exact method you
|
the same as "Pick a number between 1 and 2^256^." The exact method you
|
||||||
use to pick that number does not matter as long as it is not predictable
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user