summaryrefslogtreecommitdiff
path: root/fhmqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-21 02:54:09 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-21 02:54:09 -0400
commit78f44516e7376e35551a538943d9dc1b7791b190 (patch)
tree37cccc61059c040b5121f0604cd10853f6be0cbf /fhmqv.h
parent060ba1a69637547f8e065559c0b8a74aa8131a9e (diff)
downloadcryptopp-git-78f44516e7376e35551a538943d9dc1b7791b190.tar.gz
Finish adding EC prefix to classes which operate over elliptic curves
Diffstat (limited to 'fhmqv.h')
-rw-r--r--fhmqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhmqv.h b/fhmqv.h
index 7a585add..980f6c2f 100644
--- a/fhmqv.h
+++ b/fhmqv.h
@@ -292,7 +292,7 @@ private:
//! \details This implementation follows Augustin P. Sarr and Philippe Elbaz–Vincent, and Jean–Claude Bajard's
//! <a href="http://eprint.iacr.org/2009/408">A Secure and Efficient Authenticated Diffie-Hellman Protocol</a>.
//! Note: this is FHMQV, Protocol 5, from page 11; and not FHMQV-C.
-typedef FHMQV_Domain<DL_GroupParameters_GFP_DefaultSafePrime> FullyHashedMQV;
+typedef FHMQV_Domain<DL_GroupParameters_GFP_DefaultSafePrime> FHMQV;
NAMESPACE_END