#include <eccrypto.h>
Inheritance diagram for DL_Algorithm_ECNR< EC >:

Definition at line 221 of file eccrypto.h.
Public Member Functions | |
| 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 |
| 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 |
Static Public Member Functions | |
| static const char *__cdecl | StaticAlgorithmName () |
1.5.1-p1