dfinity / keysmith

Hierarchical Deterministic Key Derivation for the Internet Computer
MIT License
45 stars 22 forks source link

support for 24 word seed phrases #27

Closed jancamenisch closed 2 years ago

jancamenisch commented 2 years ago

Would love to have that, thanks!

enzoh commented 2 years ago

Thanks @jancamenisch, I just released v1.6.2, which should resolve this issue. The generate command now allows a user to specify the bits of entropy using -b. Valid values are 128, 160, 192, 224, 256 for 12-, 15-, 18-, 21-, and 24-word seed phrases, respectively. 128 bits is still the default behavior.