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.
 
 
 
 
 
 
Julian Noble b31ea43aff add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
..
ChangeLog add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
README.txt add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
adler32.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
adler32.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
base64.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
counter.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
crc32.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
hex.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
hex.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
identity.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
identity.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
limitsize.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
limitsize.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
observe.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
observe.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
otp.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
pkgIndex.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
rot.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
rot.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
spacer.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
spacer.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
tcllib_zlib.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
vt_base64.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
vt_counter.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
vt_crc32.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
vt_otp.man add Tcllib's tcl::chan virtchannel packages to vendorlib 2 years ago
zlib.tcl add Tcllib's tcl::chan virtchannel packages to vendorlib 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).