summaryrefslogtreecommitdiff
path: root/cipher/gost28147.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-28gostr3411_94: rewrite to use u32 mathematicDmitry Eremin-Solenikov1-11/+25
2014-06-28gost28147: use bufhelp helpersDmitry Eremin-Solenikov1-36/+10
2014-06-28Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSetDmitry Eremin-Solenikov1-1/+5
2014-06-28gost28147: support GCRYCTL_SET_SBOXDmitry Eremin-Solenikov1-0/+39
2014-06-28cipher/gost28147: generate optimized s-boxes from compact onesDmitry Eremin-Solenikov1-274/+8
2014-06-28gost28147: add OIDs used to define cipher modeDmitry Eremin-Solenikov1-1/+11
2013-11-09cipher/gost28147: optimization: use precomputed S-box tablesSergey V1-56/+272
2013-10-01cipher: Simplify the cipher dispatcher cipher.c.Werner Koch1-0/+1
2013-09-21gostr3411_94: set better burn stack depth estimateJussi Kivilinna1-1/+1
2013-09-18Fix encryption/decryption return type for GOST28147Jussi Kivilinna1-4/+19
2013-09-18Add limited implementation of GOST 28147-89 cipherDmitry Eremin-Solenikov1-0/+220