summaryrefslogtreecommitdiff
path: root/cipher/gostr3411-94.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-28md: add variable length output interfaceJussi Kivilinna1-2/+2
2015-01-06gostr3411-94: Fix the iteration count for length filling loop.Dmitry Eremin-Solenikov1-1/+1
2014-06-28gostr3411_94: rewrite to use u32 mathematicDmitry Eremin-Solenikov1-90/+112
2014-06-28Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSetDmitry Eremin-Solenikov1-6/+23
2014-06-28GOST R 34.11-94 add OIDsDmitry Eremin-Solenikov1-1/+14
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-1/+3
2013-12-17Add bulk processing for hash transform functionsJussi Kivilinna1-2/+19
2013-10-02md: Simplify the message digest dispatcher md.c.Werner Koch1-0/+1
2013-09-21gostr3411_94: set better burn stack depth estimateJussi Kivilinna1-5/+14
2013-09-21Use hash transform function return type for passing burn stack depthJussi Kivilinna1-4/+5
2013-09-18Rename the GOST algorithm identifiers.Werner Koch1-1/+1
2013-09-18Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov1-0/+273