Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) signature scheme. More...
Public Types | |
typedef PK_FinalTemplate< DL_SignerImpl< SchemeOptions > > | Signer |
implements PK_Signer interface | |
typedef PK_FinalTemplate< DL_VerifierImpl< SchemeOptions > > | Verifier |
implements PK_Verifier interface | |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
Discrete Log (DL) signature scheme.
KEYS | keys used in the signature scheme |
SA | signature algorithm |
MEM | message encoding method |
H | hash function |
ALG_INFO | algorithm information |