summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-13 11:31:18 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-13 11:31:18 -0500
commit00f9c1f0eb1573366bb16f0bfed4fbbc6906afd1 (patch)
treec2b73a5f2976c514d743148db752d2d68b9694cb /validate.h
parent2e440959b1e8a9d215d73631eb479a39d0d1a3f0 (diff)
downloadcryptopp-git-00f9c1f0eb1573366bb16f0bfed4fbbc6906afd1.tar.gz
Enable extended output in SHAKE-128 and SHAKE-256 (GH #805, PR #806)
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index d4c35d2c..37ab53d5 100644
--- a/validate.h
+++ b/validate.h
@@ -52,6 +52,10 @@ bool ValidateMD4();
bool ValidateMD5();
bool ValidateSHA();
bool ValidateSHA2();
+bool ValidateSHA3();
+bool ValidateSHAKE(); // output <= r, where r is blocksize
+bool ValidateSHAKE_XOF(); // output > r, needs hand crafted tests
+bool ValidateKeccak();
bool ValidateTiger();
bool ValidateRIPEMD();
bool ValidatePanama();