Readme.txt - About CryptDisk

cdui.cpp - User Interface
cryptdisk.c - User-mode interface to system driver & crypto functions
cdservice - Windows Service control functions
aes.c - AES by Dr B. R. Gladman
sha256.c - SHA-256 by Christophe Devine

Naming conventions: I have attempted to follow standard naming conventions based
on the relevant environment, either Windows SDK or DDK, however in cases where I
have adapted code from other authors, I do not reformat all code but instead follow
their naming system.

