summaryrefslogtreecommitdiff
path: root/mdfour.c
Commit message (Expand)AuthorAgeFilesLines
* * Put genuine search encoding back into the nad algorithm, andMartin Pool2000-07-291-20/+26
* Clean up test scripts.Martin Pool2000-06-011-190/+197
* Rearrange headers into one top-level file, "includes.h"Martin Pool2000-05-091-16/+10
* bzero is not standard, so add a quick implementationMartin Pool2000-05-051-3/+6
* Clean up leakage in checksum hashtable.Martin Pool2000-04-251-1/+1
* Reindent everything one more time.Martin Pool2000-04-251-1/+1
* Make mdfour_update queue up any waiting data, rather than assumingMartin Pool2000-04-211-152/+169
* Remove static variables.Martin Pool2000-04-181-24/+23
* Export md4 because we want to use it in caching -- I guess we may asMartin Pool2000-04-051-19/+20
* Clean up encoding implementation.Martin Pool2000-03-161-105/+145
* New library, based on libsync but mostly rewritten:Martin Pool2000-02-291-0/+197