aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/mgf1/mgf1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-56/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Add a simple update_be to BufferedComputation that takes an integerlloyd2010-10-121-3/+1
* s/u32bit/size_t/ in kdflloyd2010-10-121-5/+5
* Handle the case that container size() returns something other than u32bitlloyd2010-09-141-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-13/+15
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+1
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-281-0/+55