ultimatepp/bazaar/StreamCypher/StreamCypher.upp
micio b23908dff1 Bazaar/StreamCypher : added a couple of class for stream data encoding/decoding
git-svn-id: svn://ultimatepp.org/upp/trunk@2726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 17:40:12 +00:00

13 lines
167 B
Text

description "Encrypt/Decrypt routines using Snow2 OR RC4 stream cypher\377";
uses
Core;
file
StreamCypher.h,
Snow2.h,
Snow2.cpp,
RC4.h,
RC4.cpp,
srcdoc.tpp;