aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/emsa_raw/emsa_raw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
* Use size_t instead of u32bit in pk_padlloyd2010-10-121-5/+5
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-1/+1
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-3/+3
* Fix EMSA_Raw in the case where the original input had leading 0 bytes.lloyd2010-04-211-1/+19
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
* Move all modules into src/ directorylloyd2008-09-281-0/+48