aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/passhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-3/+2
* Update examples for recent API changeslloyd2008-10-081-3/+5
* Fix the DSA examples. Reindent.lloyd2008-06-281-1/+2
* Update pkcs10, passhash exampleslloyd2008-06-271-5/+12
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
* Wrap lines in pk_bench and passhash to keep them under 80 columns.lloyd2007-10-191-2/+2
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
* Add a password hashing example. It uses PBKDF2/SHA-1 with 10000 iterations,lloyd2007-03-091-0/+76