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

Elliptic Curve Diffie-Hellman. More...

#include <eccrypto.h>

Public Types

typedef DH_Domain< DL_GroupParameters_EC< EC >, COFACTOR_OPTION > Domain
 

Detailed Description

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

Elliptic Curve Diffie-Hellman.

Template Parameters
ECelliptic curve field
COFACTOR_OPTIONcofactor multiplication option
See also
Elliptic Curve Diffie-Hellman, AKA ECDH

Definition at line 262 of file eccrypto.h.

Member Typedef Documentation

template<class EC, class COFACTOR_OPTION = typename DL_GroupParameters_EC<EC>::DefaultCofactorOption>
typedef DH_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION> ECDH< EC, COFACTOR_OPTION >::Domain

Definition at line 264 of file eccrypto.h.


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