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

Edited ch05_wallets.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-18 15:35:42 +00:00
parent de2d20901d
commit a796e854a2

View File

@ -72,7 +72,7 @@ be able to predict the new output--not even if they know the new input.
This allows us to take one random value and transform it into a
practically unlimited number of seemingly random values. Even more
usefully, later using the same hash function with the same input
usefully, later using the same hash function with the same ((("seeds")))input
(called a _seed_) will produce the same seemingly random values:
----