So it seems rust-cardano follows the BIP39 standard of generating a seed with a password, whereas cardano-sl doesn’t so they use a faster hash function (blake2b) instead of PBKDF2.
Why would you want a faster hash function? Wouldn’t you want a SLOW hash function for this? LOL. I get what they are saying in that post about “pointless” but still, not really a selling point.
Right, Yoroi and Daedalus mnemonics are incompatible. Yoroi is 15 words and Daedalus is 12 words.
Why would you want a faster hash function? Wouldn’t you want a SLOW hash function for this?
Yeah as they said in the second link, slower hash functions were used to prevent fast brute forcing, since user provided passwords could be bad entropy, but since Daedalus doesn’t generate a seed with a password they used something faster just because they could I guess?