Const-ify Nb, Nk, Nr
authorIra W. Snyder <devel@irasnyder.com>
Mon, 22 Oct 2007 17:46:26 +0000 (10:46 -0700)
committerIra W. Snyder <devel@irasnyder.com>
Mon, 22 Oct 2007 17:46:26 +0000 (10:46 -0700)
commitf06d505218bd3f8c05e9c64f0705bfa3066f665c
treef9c3ed95f4dac33500d4e8a55f95b1430dc3bcc2
parent4bfbc559f6d8e186f8b95b48ae9603ee32dbb17d
Const-ify Nb, Nk, Nr

This nets a little bit (~1.5%) of performance and makes all of the routines
a little more safe by making sure that class constants cannot be changed
except in the constructor.

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