Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <gfpcrypt.h>
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API | StaticAlgorithmName () |
virtual | ~DL_Algorithm_GDSA () |
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 |
Public Member Functions inherited from DL_ElgamalLikeSignatureAlgorithm< T > | |
virtual | ~DL_ElgamalLikeSignatureAlgorithm () |
virtual Integer | RecoverPresignature (const DL_GroupParameters< T > ¶ms, const DL_PublicKey< T > &publicKey, const Integer &r, const Integer &s) const |
virtual size_t | RLen (const DL_GroupParameters< T > ¶ms) const |
virtual size_t | SLen (const DL_GroupParameters< T > ¶ms) const |
virtual bool | IsDeterministic () const |
GDSA algorithm.
T | FieldElement type or class |
Definition at line 198 of file gfpcrypt.h.
|
inlinevirtual |
Definition at line 203 of file gfpcrypt.h.
|
inlinevirtual |
Implements DL_ElgamalLikeSignatureAlgorithm< T >.
Definition at line 205 of file gfpcrypt.h.
|
inline |
Definition at line 201 of file gfpcrypt.h.
|
inlinevirtual |
Implements DL_ElgamalLikeSignatureAlgorithm< T >.
Definition at line 214 of file gfpcrypt.h.