aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Add back min_keylength_of, max_keylength_of, keylength_multiple_oflloyd2011-03-211-0/+30
* More VC warning fixeslloyd2011-02-091-2/+2
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-39/+0
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-9/+19
* Doxygenlloyd2010-06-211-5/+23
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-11/+11
* Deprecated some of the old lookup functions in Doxygenlloyd2010-06-151-0/+28
* Fix a few hundred Doxygen warningslloyd2010-06-151-27/+30
* Define lookup.{h,cpp} in terms of Algorithm_Factory. Inline a lot of simplelloyd2009-12-261-43/+88
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-19/+21
* Update some doxygen comments. Contributed by Charles Brockman in bug #39lloyd2009-03-021-24/+24
* Library_State had two functions that did the same thing,lloyd2008-11-121-6/+4
* Move get_bc_pad to def_engine/def_mode.cpplloyd2008-11-101-7/+0
* Split pk_pad.h into eme.h and emsa.hlloyd2008-11-101-1/+2
* Remove support for block cipher padding methods in engine. Like S2K,lloyd2008-11-101-6/+2
* Remove support for S2K in Engines. There are only three implementations oflloyd2008-11-101-2/+0
* In lookup.h, forward declare Library_State instead of including libstate.hlloyd2008-11-091-1/+2
* Remove get_mgf - unsused internally, and I doubt apps use it muchlloyd2008-11-081-7/+0
* Split the last parts of the 'core' modulelloyd2008-11-081-1/+0
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-2/+5
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-081-0/+1
* Wrap lines to 80 columnslloyd2008-10-281-9/+19
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+244