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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: CRC in Ada? Date: 1997/03/03 Message-ID: <331B2A8D.C31@bix.com>#1/1 X-Deja-AN: 222838676 References: <1997Mar2.220652@nova.wright.edu> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-03-03T00:00:00+00:00 List-Id: The recent SIGADA publication had a 16 bit CRC article. But it ran around a loop, a bit at a time, which is perhaps OK if your CPU power greatly exceeds your comm bandwidth. There are table lookup CRCs that run fast.