1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-07 10:16:11 +00:00

Edited ch05_wallets.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-18 16:26:22 +00:00
parent df6a3a46f0
commit 9f271812e3

View File

@ -796,7 +796,7 @@ key-stretching function PBKDF2. The seed produced is then used to build
a deterministic wallet and derive its keys.
The key-stretching function takes two
parameters: the entropy and a _salt_. The purpose of a salt in a
parameters: the entropy and((("salt"))) a _salt_. The purpose of a salt in a
key-stretching function is to make it difficult to build a lookup table
enabling a brute-force attack. In the BIP39 standard, the salt has
another purpose--it allows the introduction of a passphrase that