Crypto++
Public Member Functions | Static Public Member Functions
DL_Algorithm_LUC_HMP Class Reference

_ More...

#include <luc.h>

Inheritance diagram for DL_Algorithm_LUC_HMP:
DL_ElgamalLikeSignatureAlgorithm< Integer >

List of all members.

Public Member Functions

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

Static Public Member Functions

static const char * StaticAlgorithmName ()

Detailed Description

_


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