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 f753a4ac75 update vfs & project layotu 2 years ago
..
ChangeLog update vfs & project layotu 2 years ago
README.txt update vfs & project layotu 2 years ago
adler32.man update vfs & project layotu 2 years ago
adler32.tcl update vfs & project layotu 2 years ago
base64.tcl update vfs & project layotu 2 years ago
counter.tcl update vfs & project layotu 2 years ago
crc32.tcl update vfs & project layotu 2 years ago
hex.man update vfs & project layotu 2 years ago
hex.tcl update vfs & project layotu 2 years ago
identity.man update vfs & project layotu 2 years ago
identity.tcl update vfs & project layotu 2 years ago
limitsize.man update vfs & project layotu 2 years ago
limitsize.tcl update vfs & project layotu 2 years ago
observe.man update vfs & project layotu 2 years ago
observe.tcl update vfs & project layotu 2 years ago
otp.tcl update vfs & project layotu 2 years ago
pkgIndex.tcl update vfs & project layotu 2 years ago
rot.man update vfs & project layotu 2 years ago
rot.tcl update vfs & project layotu 2 years ago
spacer.man update vfs & project layotu 2 years ago
spacer.tcl update vfs & project layotu 2 years ago
tcllib_zlib.man update vfs & project layotu 2 years ago
vt_base64.man update vfs & project layotu 2 years ago
vt_counter.man update vfs & project layotu 2 years ago
vt_crc32.man update vfs & project layotu 2 years ago
vt_otp.man update vfs & project layotu 2 years ago
zlib.tcl update vfs & project layotu 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).