eax 0.1.0

An implementation of the authenticated encryption with associated data scheme (AEAD) EAX. This scheme is only based on a block cipher. It uses counter mode (CTR) for encryption and CBC mode for generating a OMAC/CMAC/CBCMAC (all names for the same thing).
Documentation

This eax implementation uses a block cipher in counter mode for encryption and the block cipher in CBC mode to generate the OMAC/CMAC/CBCMAC.

EAX is an AEAD (Authenticated Encryption with Associated Data) encryption scheme.