You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| ChangeLog | 2 years ago | |
| README.txt | 2 years ago | |
| adler32.man | 2 years ago | |
| adler32.tcl | 2 years ago | |
| base64.tcl | 2 years ago | |
| counter.tcl | 2 years ago | |
| crc32.tcl | 2 years ago | |
| hex.man | 2 years ago | |
| hex.tcl | 2 years ago | |
| identity.man | 2 years ago | |
| identity.tcl | 2 years ago | |
| limitsize.man | 2 years ago | |
| limitsize.tcl | 2 years ago | |
| observe.man | 2 years ago | |
| observe.tcl | 2 years ago | |
| otp.tcl | 2 years ago | |
| pkgIndex.tcl | 2 years ago | |
| rot.man | 2 years ago | |
| rot.tcl | 2 years ago | |
| spacer.man | 2 years ago | |
| spacer.tcl | 2 years ago | |
| tcllib_zlib.man | 2 years ago | |
| vt_base64.man | 2 years ago | |
| vt_counter.man | 2 years ago | |
| vt_crc32.man | 2 years ago | |
| vt_otp.man | 2 years ago | |
| zlib.tcl | 2 years ago | |
README.txt
base64, hex
Base64 and hex de- and encoding of data flowing
through a channel.
Encodes on write, decodes on read.
identity
No transformation
counter
Identity, counting bytes.
adler32, adler32pure, crc32
Compute checksums and write to external variables.
observe
Divert copy of the data to additional channels.
limitsize
Force EOF after reading N bytes, N configurable.
spacer
Inserts separator string every n bytes.
otp
One-Time-Pad encryption.
zlib
zlib (de)compression (deflate, inflate).