Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ECIES< EC, COFACTOR_OPTION, DHAES_MODE > Struct Template Reference

#include <eccrypto.h>

Inheritance diagram for ECIES< EC, COFACTOR_OPTION, DHAES_MODE >:

DL_ES< KEYS, AA, DA, EA, ALG_INFO > List of all members.

Detailed Description

template<class EC, class COFACTOR_OPTION = NoCofactorMultiplication, bool DHAES_MODE = false>
struct ECIES< EC, COFACTOR_OPTION, DHAES_MODE >

Elliptic Curve Integrated Encryption Scheme, AKA ECIES.

Default to (NoCofactorMultiplication and DHAES_MODE = false) for compatibilty with SEC1 and Crypto++ 4.2. The combination of (IncompatibleCofactorMultiplication and DHAES_MODE = true) is recommended for best efficiency and security.

Definition at line 240 of file eccrypto.h.

Public Types

typedef PK_FinalTemplate<
DL_DecryptorImpl< SchemeOptions > > 
Decryptor
 implements PK_Decryptor interface

typedef PK_FinalTemplate<
DL_EncryptorImpl< SchemeOptions > > 
Encryptor
 implements PK_Encryptor interface


Static Public Member Functions

std::string StaticAlgorithmName ()


The documentation for this struct was generated from the following file:
Generated on Sun Mar 14 20:44:35 2004 for Crypto++ by doxygen 1.3.6-20040222