Encodes the given entropy bytes into a mnemonic phrase using the encoder.
Mnemonic fromEntropy(List<int> entropyBytes) { return _mnemonicEncoder.encode(entropyBytes); }