I noticed while setting up a new Mycelium HD wallet, that I'm able to choose 12, 18, or 24 words as backup.
As far as I know from Electrum, 12 words is 128 bits of entropy. Does this mean that in Mycelium, I'm able to decide if my master private key is 128, 192, or 256 bits?
The master private key is always 256 bits. A 12 word backup has 128 bits of entropy.
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawikiRight, I overlooked the part where Electrum seeds are hashed with 100,000 rounds of SHA2, which makes the master public key output 256 bits. Source:
https://bitcointalk.org/index.php?topic=153990.msg1641145#msg1641145It's nice that Mycelium allows me the option to utilize 256 bits of entropy, while keeping it simple at 128 bits by default.