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.
-~----------~----~----~----~------~----~------~--~---