summaryrefslogtreecommitdiff
path: root/cipher/stribog.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-28md: add variable length output interfaceJussi Kivilinna1-0/+2
2015-01-06stribog: Reduce table size to the needed one.Dmitry Eremin-Solenikov1-1/+1
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-3/+6
2013-12-17Add bulk processing for hash transform functionsJussi Kivilinna1-6/+21
2013-11-06Speed up StribogJussi Kivilinna1-1152/+1070
2013-10-02md: Simplify the message digest dispatcher md.c.Werner Koch1-0/+2
2013-09-21Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna1-31/+4
2013-09-21Use hash transform function return type for passing burn stack depthJussi Kivilinna1-3/+4
2013-09-21Make STRIBOG use the new _gcry_md_block_write helperJussi Kivilinna1-36/+19
2013-09-19Fix Stribog digest on bigendian platformsDmitry Eremin-Solenikov1-0/+15
2013-09-18Add GOST R 34.11-2012 implementation (Stribog)Dmitry Eremin-Solenikov1-0/+1428