tcl-trf-doc

Tcl data transformations - documentation
  http://tcltrf.sourceforge.net/
  1
  1 review



Trf is an extension to tcl which provides various data transformations. the collection of provided transformation procedures includes:
* generation of message digests (hash values, checksums): md2,
md5, sha/shs, sha-1, haval, ripemd-128, -160, crc (polynomial
used by pgp), adler (based upon zlib);
* conversion to and from various data encodings: uuencoding,
base64-encoding, or ascii85-encoding, and binary, octal, or
hexadecimal representation;
* an error-correcting reed-solomon encoder/decoder;
* compression/decompression based on zlib and libbz2.
this package contains manual pages and html documentation for trf commands and c-api.
Latest reviews
4
blueXrider 12 years ago

quite nice