From df6a3a46f096c6ae0dfbfb2dc935699d53a1b79f Mon Sep 17 00:00:00 2001 From: clenser Date: Wed, 18 Oct 2023 16:26:03 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index f345694d..689fe017 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -844,7 +844,7 @@ designed for compatibility with hardware signing devices with low-powered CPUs. Some alternatives to BIP39 use stronger key-stretching parameters, such as Aezeed's 32,768 rounds of hashing using the more complex Scrypt algorithm, although they may not be as convenient to run -on hardware signing((("wallets", "recovery codes", "seed generation", startref="wallet-recovery-bip39-seed")))((("recovery codes", "seed generation", startref="recovery-code-bip39-seed")))((("BIP39 recovery codes", "seed generation", startref="bip39-recovery-seed")))((("entropy", "seed generation", startref="entropy-seed-generate")))((("seeds", "generating", startref="seed-generate")))((("key-stretching functions", startref="key-stretch"))) devices. +on hardware signing devices. ==== Tables pass:[#bip39_128_w_pass], and pass:[#bip39_256_no_pass] show -some examples of recovery codes and the seeds they produce. +some examples of recovery codes and the seeds ((("wallets", "recovery codes", "seed generation", startref="wallet-recovery-bip39-seed")))((("recovery codes", "seed generation", startref="recovery-code-bip39-seed")))((("BIP39 recovery codes", "seed generation", startref="bip39-recovery-seed")))((("entropy", "seed generation", startref="entropy-seed-generate")))((("seeds", "generating", startref="seed-generate")))((("key-stretching functions", startref="key-stretch")))they produce. ++++