MnemonicCode: fix comment about iteration count

This commit is contained in:
Andreas Schildbach 2023-09-19 17:39:52 +02:00
parent 3ef7a4d853
commit 0d57e1ece1

View File

@ -139,7 +139,7 @@ public class MnemonicCode {
// To create binary seed from mnemonic, we use PBKDF2 function
// with mnemonic sentence (in UTF-8) used as a password and
// string "mnemonic" + passphrase (again in UTF-8) used as a
// salt. Iteration count is set to 4096 and HMAC-SHA512 is
// salt. Iteration count is set to 2048 and HMAC-SHA512 is
// used as a pseudo-random function. Desired length of the
// derived key is 512 bits (= 64 bytes).
//