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

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

#include <eccrypto.h>

Public Types

typedef MQV_Domain< DL_GroupParameters_EC< EC >, COFACTOR_OPTION > Domain
 

Detailed Description

template<class EC, class COFACTOR_OPTION = typename DL_GroupParameters_EC<EC>::DefaultCofactorOption>
class ECMQV< EC, COFACTOR_OPTION >

Elliptic Curve Menezes-Qu-Vanstone.

Template Parameters
ECelliptic curve field
COFACTOR_OPTIONcofactor multiplication option
See also
Elliptic Curve Menezes-Qu-Vanstone, AKA ECMQV

Definition at line 273 of file eccrypto.h.

Member Typedef Documentation

template<class EC, class COFACTOR_OPTION = typename DL_GroupParameters_EC<EC>::DefaultCofactorOption>
typedef MQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION> ECMQV< EC, COFACTOR_OPTION >::Domain

Definition at line 275 of file eccrypto.h.


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