Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
DL_Algorithm_LUC_HMP Class Reference

LUC HMP signature algorithm. More...

#include <luc.h>

Inheritance diagram for DL_Algorithm_LUC_HMP:
[legend]
Collaboration diagram for DL_Algorithm_LUC_HMP:
[legend]

Public Member Functions

CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
virtual ~DL_Algorithm_LUC_HMP ()
 
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
 
- Public Member Functions inherited from DL_ElgamalLikeSignatureAlgorithm< Integer >
virtual ~DL_ElgamalLikeSignatureAlgorithm ()
 
virtual Integer RecoverPresignature (const DL_GroupParameters< Integer > &params, const DL_PublicKey< Integer > &publicKey, const Integer &r, const Integer &s) const
 
virtual size_t SLen (const DL_GroupParameters< Integer > &params) const
 
virtual bool IsDeterministic () const
 

Detailed Description

LUC HMP signature algorithm.

Definition at line 255 of file luc.h.

Constructor & Destructor Documentation

virtual DL_Algorithm_LUC_HMP::~DL_Algorithm_LUC_HMP ( )
inlinevirtual

Definition at line 260 of file luc.h.

Member Function Documentation

size_t DL_Algorithm_LUC_HMP::RLen ( const DL_GroupParameters< Integer > &  params) const
inlinevirtual

Reimplemented from DL_ElgamalLikeSignatureAlgorithm< Integer >.

Definition at line 265 of file luc.h.

Here is the call graph for this function:

void DL_Algorithm_LUC_HMP::Sign ( const DL_GroupParameters< Integer > &  params,
const Integer x,
const Integer k,
const Integer e,
Integer r,
Integer s 
) const
virtual

Implements DL_ElgamalLikeSignatureAlgorithm< Integer >.

Definition at line 22 of file luc.cpp.

Here is the call graph for this function:

CRYPTOPP_STATIC_CONSTEXPR const char* DL_Algorithm_LUC_HMP::StaticAlgorithmName ( )
inline

Definition at line 258 of file luc.h.

bool DL_Algorithm_LUC_HMP::Verify ( const DL_GroupParameters< Integer > &  params,
const DL_PublicKey< Integer > &  publicKey,
const Integer e,
const Integer r,
const Integer s 
) const
virtual

Implements DL_ElgamalLikeSignatureAlgorithm< Integer >.

Definition at line 29 of file luc.cpp.

Here is the call graph for this function:


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