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

Elliptic Curve Diffie-Hellman. More...

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>
struct ECDH< EC, COFACTOR_OPTION >

Elliptic Curve Diffie-Hellman.

Template Parameters
ECelliptic curve field
COFACTOR_OPTIONcofactor multiplication option
See also
CofactorMultiplicationOption, Elliptic Curve Diffie-Hellman, AKA ECDH
Since
Crypto++ 3.0

Definition at line 267 of file eccrypto.h.


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