DL_ElgamalLikeSignatureAlgorithm< T > Class Template Reference

interface for Elgamal-like signature algorithms More...

#include <pubkey.h>

Inheritance diagram for DL_ElgamalLikeSignatureAlgorithm< T >:

DL_Algorithm_GDSA< T > DL_Algorithm_GDSA< EC::Point > DL_Algorithm_NR< T > DL_Algorithm_NR< EC::Point > DL_Algorithm_ECDSA< EC > DL_Algorithm_ECNR< EC >

List of all members.

Public Member Functions

virtual void Sign (const DL_GroupParameters< T > &params, const Integer &privateKey, const Integer &k, const Integer &e, Integer &r, Integer &s) const =0
virtual bool Verify (const DL_GroupParameters< T > &params, const DL_PublicKey< T > &publicKey, const Integer &e, const Integer &r, const Integer &s) const =0
virtual Integer RecoverPresignature (const DL_GroupParameters< T > &params, const DL_PublicKey< T > &publicKey, const Integer &r, const Integer &s) const
virtual size_t RLen (const DL_GroupParameters< T > &params) const
virtual size_t SLen (const DL_GroupParameters< T > &params) const


Detailed Description

template<class T>
class DL_ElgamalLikeSignatureAlgorithm< T >

interface for Elgamal-like signature algorithms

Definition at line 900 of file pubkey.h.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 02:45:00 2008 for Crypto++ by  doxygen 1.5.7.1