diff options
author | Jeffrey Walton <noloader@gmail.com> | 2017-02-07 08:51:58 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2017-02-07 08:51:58 -0500 |
commit | 2868452193e32156da4d0bc4ffe113daf4e3e121 (patch) | |
tree | c31d382de42ffc9dff626107924445071886aca7 /validate.h | |
parent | 8e088b48654f78cb9bc0643276e1b7e1168e0571 (diff) | |
download | cryptopp-git-2868452193e32156da4d0bc4ffe113daf4e3e121.tar.gz |
Add NIST SP800-90A HMAC_DRBG generator
Move bodies out-of-line
Whitespace
Diffstat (limited to 'validate.h')
-rw-r--r-- | validate.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,7 +8,7 @@ bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
-bool TestNIST_DRBG();
+// bool TestSecRandom();
bool TestAutoSeeded();
bool TestAutoSeededX917();
@@ -94,6 +94,9 @@ bool ValidateECDSA(); bool ValidateECGDSA();
bool ValidateESIGN();
+bool ValidateHashDRBG();
+bool ValidateHmacDRBG();
+
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_IMPORTS)
// http://github.com/weidai11/cryptopp/issues/92
bool TestSecBlock();
|