Hi All,

I am debugging my program (which uses cryptopp5.4) and am getting a 
number of reported errors. Is this a known issue? Or am I simply not 
using the cryptopp functions properly (i.e. not freeing something I 
should free?). For example, my ESIGN key generator function looks like:

ESIGN<SHA>::Signer makeEsignPrivKey(char* seedpath){
    FileSource fs(seedpath, true, new HexDecoder);
    ESIGN<SHA>::Signer priv(fs);
    return fs;
}


and the line which generates the 'priv' variable appears to be the 
source, with the valgrind output first reporting pubkey.h:1481 and 
eventually ending at secblock.h:103.
Thanks for the help!

Andrew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to