summaryrefslogtreecommitdiff
path: root/gosthash94.h
Commit message (Collapse)AuthorAgeFilesLines
* Delete obsolete FIXME comment.Niels Möller2020-04-191-2/+0
|
* gosthash94: switch to using MD_UPDATE() macroDmitry Baryshkov2020-04-191-2/+3
|
* Add FIXME comment on struct gosthash94_ctx reorg.Niels Möller2019-09-151-0/+2
|
* Add support for GOSTHASH94CP: GOST R 34.11-94 hash with CryptoPro S-boxDmitry Eremin-Solenikov2019-09-151-0/+13
| | | | | | | | | | Hash gosthash94 implements GOST R 34.11-94 standard using S-Box defined in the standard 'for testing purposes only'. RFC 4357 defines S-Box (CryptoPro one) for GOST R 34.11-94 hash function that is widely used in applications. Add separate hash function algorithm (gosthash94cp) implementing GOST R 34.11-94 hashing using that S-Box. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Move block buffer last in hash context structs.Niels Möller2019-02-061-1/+1
|
* Rename *_DATA_SIZE to *_BLOCK_SIZE.Niels Möller2014-04-251-2/+4
|
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
|
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
|
* Minor nitpicking.Niels Möller2013-01-021-3/+3
|
* Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.Niels Möller2012-11-081-0/+88