#include <luc.h>
Inheritance diagram for DL_Algorithm_LUC_HMP:

Definition at line 176 of file luc.h.
Public Member Functions | |
| Integer | EncodeDigest (unsigned int modulusBits, const byte *digest, unsigned int digestLen) const |
| bool | Sign (const DL_GroupParameters< Integer > ¶ms, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const |
| bool | Verify (const DL_GroupParameters< Integer > ¶ms, const DL_PublicKey< Integer > &publicKey, const Integer &e, const Integer &r, const Integer &s) const |
| unsigned int | RLen (const DL_GroupParameters< Integer > ¶ms) const |
| virtual unsigned int | SLen (const DL_GroupParameters< Integer > ¶ms) const |
Static Public Member Functions | |
| const char * | StaticAlgorithmName () |
1.3.2