This document summarizes a research paper on using ternary content-addressable memory (TCAM) to implement the Aho-Corasick algorithm for multipattern matching. It presents a covered state encoding scheme that reduces the number of TCAM entries needed. By implicitly capturing failure transition information, the covered encoding allows implementing the non-deterministic finite automaton with only the goto transitions, eliminating the need for explicit failure transitions. Evaluation on real intrusion detection rulesets shows the covered encoding approach reduces TCAM memory requirements by up to 24% compared to other schemes.