|
void | Sign (const DL_GroupParameters< Integer > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
| Sign a message using a private key.
|
|
bool | Verify (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
| Verify a message using a public key.
|
|
size_t | RLen (const DL_GroupParameters< Integer > ¶ms) const |
| Retrieve R length.
|
|
virtual Integer | RecoverPresignature (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &r, const Integer &s) const |
| Recover a Presignature.
|
|
virtual size_t | SLen (const DL_GroupParameters< Integer > ¶ms) const |
| Retrieve S length.
|
|
virtual bool | IsDeterministic () const |
| Signature scheme flag.
|
|
LUC HMP signature algorithm.
- Since
- Crypto++ 2.1
Definition at line 265 of file luc.h.