crypto.c, crypto.h:
  cryptographic framework which provides routines to schedule keys,
  encrypt buffers, generate keys, etc.

example.c:
  example program using crypto.c and crypto.h; ignore it.

rijndael/:
  Rijmen, et. al.'s optimized ANSI C implementation of Rijndael (AES).