Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -91/+0 |
| | |||||
* | Remove global_rng calls for setting up blinding, instead require a RNG | lloyd | 2013-12-25 | 1 | -5/+5 |
| | | | | | | be passed to the engine. Currently pubkey.cpp just passes along the global_rng but eventually we'll break this API and require a RNG to the constructor. | ||||
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -12/+12 |
| | | | | style cast in secmem.h | ||||
* | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 1 | -0/+7 |
| | |||||
* | Compilation fixes | lloyd | 2010-06-16 | 1 | -1/+3 |
| | |||||
* | Move the implemention of the functions in the Engine base class into a | lloyd | 2010-06-16 | 1 | -0/+82 |
| | | | | | | | source file. Otherwise we ran into a conflict between Doxygen comments, which require us to name the params, and GCC's -Wunused-parameters, which will warn about parameters which aren't being used. | ||||
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -358/+0 |
| | | | | | | (messy). Remove unused libstate.h includes from a few files. | ||||
* | Inline no-op Engine virtual functions | lloyd | 2008-11-09 | 1 | -56/+0 |
| | |||||
* | Move some lookup related code from src/engine to src/libstate/lookup.cpp | lloyd | 2008-11-09 | 1 | -254/+243 |
| | |||||
* | Add virtual hook to remove dep of Default_Engine on Engine itself | lloyd | 2008-11-08 | 1 | -16/+10 |
| | |||||
* | Move most of the Default_Engine code into engine/def_engine, and the | lloyd | 2008-11-08 | 1 | -0/+431 |
engine base classes into src/engine |