summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-11 16:17:56 -0500
committerGitHub <noreply@github.com>2018-12-11 16:17:56 -0500
commit77923a291a5c993cca5c11c9b7dc00891d88bd8e (patch)
treeed0ed532c9632b35322ca67ba858eff54c8074a3 /validate.h
parentc1681148a248c21881511b620106dd7e4386d41e (diff)
downloadcryptopp-git-77923a291a5c993cca5c11c9b7dc00891d88bd8e.tar.gz
Add Langley's curve25519 (GH #761, PR# 762)
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 f41b0a00..c182d52a 100644
--- a/validate.h
+++ b/validate.h
@@ -109,6 +109,7 @@ bool ValidateCMAC();
bool ValidateBBS();
bool ValidateDH();
+bool ValidateX25519();
bool ValidateMQV();
bool ValidateHMQV();
bool ValidateFHMQV();
@@ -160,6 +161,7 @@ bool TestStringSink();
// Additional tests due to no coverage
bool TestCompressors();
bool TestEncryptors();
+bool TestCurve25519();
bool TestMersenne();
bool TestSharing();
# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)