Block Ciphers
A symmetric encryption algorithm that encrypts data in set chunks, with varying chunk sizes.
Common sizes range from 64, 128, and 256 bits of length. Notice something? Something about all of them being powers of 2? You know, $2^6$, $2^7$, and $2^8$?