On Tuesday, November 21, 2017 at 5:23:12 PM UTC-5, El Ray wrote: > > I'm trying to write a function that will take a buffer of standard type, > en/decrypt it and return a buffer with the result. I'd rather avoid having > to memcpy the result. This toy code is only supposed to test getting a > buffer with encrypted data back. This is linked against code from the git > as of 20171118. > ... > > which shows the probem is not with output to stdout or returning the > buffer from the function call >
Well, I'm not really sure what the problem is. You only stated what the problem is not :) You might take a look at https://www.cryptopp.com/wiki/Arraysink. It provides information on using an ArraySink. Jeff -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
