aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/gost_28147/gost_28147.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent shadowing of one loop param with anotherlloyd2010-09-071-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-111-28/+39
* Clean up the GOST_2ROUND macro a bit. Put in do/while block so it is alloyd2009-04-071-7/+8
* Hide the declarations of the GOST sboxes inside the Param constructor sincelloyd2009-04-011-22/+23
* Add support for multiple Sbox parameter sets in the GOST 28147-89 implementat...lloyd2009-03-311-15/+40
* Partially unroll the round structure, enough so that the subkey accesseslloyd2009-03-311-35/+39
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Compile fix: missing a commalloyd2009-03-271-1/+1
* GOST was using a completely non-standard set of sboxes. Change it to uselloyd2009-03-271-0/+106