summaryrefslogtreecommitdiffstats
path: root/lib/libmd/ripemd.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+2
| | | | of unsigned char* argument.
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-0/+5
| | | | | | | | | char * FooFileChunk(const char *filename, char *buf, off_t offset, off_t length) Which only hashes part of a file. Implement FooFile() in terms of this function. Submitted by: roam
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1wollman1999-02-261-0/+89
should prove weak. Also fix a few problems with the SHA-1 build.
OpenPOWER on IntegriCloud