summaryrefslogtreecommitdiff
path: root/ripemd160.c
Commit message (Expand)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+32
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-7/+5
* 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
* Whitespace fix only.Niels Möller2011-09-031-0/+1
* Updated copyright headers.Niels Möller2011-09-021-1/+5
* (ripemd160_init): Use memcpy for initializing the state vector.Niels Möller2011-08-291-78/+26
* (ripemd160_final): Use LE_WRITE_UINT32. Deleted byteNiels Möller2011-08-281-55/+38
* New file.Andres Mejia2011-08-281-0/+257