summaryrefslogtreecommitdiff
path: root/lib/libmd/ripemd.h
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-2/+2
| | | | | | | of unsigned char* argument. Notes: svn path=/head/; revision=154479
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-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 Notes: svn path=/head/; revision=74385
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1Garrett Wollman1999-02-261-0/+89
should prove weak. Also fix a few problems with the SHA-1 build. Notes: svn path=/head/; revision=44301