input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

Number of pbkdf2 rounds for BIP39 #743

Closed heri16 closed 3 years ago

heri16 commented 5 years ago

Number of iterations of pbkdf2 for bip39 is 4096 instead of Bitcoin's recommended 2048?

https://github.com/input-output-hk/rust-cardano/blob/53d5e5fb8981523c124d2d1ebc2845bc6bdacfa8/cardano/src/wallet/keygen.rs#L14