The document summarizes the Advanced Encryption Standard (AES) cipher. It describes AES's origins as a replacement for DES, outlines the structure and steps of AES including substitution bytes, shift rows, mix columns, and add round key. It also covers AES's key expansion process and notes AES can be efficiently implemented using table lookups and operations on 32-bit words.