Closed cpacia closed 6 years ago
This makes the generated seed have half as many bits. I assume you changed that so that the mnemonic will be 12 words instead of 24?
I think defaulting to 256 bits would be better, but other than that this change looks correct.
I've always used 128 in the past just because it's shorter. 128 should still be well out of brute force range.
This makes the generated seed have half as many bits. I assume you changed that so that the mnemonic will be 12 words instead of 24?
I think defaulting to 256 bits would be better, but other than that this change looks correct.