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