summaryrefslogtreecommitdiff
path: root/ripemd160.h
Commit message (Expand)AuthorAgeFilesLines
* Move block buffer last in hash context structs.Niels Möller2019-02-061-1/+1
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-5/+0
* 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
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-1/+1
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* (struct ripemd160_ctx): Use a 64-bit block count. Renamed digest toNiels Möller2011-08-291-2/+2
* * testsuite/ripemd160-test.c: New file, contributed by AndresAndres Mejia2011-08-281-0/+78