diff options
author | lloyd <[email protected]> | 2008-06-07 16:56:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-07 16:56:21 +0000 |
commit | 0875f4f0d1f16814b784a4ac08f4d631890b3d6e (patch) | |
tree | 16d04004d253f4d6408e9221dd4bc39d47841067 /checks/validate.cpp | |
parent | b0c6cb743534d68ec1af45dc5104da4bf152173d (diff) |
Add a full set of tests for the ANSI X9.31 PRNG, using data taken
from the NIST CAVS dataset, taken on June 7 2008 from
http://csrc.nist.gov/groups/STM/cavp/standards.html
AES-128, AES-192, AES-256, and 2 and 3-key TripleDES variants are
all tested.
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 269b353a4..d6ad90cc2 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -11,7 +11,7 @@ #include <botan/filters.h> #include <botan/exceptn.h> #include <botan/libstate.h> -using namespace Botan_types; +using namespace Botan; #define EXTRA_TESTS 0 #define DEBUG 0 |