Wrapper for the LZRW1 compression algorithm =========================================== Rev 0.10: Initial release This package defines a "lzrw1" command, which has two operation modes: set cdata [lzrw1 compress data] set data [lzrw1 decompress cdata] This code is based on public domain software of 1991 by Ross N. Williams. Data is treated as binary, meaning that all input and output is going to be converted and treated as byte arrays in Tcl.