summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-05-04 15:31:46 +0000
committerweidai <weidai11@users.noreply.github.com>2007-05-04 15:31:46 +0000
commit7a18924f0251b10616047f1e1d164453b3928978 (patch)
tree50f99e0d0d7c668de5f22196ac523040ddf92491 /fipsalgt.cpp
parenta786529072f702b178da80094c6db48e06c8139f (diff)
downloadcryptopp-git-7a18924f0251b10616047f1e1d164453b3928978.tar.gz
change default FIPS RNG to use AES instead of DES_EDE
Diffstat (limited to 'fipsalgt.cpp')
-rw-r--r--fipsalgt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fipsalgt.cpp b/fipsalgt.cpp
index 79d77857..92c254fd 100644
--- a/fipsalgt.cpp
+++ b/fipsalgt.cpp
@@ -1200,7 +1200,7 @@ protected:
Map2 m_data2;
int m_count;
- AutoSeededX917RNG<DES_EDE3> m_rng;
+ AutoSeededX917RNG<AES> m_rng;
std::vector<unsigned int> m_compactString;
};