Crypto++ has a StringSource, ArraySource, FileSource, etc.

But I need to use source class which can fetch data from ByteQueue for 
future pass to filter and sink.

i.e.:

 _QUEUE_Source( MyPreparedQueue, true,
      new HashFilter(hash,
         new FileSink(zOutputFile),
         true));


How can I do that, w/o of sending MyPreparedQueue to additional 
intermediate memory buffer and choice of ArraySource?

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to