aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/info.txt
Commit message (Expand)AuthorAgeFilesLines
* Split the last parts of the 'core' modulelloyd2008-11-081-10/+0
* Move most of what was left in core to utils (since that is what they are,lloyd2008-11-081-10/+0
* Move allocate.h with related code in alloclloyd2008-11-081-1/+0
* Continue to dismantle the core module (aka ball of mud), moving allocatorlloyd2008-11-081-4/+0
* Move mutex.h from core to utilslloyd2008-11-081-10/+1
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-3/+0
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+1
* Move declaration of StreamCipher to stream_cipher.hlloyd2008-11-081-1/+2
* Move hash.h from src/core to src/hashlloyd2008-11-081-1/+1
* Inline BufferedComputation into the header (all functions were very short)lloyd2008-11-081-1/+0
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+2
* Move mac base classes from src/core to src/maclloyd2008-11-081-1/+0
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-0/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-081-0/+1
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-7/+2
* Move kdf/kdf_base to kdflloyd2008-10-261-1/+0
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-261-2/+0
* Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think)lloyd2008-10-261-2/+0
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-2/+3
* Document dependencies between moduleslloyd2008-10-011-1/+1
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-2/+0
* Move allocator base code into core/, alloc_mmap to alloc/lloyd2008-09-301-3/+6
* Move datastore from core to utilslloyd2008-09-301-2/+0
* Split off part of the core module into libstate (basically the wholelloyd2008-09-301-31/+11
* Add dep on timer_base in corelloyd2008-09-301-0/+1
* Move KDF, EME, and EMSA base classes from pubkey to core to remove alloyd2008-09-291-2/+6
* Better dependency handlinglloyd2008-09-291-3/+0
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-1/+5
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+58