Update comments in aes.hpp optimized
authorIra W. Snyder <devel@irasnyder.com>
Sat, 3 Nov 2007 23:47:50 +0000 (16:47 -0700)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 3 Nov 2007 23:47:50 +0000 (16:47 -0700)
commitbde78677de357f04fd8bb6eac29a51433aa8a616
tree88956adcc28448a3a120b5b6a2881ab8cef0cfbc
parent6ff9ea8f3eec811b821ea30283bf195f2dfc5595
Update comments in aes.hpp

This removes some redundant information from the comments in the aes.hpp
header file. Any C++ user should know that class constants can be set by
the constructor only, and then never again at runtime.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
aes.hpp