>>>>> "Christopher" == Christopher C Chimelis <[EMAIL PROTECTED]> writes:
    Christopher> What is being stored at being stored at *mpRNG
    Christopher> anyway?

A pointer to a random number generator used to provide IVs to the
varous crypto routines (ElGamal key pair creation in this case).  The
method signature looks like this:

  ElGamalSigPrivateKey::ElGamalSigPrivateKey(RandomNumberGenerator &rng, 
        unsigned int pbits)

If the gdb output is correct, essentially the stack frame is being
misassligned or corrupted.

-- 
Stephen

"And what do we burn apart from witches?"... "More witches!"

Reply via email to