Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
TF_CryptoSchemeOptions< T1, T2, T3 > Struct Template Reference

Trapdoor Function (TF) scheme options. More...

+ Inheritance diagram for TF_CryptoSchemeOptions< T1, T2, T3 >:

Public Types

typedef T1 AlgorithmInfo
 
typedef T2 Keys
 
typedef Keys::PrivateKey PrivateKey
 
typedef Keys::PublicKey PublicKey
 
typedef T3 MessageEncodingMethod
 

Detailed Description

template<class T1, class T2, class T3>
struct TF_CryptoSchemeOptions< T1, T2, T3 >

Trapdoor Function (TF) scheme options.

Template Parameters
T1algorithm info class
T2keys class with public and private key
T3message encoding class

Definition at line 538 of file pubkey.h.


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