home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.21 / text0013.txt < prev    next >
Encoding:
Internet Message Format  |  1990-10-26  |  1.7 KB

  1. From:  James W. Williams <williams@nssdcs.gsfc.nasa.gov>
  2.  
  3. I am implementing, for BSD 4.4, the POSIX cksum program as described in
  4. P1003.2/D10.  This program uses table look-up to calculate a CRC
  5. "checksum" for each of its file arguments.  This table consists of 256
  6. hexadecimal constants and it would be extremely tedious and error-prone
  7. for me to type this in.  If someone out there on the committee has this
  8. table on line and could mail it to me, I would be most grateful.  So as
  9. not to waste net bandwidth, and clog my mailbox with multiple copies of
  10. the table, I suggest you just let me know that you have it, and I'll
  11. pick a random person to actually send it to me.
  12.  
  13. While I have your attention, the section on this program, 4.9, is
  14. titled "cksum - Display file checksums and block counts".  Given that
  15. this program, unlike the sum programs of BSD and system V, prints byte
  16. counts, not block counts, shouldn't the section title be "cksum -
  17. Display file checksums and byte counts"?
  18.  
  19. Also, it is noted that this program is not backward compatible with
  20. either the BSD or system V versions of sum, thus it was given a new
  21. name.  It is further noted that the term "checksum" is used for
  22. historical reasons, even though the algorithm given is not,
  23. technically, a checksum.  This seems oddly inconsistent.  Given that
  24. the name is changing, why not call it crcsum, or just crc?
  25.  
  26. Thanks for your help and attention,
  27.  
  28. Spoken: Jim Williams             Domain: williams@nssdcs.gsfc.nasa.gov
  29. Phone: +1-301-555-1212           UUCP:   uunet!mimsy!williams
  30. USPS: NASA/GSFC, Code 633, Greenbelt, MD 20771
  31. Motto: There is no 'd' in "kluge"!  It rhymes with "deluge", not "sludge".
  32.  
  33.  
  34. Volume-Number: Volume 21, Number 14
  35.  
  36.