cksum - calculate a cksum(1) compatible checksum
package require Tcl 8.2
package require cksum ?1.0.1?
|
This package provides a Tcl-only implementation of the cksum(1) algorithm based upon information provided at in the GNU implementation of this program as part of the GNU Textutils 2.0 package.
% crc::cksum "Hello, World!" 2609532967 |
% crc::cksum -format 0x%X "Hello, World!" 0x9B8A5027 |
% crc::cksum -file cksum.tcl 1828321145 |
Pat Thoyts
crc32(n), sum(n)
checksum, cksum, crc, crc32, cyclic redundancy check, data integrity, security
Copyright © 2002, Pat Thoyts