Fabcoin Core
0.16.2
P2P Digital Currency
|
Discrete Log (DL) signature scheme options. More...
#include <pubkey.h>
Public Types | |
typedef T3 | SignatureAlgorithm |
typedef T4 | MessageEncodingMethod |
typedef T5 | HashFunction |
Public Types inherited from DL_KeyedSchemeOptions< T1, T2 > | |
typedef T2 | Keys |
typedef Keys::PrivateKey | PrivateKey |
typedef Keys::PublicKey | PublicKey |
Public Types inherited from DL_SchemeOptionsBase< T1, T2::PublicKey::GroupParameters > | |
typedef T1 | AlgorithmInfo |
typedef T2 | GroupParameters |
typedef GroupParameters::Element | Element |
Discrete Log (DL) signature scheme options.
T1 | algorithm information |
T2 | keys used in the scheme |
T3 | signature algorithm |
T4 | message encoding method |
T5 | hash function |
typedef T5 DL_SignatureSchemeOptions< T1, T2, T3, T4, T5 >::HashFunction |
typedef T4 DL_SignatureSchemeOptions< T1, T2, T3, T4, T5 >::MessageEncodingMethod |
typedef T3 DL_SignatureSchemeOptions< T1, T2, T3, T4, T5 >::SignatureAlgorithm |