aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k
Commit message (Expand)AuthorAgeFilesLines
* Correct doxygen commentlloyd2010-02-241-2/+2
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* Remove include of rng.h in s2k.h since it is no longer used. Add anlloyd2010-02-013-2/+1
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-018-124/+36
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-164-28/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-294-8/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-154-5/+17
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-308-80/+96
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-083-3/+3
* Remove lookup.h use from OpenPGP S2Klloyd2008-10-262-14/+8
* Make S2K base class non-copyable and non-assignable by default (use clone ins...lloyd2008-10-261-0/+3
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+1
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-0/+12
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-2611-0/+505