aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/gost_28147/gost_28147.cpp
Commit message (Expand)AuthorAgeFilesLines
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-1/+1
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-131-5/+5
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-4/+4
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-9/+11
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-1/+1
* 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