#include <ElGamal.h>
Public Member Functions | |
| ElGamalKeyPairGenerator (long numBits) | |
| Constructor taking the number of bits for the prime modulus. | |
| void | operator() (ElGamalPublicKey *&pubKey, ElGamalPrivateKey *&privKey, BIGNUM *p=0, BIGNUM *g=0) |
Definition at line 454 of file ElGamal.h.
|
||||||||||||||||||||
|
Definition at line 27 of file ElGamalKeyPairGenerator.cc. |
1.4.1