This directory contains public-domain or freely-distributable code to compute: - the MD5 128-bit hash - CRC32 with polynomial 0xedb88320 The relevant part are the Java classes MD5.java and CRC32.java. Comments at the top of each file mention where they came from and how to use them. The remaining files are the C versions, lifted from the public domain or freely available source code distributed with ssh-1.2.22. The C version includes a wrapper that hashes/CRCs its standard input. I only built the C version in order to help debug the Java version. Jon Howell Tue Jan 19 16:35:58 EST 1999