Crypto++ 8.7
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...

#include <pubkey.h>

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

Public Types

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

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.

Member Typedef Documentation

◆ Decryptor

template<class KEYS , class AA , class DA , class EA , class ALG_INFO >
typedef PK_FinalTemplate<DL_DecryptorImpl<SchemeOptions> > DL_ES< KEYS, AA, DA, EA, ALG_INFO >::Decryptor

implements PK_Decryptor interface

Definition at line 2367 of file pubkey.h.

◆ Encryptor

template<class KEYS , class AA , class DA , class EA , class ALG_INFO >
typedef PK_FinalTemplate<DL_EncryptorImpl<SchemeOptions> > DL_ES< KEYS, AA, DA, EA, ALG_INFO >::Encryptor

implements PK_Encryptor interface

Definition at line 2369 of file pubkey.h.


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