summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-0/+2
| | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1wollman1999-02-261-6/+3
| | | | should prove weak. Also fix a few problems with the SHA-1 build.
* Fix bug in MDx test suite.wollman1999-02-261-0/+99
Add Eric Young's SHA-[01] implementations.
OpenPOWER on IntegriCloud