Public Methods |
| | LUCELG_DigestSigner (const Integer &p,const Integer &q,const Integer &g,const Integer &y,const Integer &x) |
| | LUCELG_DigestSigner (RandomNumberGenerator &rng,unsigned int pbits) |
| | LUCELG_DigestSigner (RandomNumberGenerator &rng,const Integer &p,const Integer &q,const Integer &g) |
| | LUCELG_DigestSigner (BufferedTransformation &bt) |
| void | DEREncode (BufferedTransformation &bt)const |
| void | SignDigest (RandomNumberGenerator &rng,const byte *digest,unsigned int digestLen,byte *signature)const |
Protected Methods |
| void | RawSign (RandomNumberGenerator &rng,const Integer &m,Integer &a,Integer &b)const |
Protected Attributes |
| Integer | x |