Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
_ More...
Public Member Functions | |
void | Sign (const DL_GroupParameters< Integer > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
bool | Verify (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
size_t | RLen (const DL_GroupParameters< Integer > ¶ms) const |
virtual Integer | RecoverPresignature (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &r, const Integer &s) const |
virtual size_t | SLen (const DL_GroupParameters< Integer > ¶ms) const |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |