#include <ElGamal.h>
Public Methods | |||
| ElGamalKeyPairGenerator (long numBits) | |||
| |||
| void | operator() (ElGamalPublicKey *&pubKey, ElGamalPrivateKey *&privKey, BIGNUM *p=0, BIGNUM *g=0) | ||
Definition at line 451 of file ElGamal.h.
|
||||||||||||||||||||
|
Definition at line 27 of file ElGamalKeyPairGenerator.cc. |
1.2.18