Converts entropy (a byte array) into a BIP-39 mnemonic word list.
If the entropy size is invalid or the conversion fails.
The entropy bytes. Must be 16, 20, 24, 28, or 32 bytes in length.
An array of mnemonic words.
Converts entropy (a byte array) into a BIP-39 mnemonic word list.
Throws
If the entropy size is invalid or the conversion fails.