Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Types | List of all members
ECHMQV< EC, COFACTOR_OPTION, HASH > Struct Template Reference

Hashed Elliptic Curve Menezes-Qu-Vanstone. More...

#include <eccrypto.h>

Public Types

typedef HMQV_Domain< DL_GroupParameters_EC< EC >, COFACTOR_OPTION, HASH > Domain
 

Detailed Description

template<class EC, class COFACTOR_OPTION = typename DL_GroupParameters_EC<EC>::DefaultCofactorOption, class HASH = SHA256>
struct ECHMQV< EC, COFACTOR_OPTION, HASH >

Hashed Elliptic Curve Menezes-Qu-Vanstone.

Template Parameters
ECelliptic curve field
COFACTOR_OPTIONcofactor multiplication option

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.

See also
CofactorMultiplicationOption

Definition at line 289 of file eccrypto.h.

Member Typedef Documentation

◆ Domain

template<class EC , class COFACTOR_OPTION = typename DL_GroupParameters_EC<EC>::DefaultCofactorOption, class HASH = SHA256>
typedef HMQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION, HASH> ECHMQV< EC, COFACTOR_OPTION, HASH >::Domain

Definition at line 291 of file eccrypto.h.


The documentation for this struct was generated from the following file: