Hi All, > Any ideas on what I should be using? Cancel. I punted and used a SecByteBlock in the object (neither CreatePutSpace or CreateChannelPutSpace appears to be implemented). SecByteBlock also seemed more appropriate since it scrubs memory on destruction.
If anyone is interested in reading about Crypto++ filters, see http://www.cryptopp.com/wiki/Filter and http://www.cryptopp.com/wiki/Filter_(Intermediate). There are a few samples of custom filters: "UselessFilter can be enhanced to provide bufferless uselessness by deriving from ..." Wei: any corrections or omissions would be appreciated. Jeff On Mar 11, 1:04 am, Jeffrey Walton <[email protected]> wrote: > Hi All/Wei, > > I have a filter which is last in the chain _before_ the sink. The > filter needs a single buffer to perform some work on the message. The > buffer will then be an argument to Put(). > > // cryptlib.h > virtual byte * CreatePutSpace(size_t &size) {size=0; return NULL;} > > Any ideas on what I should be using? > > 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. -~----------~----~----~----~------~----~------~--~---
