|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Inheritance diagram for DL_Algorithm_ECDSA< EC >:Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
Static Public Member Functions inherited from DL_Algorithm_GDSA< EC::Point > | |
| static const char * | StaticAlgorithmName () |
Additional Inherited Members | |
Public Member Functions inherited from DL_Algorithm_GDSA< EC::Point > | |
| void | Sign (const DL_GroupParameters< EC::Point > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
| bool | Verify (const DL_GroupParameters< EC::Point > ¶ms, 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 Integer | RecoverPresignature (const DL_GroupParameters< EC::Point > ¶ms, const DL_PublicKey< EC::Point > &publicKey, const Integer &r, const Integer &s) const |
| virtual size_t | RLen (const DL_GroupParameters< EC::Point > ¶ms) const |
| virtual size_t | SLen (const DL_GroupParameters< EC::Point > ¶ms) const |
ECDSA algorithm.
Definition at line 284 of file eccrypto.h.
1.8.13