template<class KEYS, class SA, class MEM, class H, class ALG_INFO = DL_SS<KEYS, SA, MEM, H, int>>
class DL_SS< KEYS, SA, MEM, H, ALG_INFO >
Discrete Log (DL) signature scheme.
- Template Parameters
-
| KEYS | keys used in the signature scheme |
| SA | signature algorithm |
| MEM | message encoding method |
| H | hash function |
| ALG_INFO | algorithm information |
Definition at line 2341 of file pubkey.h.
template<class KEYS , class SA , class MEM , class H , class ALG_INFO = DL_SS<KEYS, SA, MEM, H, int>>
| static std::string DL_SS< KEYS, SA, MEM, H, ALG_INFO >::StaticAlgorithmName |
( |
| ) |
|
|
inlinestatic |