From 060ba1a69637547f8e065559c0b8a74aa8131a9e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 21 Jul 2016 00:21:48 -0400 Subject: Add EC prefix to classes which operate over elliptic curves --- hmqv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hmqv.h') 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 HMQV: A High-Performance //! Secure Diffie-Hellman Protocol. Note: this implements HMQV only. HMQV-C with Key Confirmation is not provided. -typedef HMQV_Domain HMQV_GFP; +typedef HMQV_Domain HMQV; NAMESPACE_END -- cgit v1.2.1