Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
DL_Algorithm_ECGDSA_ISO15946< EC > Class Template Reference

Elliptic Curve German DSA signature algorithm. More...

#include <eccrypto.h>

Inheritance diagram for DL_Algorithm_ECGDSA_ISO15946< EC >:
[legend]
Collaboration diagram for DL_Algorithm_ECGDSA_ISO15946< EC >:
[legend]

Public Member Functions

CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API StaticAlgorithmName ()
 
- Public Member Functions inherited from DL_Algorithm_GDSA_ISO15946< EC::Point >
CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API StaticAlgorithmName ()
 
virtual ~DL_Algorithm_GDSA_ISO15946 ()
 
void Sign (const DL_GroupParameters< EC::Point > &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const
 
bool Verify (const DL_GroupParameters< EC::Point > &params, const DL_PublicKey< EC::Point > &publicKey, const Integer &e, const Integer &r, const Integer &s) const
 
- Public Member Functions inherited from DL_ElgamalLikeSignatureAlgorithm< EC::Point >
virtual ~DL_ElgamalLikeSignatureAlgorithm ()
 
virtual Integer RecoverPresignature (const DL_GroupParameters< EC::Point > &params, const DL_PublicKey< EC::Point > &publicKey, const Integer &r, const Integer &s) const
 
virtual size_t RLen (const DL_GroupParameters< EC::Point > &params) const
 
virtual size_t SLen (const DL_GroupParameters< EC::Point > &params) const
 
virtual bool IsDeterministic () const
 

Detailed Description

template<class EC>
class DL_Algorithm_ECGDSA_ISO15946< EC >

Elliptic Curve German DSA signature algorithm.

Template Parameters
ECelliptic curve field
See also
ECGDSA_ISO15946
Since
Crypto++ 5.7

Definition at line 558 of file eccrypto.h.

Member Function Documentation

template<class EC >
CRYPTOPP_STATIC_CONSTEXPR const char* CRYPTOPP_API DL_Algorithm_ECGDSA_ISO15946< EC >::StaticAlgorithmName ( )
inline

Definition at line 561 of file eccrypto.h.


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