Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
ECHMQV< EC, COFACTOR_OPTION, HASH > Class 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>
class 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.

Definition at line 285 of file eccrypto.h.

Member Typedef Documentation

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 287 of file eccrypto.h.


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