aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k
Commit message (Expand)AuthorAgeFilesLines
* 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