aboutsummaryrefslogtreecommitdiffstats
path: root/src/def_alg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-574/+0
* Move mode padding schemes to modes/mode_pad modulelloyd2008-09-281-2/+6
* Move allocator code to secalloc/allocators modulelloyd2008-09-281-1/+4
* Modularize RNG implementationslloyd2008-09-281-148/+148
* Modularize CMAC and HMAClloyd2008-09-281-2/+13
* Modularize KDFs, PBKDFs, and PRFslloyd2008-09-281-4/+22
* Modularize EMSAlloyd2008-09-281-10/+14
* Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies.lloyd2008-09-281-3/+15
* Modularize hashes and checksumslloyd2008-09-281-14/+92
* Modularize all cipherslloyd2008-09-281-29/+186
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-1/+7
* Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRFlloyd2008-09-271-0/+2
* Change the constructor for LubyRackoff. Previously it took a string,lloyd2008-09-151-1/+7
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+2
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+2
* Remove the free-standing function deref_alias. It only served as a forwarderlloyd2008-06-301-7/+7
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Check in an initial implementation of CBC-MAC.lloyd2007-09-161-0/+2
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Use .empty() instead of comparing .size() to 0 in a few cases, andlloyd2006-05-271-6/+6
* Initial checkin1.5.6lloyd2006-05-181-0/+267