summaryrefslogtreecommitdiff
path: root/gosthash94.c
Commit message (Expand)AuthorAgeFilesLines
* Delete name mangling of internal gost symbolsNiels Möller2020-11-301-5/+5
* gosthash94: switch to using MD_UPDATE() macroDmitry Baryshkov2020-04-191-34/+9
* gost28147: move gost params to internal interfaceDmitry Baryshkov2020-02-061-5/+4
* Add support for GOSTHASH94CP: GOST R 34.11-94 hash with CryptoPro S-boxDmitry Eremin-Solenikov2019-09-151-15/+68
* Start separating GOST 28147-89 from GOST R 34.11-94Dmitry Eremin-Solenikov2019-09-151-240/+6
* Rename *_DATA_SIZE to *_BLOCK_SIZE.Niels Möller2014-04-251-4/+4
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
* Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.Niels Möller2012-11-081-0/+592