aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* In Algorithm_Factory, create the Algorithm_Cache<> objects dynamicallylloyd2008-11-121-25/+34
* Add comment about non-obvious but vital side effectlloyd2008-11-121-0/+5
* Implement the guts of Algorithm_Factory::prototoype_X using a functionlloyd2008-11-121-65/+80
* Revert 2707eb68cb91e0633815a6d6c68d22b9f41227a4 - I had forgotten thatlloyd2008-11-121-1/+1
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-105/+114
* Process engines in order of addition instead of backwardslloyd2008-11-111-3/+5
* Wrap at 80 columnslloyd2008-11-111-1/+2
* 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-111-2/+0
* Use cache in Algorithm_Factory for cipherslloyd2008-11-111-113/+60
* Fix algo_cache to track aliases, all tests passlloyd2008-11-111-28/+5
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-0/+30
* 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-111-0/+1
* Add a function to query algorithm providerslloyd2008-11-111-0/+25
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-111-0/+248