#include <pubkey.h>
Inheritance diagram for DL_ElgamalLikeSignatureAlgorithm< T >:

Definition at line 900 of file pubkey.h.
Public Member Functions | |
| virtual void | Sign (const DL_GroupParameters< T > ¶ms, const Integer &privateKey, const Integer &k, const Integer &e, Integer &r, Integer &s) const=0 |
| virtual bool | Verify (const DL_GroupParameters< T > ¶ms, const DL_PublicKey< T > &publicKey, const Integer &e, const Integer &r, const Integer &s) const =0 |
| virtual Integer | RecoverPresignature (const DL_GroupParameters< T > ¶ms, const DL_PublicKey< T > &publicKey, const Integer &r, const Integer &s) const |
| virtual size_t | RLen (const DL_GroupParameters< T > ¶ms) const |
| virtual size_t | SLen (const DL_GroupParameters< T > ¶ms) const |
1.5.1-p1