Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
ECFHMQV< EC, COFACTOR_OPTION, HASH > Class Template Reference

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

#include <eccrypto.h>

Public Types

typedef FHMQV_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 ECFHMQV< EC, COFACTOR_OPTION, HASH >

Fully Hashed Elliptic Curve Menezes-Qu-Vanstone.

Template Parameters
ECelliptic curve field
COFACTOR_OPTIONcofactor multiplication option

This implementation follows Augustin P. Sarr and Philippe Elbaz–Vincent, and Jean–Claude Bajard's A Secure and Efficient Authenticated Diffie-Hellman Protocol. Note: this is FHMQV, Protocol 5, from page 11; and not FHMQV-C.

Definition at line 303 of file eccrypto.h.

Member Typedef Documentation

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

Definition at line 305 of file eccrypto.h.


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