• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-2013104

adler32.manH A D04-Aug-20102.5 KiB

adler32.tclH A D01-Dec-20092.9 KiB

base64.manH A D04-Aug-20101.5 KiB

base64.tclH A D04-Aug-20102.5 KiB

ChangeLogH A D04-Aug-2010604

counter.manH A D04-Aug-20102.4 KiB

counter.tclH A D01-Dec-20092.7 KiB

crc32.manH A D04-Aug-20102.5 KiB

crc32.tclH A D01-Dec-20093 KiB

hex.manH A D04-Aug-20101.5 KiB

hex.tclH A D01-Dec-20091.5 KiB

identity.manH A D04-Aug-20101.8 KiB

identity.tclH A D01-Dec-20091.7 KiB

limitsize.manH A D04-Aug-20101.6 KiB

limitsize.tclH A D01-Dec-20092.5 KiB

observe.manH A D04-Aug-20101.8 KiB

observe.tclH A D01-Dec-20092.2 KiB

otp.manH A D04-Aug-20101.8 KiB

otp.tclH A D01-Dec-20092.9 KiB

pkgIndex.tclH A D01-Dec-20091.2 KiB

README.txtH A D01-Dec-2009520

rot.manH A D04-Aug-20101.9 KiB

rot.tclH A D01-Dec-20092.4 KiB

spacer.manH A D04-Aug-20101.7 KiB

spacer.tclH A D01-Dec-20094.1 KiB

zlib.manH A D04-Aug-20101.6 KiB

zlib.tclH A D01-Dec-20092.5 KiB

README.txt

1base64, hex
2
3	Base64 and hex de- and encoding of data flowing
4	through a channel.
5
6	Encodes on write, decodes on read.
7
8identity
9
10	No transformation
11
12counter
13
14	Identity, counting bytes.
15
16adler32, adler32pure, crc32
17
18	Compute checksums and write to external variables.
19
20observe
21
22	Divert copy of the data to additional channels.
23
24limitsize
25
26	Force EOF after reading N bytes, N configurable.
27
28spacer
29
30	Inserts separator string every n bytes.
31
32otp
33
34	One-Time-Pad encryption.
35
36zlib
37
38	zlib (de)compression (deflate, inflate).
39