Validate a mnemonic word list
static bool validateMnemonic(List<String> words) { return bip39.validateMnemonic(words.join(' ')); }