aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/kdf2/kdf2.h
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-37/+0
|
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* Derive KDF from Algorithmlloyd2010-11-011-0/+3
|
* s/u32bit/size_t/ in kdflloyd2010-10-121-2/+2
|
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-081-1/+1
| | | | (from base.h)
* Remove warnings in KDF1, KDF2 copy constructorslloyd2008-09-301-1/+1
|
* Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4]lloyd2008-09-301-2/+5
|
* Move KDF, EME, and EMSA base classes from pubkey to core to remove alloyd2008-09-291-1/+1
| | | | false dependency on BigInt in the KDF/padding code.
* Move all modules into src/ directorylloyd2008-09-281-0/+29