aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/encrypt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-193/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* More pubkey doc updateslloyd2011-04-081-0/+193
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-193/+0
* Remove use of lookupslloyd2010-10-291-3/+5
* Use binary I/O where neededlloyd2010-10-151-1/+1
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-10/+12
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-6/+15
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-6/+7
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-3/+2
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-2/+2
* If the Zlib module is not compiled in, don't #error and abort the wholelloyd2008-09-241-3/+4
* Fix the DSA examples. Reindent.lloyd2008-06-281-1/+2
* Update more of the exampleslloyd2008-06-271-1/+3
* Add missing headers in the example problems, noticed while compiling underlloyd2008-06-111-0/+1
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-39/+37
* Initial checkin1.5.6lloyd2006-05-181-0/+175