The word seed is used for different things which leads to confusion for new users:
- The entropy that is passed to
mnemonic-new is called seed.
- It is used for the value that is more commonly called seed, e.g. derived via
mnemonic-to-seed which might get a password and thus is not the same as the seed above.
I propose to adjust the documentation for the former and call the input to mnemonic-new not SEED but entropy.
The word
seedis used for different things which leads to confusion for new users:mnemonic-newis calledseed.mnemonic-to-seedwhich might get a password and thus is not the same as the seed above.I propose to adjust the documentation for the former and call the input to
mnemonic-newnotSEEDbutentropy.