Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new entrypoint to the hashes in libmd: | phk | 2001-03-17 | 1 | -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$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add Eric Young's RIPEMD160 implementation as well, in case SHA-1 | wollman | 1999-02-26 | 1 | -6/+3 |
| | | | | should prove weak. Also fix a few problems with the SHA-1 build. | ||||
* | Fix bug in MDx test suite. | wollman | 1999-02-26 | 1 | -0/+99 |
Add Eric Young's SHA-[01] implementations. |