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