Date: Sun, 23 May 1999 13:54:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: CRC ? In-Reply-To: <37460259.5EE9922B@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 21 May 1999, Nate Eldredge wrote: > > Has anyone a quick crc-source (or .o with description) for me to > > calcualte the crc of an file ? Many thanx in advance! > > Get the GNU fileutils sources off Simtelnet and look at cksum and > md5sum. It's cksum; md5sum doesn't use CRC (it uses a different scheme, AFAIK).