Crypto++
|
#include <eccrypto.h>
Public Member Functions | |
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 |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
ECDSA algorithm.