|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) key options. More...
Inheritance diagram for DL_KeyedSchemeOptions< T1, T2 >:Public Types | |
| 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) key options.
| T1 | algorithm information |
| T2 | keys used in the scheme |