summaryrefslogtreecommitdiff
path: root/fhmqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-08 14:30:01 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-08 14:30:01 -0400
commit1c2c91945b2cb9bdbb03e689bca3c5cf2293e012 (patch)
tree03c975a9d55397a118c149da5695bac7444404bb /fhmqv.h
parent64281d26f73412fb4e7881cce6f7af35a42a2932 (diff)
downloadcryptopp-git-1c2c91945b2cb9bdbb03e689bca3c5cf2293e012.tar.gz
Updated documentation
Diffstat (limited to 'fhmqv.h')
-rw-r--r--fhmqv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fhmqv.h b/fhmqv.h
index 980f6c2f..6a527b70 100644
--- a/fhmqv.h
+++ b/fhmqv.h
@@ -17,6 +17,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \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.
+//! \sa MQV, HMQV, FHMQV, and AuthenticatedKeyAgreementDomain
template <class GROUP_PARAMETERS, class COFACTOR_OPTION = CPP_TYPENAME GROUP_PARAMETERS::DefaultCofactorOption, class HASH = SHA512>
class FHMQV_Domain : public AuthenticatedKeyAgreementDomain
{
@@ -292,6 +293,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.
+//! \sa FHMQV, MQV_Domain, HMQV_Domain, AuthenticatedKeyAgreementDomain
typedef FHMQV_Domain<DL_GroupParameters_GFP_DefaultSafePrime> FHMQV;
NAMESPACE_END