From 75a26a954adfb1b9a0861da16f7d51d094923866 Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 20 Apr 2017 15:03:43 -0700 Subject: [PATCH] Edited ch05.asciidoc with Atlas code editor --- ch05.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.