aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/xor_ciph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix xor_ciph examplelloyd2008-08-301-2/+4
|
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
| | | | | | | bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement).
* Extend the xor_ciph example to support longer keys, and update it tolloyd2006-07-161-18/+16
| | | | | use the new entry point for add_alias
* Initial checkin1.5.6lloyd2006-05-181-0/+95