home *** CD-ROM | disk | FTP | other *** search
- Article 237 of comp.sources.misc:
- Path: estinc!mcdphx!asuvax!ncar!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!allbery
- From: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
- Newsgroups: comp.sources.misc
- Subject: v07i094: brik: a general-purpose CRC-32 program (part 01/03)
- Message-ID: <61157@uunet.UU.NET>
- Date: 22 Jul 89 01:03:03 GMT
- Sender: allbery@uunet.UU.NET
- Reply-To: dhesi@bsu-cs.bsu.edu (Rahul Dhesi)
- Lines: 1500
- Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
-
- Posting-number: Volume 7, Issue 94
- Submitted-by: dhesi@bsu-cs.bsu.edu (Rahul Dhesi)
- Archive-name: brik2/part01
-
- Brik 2.0 is a general-purpose program that calculates both text and
- binary cyclic redundancy codes (CRCs). Text-mode CRCs calculated by
- brik are portable across systems for files that are in the usual text
- format on each system. Binary-mode CRCs are portable for files that
- are moved from system to system without any change. Brik can also be
- used to verify and update a Checksum header of this type:
-
- Checksum: 2656043176 (verify with "brik -cv")
-
- Brik 2.0 is believed to compile and run under MS-DOS (Turbo C 2.0, MASM
- or TASM assemblers); System V Release 2; 4.3BSD; and VAX/VMS.
- Assembly code for the 8086 processor is included with makes the program
- quite fast under MS-DOS.
-
- There are three shar archives. Extract each separately.
-
-