From 9f271812e3ec8cf2d01e780b20c4924ffa89106b Mon Sep 17 00:00:00 2001 From: clenser Date: Wed, 18 Oct 2023 16:26:22 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 689fe017..19b3e593 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -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