aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/hash_quickly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update examples for changed 1.8 APIs, including:lloyd2008-11-211-1/+1
| | | | | | | | | | | | | EAX mode taking a BlockCipher* instead of a name. PK_Signer taking an EMSA* instead of a name. generate_dsa_primes using an Algorithm_Factory Changes to how new algorithms are added (look_add.h is gone entirely, replaced by Algorithm_Factory calls) in xor_ciph. Also update for new stream cipher key schedule function name and new directory for base class decl.
* Add an example of using the benchmark system to choose the fastest SHA-1lloyd2008-11-211-0/+90
implementation and then setting it as the default.