Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Trapdoor Function (TF) scheme options. More...
#include <pubkey.h>
Public Types | |
typedef T1 | AlgorithmInfo |
typedef T2 | Keys |
typedef Keys::PrivateKey | PrivateKey |
typedef Keys::PublicKey | PublicKey |
typedef T3 | MessageEncodingMethod |
Trapdoor Function (TF) scheme options.
T1 | algorithm info class |
T2 | keys class with public and private key |
T3 | message encoding class |
typedef T1 TF_CryptoSchemeOptions< T1, T2, T3 >::AlgorithmInfo |
typedef T2 TF_CryptoSchemeOptions< T1, T2, T3 >::Keys |
typedef Keys::PrivateKey TF_CryptoSchemeOptions< T1, T2, T3 >::PrivateKey |
typedef Keys::PublicKey TF_CryptoSchemeOptions< T1, T2, T3 >::PublicKey |
typedef T3 TF_CryptoSchemeOptions< T1, T2, T3 >::MessageEncodingMethod |