Hi,  I'm very impressed with the sophisticated design and API of crypto++.  
However I need more basic, overview, and fundamental documentation to 
understand its power.

I do clearly understand the bash shell aspect of unix/linux pipes.  I know 
of "tee", but this functionality of cyrpto++ looks similar, but particular 
interesting:

        ChannelSwitch cs;
        cs.AddDefaultRoute(f1);
        cs.AddDefaultRoute(f2);


I searched for books that seemed appropriate with:
source sink filter attach channel switch channelswitch programming paradigm 
c++ OR cpp

std::iostreams came up and I will look at my books on this topic.

A very popular library called "flume" also apparently uses at least some of 
these concepts and references exist for that too.

Lastly I think even standard c++ may introduce additional pipe like 
features in the future, but I'm not sure which proposals most closely 
reflect crypto++'s design and API approach.

If anyone knows of a high quality reference/tutorial that closely models 
the API and concepts used in crypto++, I would appreciate a link.

++Regards,
Grant

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/bc6c3c3b-f9cc-4e62-99e3-0b915f2d5073%40googlegroups.com.

Reply via email to