Validate a specific menmonic word
static bool isValidWord(String word) { return WORDLIST.contains(word); }