Fabcoin Core
0.16.2
P2P Digital Currency
|
LUC HMP signature algorithm. More...
#include <luc.h>
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
virtual | ~DL_Algorithm_LUC_HMP () |
void | Sign (const DL_GroupParameters< Integer > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
bool | Verify (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
size_t | RLen (const DL_GroupParameters< Integer > ¶ms) const |
Public Member Functions inherited from DL_ElgamalLikeSignatureAlgorithm< Integer > | |
virtual | ~DL_ElgamalLikeSignatureAlgorithm () |
virtual Integer | RecoverPresignature (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &r, const Integer &s) const |
virtual size_t | SLen (const DL_GroupParameters< Integer > ¶ms) const |
virtual bool | IsDeterministic () const |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from DL_ElgamalLikeSignatureAlgorithm< Integer >.
Definition at line 265 of file luc.h.
|
virtual |
Implements DL_ElgamalLikeSignatureAlgorithm< Integer >.
Definition at line 22 of file luc.cpp.
|
inline |
|
virtual |
Implements DL_ElgamalLikeSignatureAlgorithm< Integer >.
Definition at line 29 of file luc.cpp.