#include <gfpcrypt.h>
Inheritance diagram for DL_Algorithm_NR< T >:

Definition at line 184 of file gfpcrypt.h.
Public Member Functions | |
| void | Sign (const DL_GroupParameters< T > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
| bool | Verify (const DL_GroupParameters< T > ¶ms, const DL_PublicKey< T > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
| virtual Integer | RecoverPresignature (const DL_GroupParameters< T > ¶ms, const DL_PublicKey< T > &publicKey, const Integer &r, const Integer &s) const |
| virtual unsigned int | RLen (const DL_GroupParameters< T > ¶ms) const |
| virtual unsigned int | SLen (const DL_GroupParameters< T > ¶ms) const |
Static Public Member Functions | |
| static const char *__cdecl | StaticAlgorithmName () |
1.4.4