Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete obsolete FIXME comment. | Niels Möller | 2020-04-19 | 1 | -2/+0 |
| | |||||
* | gosthash94: switch to using MD_UPDATE() macro | Dmitry Baryshkov | 2020-04-19 | 1 | -2/+3 |
| | |||||
* | Add FIXME comment on struct gosthash94_ctx reorg. | Niels Möller | 2019-09-15 | 1 | -0/+2 |
| | |||||
* | Add support for GOSTHASH94CP: GOST R 34.11-94 hash with CryptoPro S-box | Dmitry Eremin-Solenikov | 2019-09-15 | 1 | -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öller | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Rename *_DATA_SIZE to *_BLOCK_SIZE. | Niels Möller | 2014-04-25 | 1 | -2/+4 |
| | |||||
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -23/+31 |
| | |||||
* | Use size_t rather than unsigned for all hash-related functions. | Niels Möller | 2013-04-26 | 1 | -2/+2 |
| | |||||
* | Minor nitpicking. | Niels Möller | 2013-01-02 | 1 | -3/+3 |
| | |||||
* | Added gosthash, ported from rhash by Nikos Mavrogiannopoulos. | Niels Möller | 2012-11-08 | 1 | -0/+88 |