summaryrefslogtreecommitdiff
path: root/hmqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-21 00:21:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-21 00:21:48 -0400
commit060ba1a69637547f8e065559c0b8a74aa8131a9e (patch)
tree02735fa5a2d69e6f7914bed0032ff72a0bc6226b /hmqv.h
parent9529d197608f1fe30ff42d7282245e6cb8d1d74e (diff)
downloadcryptopp-git-060ba1a69637547f8e065559c0b8a74aa8131a9e.tar.gz
Add EC prefix to classes which operate over elliptic curves
Diffstat (limited to 'hmqv.h')
-rw-r--r--hmqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmqv.h b/hmqv.h
index fd728b84..87866e1b 100644
--- a/hmqv.h
+++ b/hmqv.h
@@ -300,7 +300,7 @@ private:
//! \brief Hashed Menezes-Qu-Vanstone in GF(p)
//! \details This implementation follows Hugo Krawczyk's <a href="http://eprint.iacr.org/2005/176">HMQV: A High-Performance
//! Secure Diffie-Hellman Protocol</a>. Note: this implements HMQV only. HMQV-C with Key Confirmation is not provided.
-typedef HMQV_Domain<DL_GroupParameters_GFP_DefaultSafePrime> HMQV_GFP;
+typedef HMQV_Domain<DL_GroupParameters_GFP_DefaultSafePrime> HMQV;
NAMESPACE_END