DL_Algorithm_NR< T > Class Template Reference

#include <gfpcrypt.h>

Inheritance diagram for DL_Algorithm_NR< T >:

DL_ElgamalLikeSignatureAlgorithm< T > List of all members.

Detailed Description

template<class T>
class DL_Algorithm_NR< T >

NR algorithm.

Definition at line 184 of file gfpcrypt.h.

Public Member Functions

void Sign (const DL_GroupParameters< T > &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const
bool Verify (const DL_GroupParameters< T > &params, const DL_PublicKey< T > &publicKey, const Integer &e, const Integer &r, const Integer &s) const
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

Static Public Member Functions

static const char *__cdecl StaticAlgorithmName ()


The documentation for this class was generated from the following file:
Generated on Sat Dec 23 02:07:19 2006 for Crypto++ by  doxygen 1.5.1-p1