Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update examples for changed 1.8 APIs, including: | lloyd | 2008-11-21 | 1 | -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-1 | lloyd | 2008-11-21 | 1 | -0/+90 |
implementation and then setting it as the default. |