Xref: utzoo comp.dcom.lans:6293 comp.sys.m68k:1905 comp.sys.ncr:583 Path: utzoo!attcan!uunet!ncrlnk!ncrcam!larimer From: larimer@ncrcam.Cambridge.NCR.COM (Fred Larimer) Newsgroups: comp.dcom.lans,comp.sys.m68k,comp.sys.ncr Subject: crc32 algorithm Summary: Need algorithm or routine Keywords: crc32, fcs, 802.3 Message-ID: <2117@ncrcam.Cambridge.NCR.COM> Date: 24 Oct 90 15:55:23 GMT Reply-To: larimer@ncrcam.Cambridge.NCR.COM (Fred Larimer) Organization: NCR, E&M Cambridge, Ohio Lines: 12 I hope somebody can help me with this. I need to write a routine to generate a crc32 frame check sequence in software. I've read the description of the Autodin II CRC32 frame check sequence in the IEEE 802.3 Standard 1988, but so far I haven't been able to convert that description to an algorithm that I can code to. So, if anybody can help me with an algorithm, a routine, a function or a source reference for any of the above I would appreciate it. Fred.