mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
MnemonicCode: fix comment about iteration count
This commit is contained in:
parent
3ef7a4d853
commit
0d57e1ece1
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue