mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
MnemonicCode: fix comment about iteration count
This commit is contained in:
parent
3ef7a4d853
commit
0d57e1ece1
@ -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…
Reference in New Issue
Block a user