Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Elliptic Curve NR (ECNR) signature algorithm. More...
#include <eccrypto.h>
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
Static Public Member Functions inherited from DL_Algorithm_NR< EC::Point > | |
static const char * | StaticAlgorithmName () |
Additional Inherited Members | |
Public Member Functions inherited from DL_Algorithm_NR< EC::Point > | |
void | Sign (const DL_GroupParameters< EC::Point > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
Sign a message using a private key. More... | |
bool | Verify (const DL_GroupParameters< EC::Point > ¶ms, const DL_PublicKey< EC::Point > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
Verify a message using a public key. More... | |
Public Member Functions inherited from DL_ElgamalLikeSignatureAlgorithm< EC::Point > | |
virtual void | Sign (const DL_GroupParameters< EC::Point > ¶ms, const Integer &privateKey, const Integer &k, const Integer &e, Integer &r, Integer &s) const=0 |
Sign a message using a private key. More... | |
virtual bool | Verify (const DL_GroupParameters< EC::Point > ¶ms, const DL_PublicKey< EC::Point > &publicKey, const Integer &e, const Integer &r, const Integer &s) const=0 |
Verify a message using a public key. More... | |
virtual Integer | RecoverPresignature (const DL_GroupParameters< EC::Point > ¶ms, const DL_PublicKey< EC::Point > &publicKey, const Integer &r, const Integer &s) const |
Recover a Presignature. More... | |
virtual size_t | RLen (const DL_GroupParameters< EC::Point > ¶ms) const |
Retrieve R length. More... | |
virtual size_t | SLen (const DL_GroupParameters< EC::Point > ¶ms) const |
Retrieve S length. More... | |
virtual bool | IsDeterministic () const |
Signature scheme flag. More... | |
Elliptic Curve NR (ECNR) signature algorithm.
EC | elliptic curve field |
Definition at line 365 of file eccrypto.h.
|
inlinestatic |
Definition at line 368 of file eccrypto.h.