aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/gost_3411/gost_3411.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-0/+2
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+1
* Use S2 instead of x,y vars as temps for single iteration of psilloyd2009-04-101-4/+4
* Fully expand the linear recurence phi - about twice as fast on my Core2lloyd2009-04-081-77/+80
* Expand the first 12 iterations of phi, though more simplification is needed.lloyd2009-04-071-2/+58
* Add the GOST 34.11 hash function. Pretty slow, but functional.lloyd2009-04-071-0/+177