aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory
Commit message (Expand)AuthorAgeFilesLines
* Wrap at 80 columnslloyd2008-11-112-4/+10
* Make a change in how providers are requiested in Algorithm_Factory tolloyd2008-11-111-8/+24
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-113-8/+4
* Use cache in Algorithm_Factory for cipherslloyd2008-11-113-129/+124
* Fix algo_cache to track aliases, all tests passlloyd2008-11-112-31/+27
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-114-1/+149
* Split asm_engine into three engines (ia32, amd64, sse2). This allowslloyd2008-11-111-1/+1
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-112-0/+4
* Add a function to query algorithm providerslloyd2008-11-112-0/+27
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-113-0/+332