aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/eme.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
| | | | | | 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.
* Use size_t instead of u32bit in pk_padlloyd2010-10-121-6/+6
|
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-2/+2
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
| | | | | | | | | | | | | | | 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).
* Split pk_pad.h into eme.h and emsa.hlloyd2008-11-101-0/+48