Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
DL_ES< KEYS, AA, DA, EA, ALG_INFO > Class Template Reference

Discrete Log (DL) encryption scheme. More...

+ Inheritance diagram for DL_ES< KEYS, AA, DA, EA, ALG_INFO >:

Public Types

typedef PK_FinalTemplate< DL_DecryptorImpl< SchemeOptions > > Decryptor
 implements PK_Decryptor interface
 
typedef PK_FinalTemplate< DL_EncryptorImpl< SchemeOptions > > Encryptor
 implements PK_Encryptor interface
 

Detailed Description

template<class KEYS, class AA, class DA, class EA, class ALG_INFO>
class DL_ES< KEYS, AA, DA, EA, ALG_INFO >

Discrete Log (DL) encryption scheme.

Template Parameters
KEYSkeys used in the encryption scheme
AAkey agreement algorithm
DAkey derivation algorithm
EAencryption algorithm
ALG_INFOalgorithm information

Definition at line 2361 of file pubkey.h.


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