aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/camellia
Commit message (Expand)AuthorAgeFilesLines
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-292-3/+18
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-6/+6
* For all but the first and last rounds, use a set of 64 bit tables tolloyd2012-04-273-92/+669
* Patrick Pelletier noted on the mailing list that the implementation oflloyd2012-04-242-97/+173
* Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-201-0/+4
* Pointer writing seems cleanerlloyd2012-01-302-102/+102
* Partially de-unroll the loop to make changes easierlloyd2012-01-301-86/+41
* Add a slow but functional implementation of Camellialloyd2012-01-283-0/+392