| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -10/+0 |
* | Move most of what was left in core to utils (since that is what they are, | lloyd | 2008-11-08 | 1 | -10/+0 |
* | Move allocate.h with related code in alloc | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Continue to dismantle the core module (aka ball of mud), moving allocator | lloyd | 2008-11-08 | 1 | -4/+0 |
* | Move mutex.h from core to utils | lloyd | 2008-11-08 | 1 | -10/+1 |
* | Split ciphers into block and stream ciphers. Move base class headers | lloyd | 2008-11-08 | 1 | -3/+0 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Move declaration of StreamCipher to stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+2 |
* | Move hash.h from src/core to src/hash | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Inline BufferedComputation into the header (all functions were very short) | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 1 | -0/+2 |
* | Move mac base classes from src/core to src/mac | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -7/+2 |
* | Move kdf/kdf_base to kdf | lloyd | 2008-10-26 | 1 | -1/+0 |
* | Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dir | lloyd | 2008-10-26 | 1 | -2/+0 |
* | Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think) | lloyd | 2008-10-26 | 1 | -2/+0 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -2/+3 |
* | Document dependencies between modules | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 1 | -2/+0 |
* | Move allocator base code into core/, alloc_mmap to alloc/ | lloyd | 2008-09-30 | 1 | -3/+6 |
* | Move datastore from core to utils | lloyd | 2008-09-30 | 1 | -2/+0 |
* | Split off part of the core module into libstate (basically the whole | lloyd | 2008-09-30 | 1 | -31/+11 |
* | Add dep on timer_base in core | lloyd | 2008-09-30 | 1 | -0/+1 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -2/+6 |
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -3/+0 |
* | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 1 | -1/+5 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+58 |