summaryrefslogtreecommitdiff
path: root/cipher/gostr3411-94.c
Commit message (Expand)AuthorAgeFilesLines
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-041-4/+4
* md: remove hash_buffer function from algorithmsJussi Kivilinna2021-04-261-2/+2
* gost28147: do not use GOST28147_CONTEXT outside of GOST 28147 calculationDmitry Eremin-Solenikov2019-11-211-3/+1
* gostr3411-94: small speedupDmitry Eremin-Solenikov2019-11-211-11/+39
* hash-common: avoid integer division to reduce call overheadJussi Kivilinna2019-10-141-1/+1
* Add hash_buffer and hash_buffers pointers to message digest specJussi Kivilinna2018-06-191-0/+2
* md: add variable length output interfaceJussi Kivilinna2015-10-281-2/+2
* gostr3411-94: Fix the iteration count for length filling loop.Dmitry Eremin-Solenikov2015-01-061-1/+1
* gostr3411_94: rewrite to use u32 mathematicDmitry Eremin-Solenikov2014-06-281-90/+112
* Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSetDmitry Eremin-Solenikov2014-06-281-6/+23
* GOST R 34.11-94 add OIDsDmitry Eremin-Solenikov2014-06-281-1/+14
* md: Add Whirlpool bug emulation feature.Werner Koch2014-01-191-1/+3
* Add bulk processing for hash transform functionsJussi Kivilinna2013-12-171-2/+19
* md: Simplify the message digest dispatcher md.c.Werner Koch2013-10-021-0/+1
* gostr3411_94: set better burn stack depth estimateJussi Kivilinna2013-09-211-5/+14
* Use hash transform function return type for passing burn stack depthJussi Kivilinna2013-09-211-4/+5
* Rename the GOST algorithm identifiers.Werner Koch2013-09-181-1/+1
* Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov2013-09-181-0/+273