I have not still found a solution, but i found a function called "Redirector" and modified the last instruction this way:
[...] CryptoPP::StringSink SSink(Signature); //object StringSink defined cout << "control point1"; CryptoPP::SignerFilter SFilter(RNG, signer, new Redirector(SSink)); //object SignerFilter defined cout << "cotrol point2"; CrytpoPP::StringSource(Digest, true, new Redirector( SFilter)); cout "control point3"; } It prints control point1 and control point2, then crashes in a Segmentation fault...... I really need to solve this. Nobody have an idea? -- 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.
