Refresh your browser. The example was just updated.
> Is there a master include file I can include so that I can compile that code?
Typically you include cryptlib.h for the various interfaces. Then you
include specific headers, like rijndael.h for AES, modes.h for a mode
like CBC, hex.h for hex encoding, filters.h for
StreamTransformationFilter.
Jeff