diff --git a/ch05.asciidoc b/ch05.asciidoc index 1492ac9e..40db27a9 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -202,7 +202,7 @@ The process described in steps 7 through 9 continues from the process described ++++
    -
  1. The first parameter to the PBKDF2 key-stretching function is the _mnemonic_ produced from step 6 in .
  2. +
  3. The first parameter to the PBKDF2 key-stretching function is the _mnemonic_ produced from step 6 in #generating_mnemonic_words.
  4. The second parameter to the PBKDF2 key-stretching function is a salt. The salt is composed of the string constant "mnemonic" concatenated with an optional user-supplied passphrase string.
  5. PBKDF2 stretches the mnemonic and salt parameters using 2048 rounds of hashing with the HMAC-SHA512 algorithm, producing a 512-bit value as its final output. That 512-bit value is the seed.