aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/gost_28147/gost_28147.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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