summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorUri Blumenthal <uri@ll.mit.edu>2016-07-01 14:19:41 -0400
committerUri Blumenthal <uri@ll.mit.edu>2016-07-01 14:30:43 -0400
commitec350995893b8388631c023d8884f22c94c212ad (patch)
treeae3356d69a8903e3b5745c3a69a9ffcc962f97e1 /validate.h
parent20c3e1a5ef708f7a0b8f28b67053f5b8587b2bfb (diff)
downloadcryptopp-git-ec350995893b8388631c023d8884f22c94c212ad.tar.gz
Add HMQV implementation (and merge the old FHMQV into the new codebase)
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index 6c0c4793..0a388308 100644
--- a/validate.h
+++ b/validate.h
@@ -71,6 +71,8 @@ bool ValidateCMAC();
bool ValidateBBS();
bool ValidateDH();
bool ValidateMQV();
+bool ValidateHMQV();
+bool ValidateFHMQV();
bool ValidateRSA();
bool ValidateElGamal();
bool ValidateDLIES();