From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e98817d07a4afe1b,start X-Google-Attributes: gid103376,public From: swhalen@netcom.com (Steve Whalen) Subject: Ada Crc32 code? Date: 1996/04/26 Message-ID: #1/1 X-Deja-AN: 151649420 sender: swhalen@netcom22.netcom.com organization: ? newsgroups: comp.lang.ada Date: 1996-04-26T00:00:00+00:00 List-Id: This comes under the "not re-inventing the wheel" heading. Is there any Ada source code around that does the "standard" table lookup / Crc generation for the 32 bit polynomial used by Zip and ZModem, etc.? I have the code in C and can convert it, but if anyone has the table and code in Ada, I'd appreciate a pointer to it, as it will be one less chore I have to add to my list. I looked in the repositories (as they exist on the Ada June 95 CdRom's), but I have a feeling the code could be in there and I missed it (I found Crc16 code, but need Crc32). Thanks. Steve -- {===----------------------------------------------------------------------===} Steve Whalen swhalen@netcom.com {===----------------------------------------------------------------------===}