aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_cache.h
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-9/+7
|\
| * Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-9/+7
* | Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-1/+4
|/
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-23/+68
* Wrap at 80 columnslloyd2008-11-111-3/+8
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-4/+4
* Use cache in Algorithm_Factory for cipherslloyd2008-11-111-10/+54
* Fix algo_cache to track aliases, all tests passlloyd2008-11-111-3/+22
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-0/+111