/usr/share/doc/tcl-trf-doc/html/index.html is in tcl-trf-doc 2.1.4-dfsg3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <html>
<head>
<title>Tcl Trf HTML Documentation</title>
<style type="text/css">
<!--
ul {
background: lightyellow;
border-style: solid;
border-width: 1px;
border-color: black;
}
li {
padding: 3px;
}
li a {
font-weight: bold;
}
-->
</style>
</head>
<body>
<h1>Tcl Trf HTML Documentation</h1>
<h2>Trf transformer commands</h2>
<ul>
<li><a href="adler.html">adler</a> (2.1.3): Message digest "adler"</p></li>
<li><a href="ascii85.html">ascii85</a> (2.1.3): Encoding "ascii85"</p></li>
<li><a href="base64.html">base64</a> (2.1.3): Encoding "base64"</p></li>
<li><a href="bin.html">bin</a> (2.1.3): Encoding "bin"</p></li>
<li><a href="bz2.html">bz2</a> (2.1.3): Data compression "bz2"</p></li>
<li><a href="crc.html">crc</a> (2.1.3): Message digest "crc"</p></li>
<li><a href="crc-zlib.html">crc-zlib</a> (2.1.3): zlib - Message digest "crc-zlib"</p></li>
<li><a href="crypt.html">crypt</a> (2.1.3): Password hashing based on "crypt"</p></li>
<li><a href="haval.html">haval</a> (2.1.3): Message digest "haval"</p></li>
<li><a href="hex.html">hex</a> (2.1.3): Encoding "hex"</p></li>
<li><a href="md2.html">md2</a> (2.1.3): Message digest "md2"</p></li>
<li><a href="md5.html">md5</a> (2.1.3): Message digest "md5"</p></li>
<li><a href="md5_otp.html">md5_otp</a> (2.1.3): Message digest "md5_otp"</p></li>
<li><a href="md5crypt.html">md5crypt</a> (2.1.3): Password hashing based on "md5"</p></li>
<li><a href="oct.html">oct</a> (2.1.3): Encoding "oct"</p></li>
<li><a href="otp_words.html">otp_words</a> (2.1.3): Encoding "otp_words"</p></li>
<li><a href="quoted-printable.html">quoted-printable</a> (2.1.3): printable - Encoding "quoted-printable"</p></li>
<li><a href="ripemd128.html">ripemd-128</a> (2.1.3): 128 - Message digest "ripemd-128"</p></li>
<li><a href="ripemd160.html">ripemd-160</a> (2.1.3): 160 - Message digest "ripemd-160"</p></li>
<li><a href="rs_ecc.html">rs_ecc</a> (2.1.3): Reed-Solomon error correcting code</p></li>
<li><a href="sha.html">sha</a> (2.1.3): Message digest "sha"</p></li>
<li><a href="sha1.html">sha1</a> (2.1.3): Message digest "sha1"</p></li>
<li><a href="sha1_otp.html">sha1_otp</a> (2.1.3): Message digest "sha1_otp"</p></li>
<li><a href="transform.html">transform</a> (2.1.3): Tcl level transformations</p></li>
<li><a href="trf.html">trf-intro</a> (2.1.3): intro - Introduction to Trf</p></li>
<li><a href="unstack.html">unstack</a> (2.1.3): Unstacking channels</p></li>
<li><a href="uuencode.html">uuencode</a> (2.1.3): Encoding "uuencode"</p></li>
<li><a href="zip.html">zip</a> (2.1.3): Data compression "zip"</p></li>
</ul>
<h2>Trf C API</h2>
<ul>
<li><a href="Trf_CheckOptions.html">Trf_CheckOptions</a>: Interface to procedures to check an option container</li>
<li><a href="Trf_ClearCtrlBlock.html">Trf_ClearCtrlBlock</a>: Interface for procedures to reset the internal state of an encoder/decoder</li>
<li><a href="Trf_ConverterOptions.html">Trf_ConverterOptions</a>: Return the set of option processing procedures required by conversion transformers</li>
<li><a href="Trf_CreateCtrlBlock.html">Trf_CreateCtrlBlock</a>: Interface to procedure for creation of encoder/decoder control structures</li>
<li><a href="Trf_CreateOptions.html">Trf_CreateOptions</a>: Interface to procedures to create a container holding option values</li>
<li><a href="Trf_DeleteCtrlBlock.html">Trf_DeleteCtrlBlock</a>: Interface to procedure for destruction of encoder/decoder control structures</li>
<li><a href="Trf_DeleteOptions.html">Trf_DeleteOptions</a>: Interface to proceduress to delete a container made with 'Trf_CreateOptions'</li>
<li><a href="Trf_FlipRegisterLong.html">Trf_FlipRegisterLong</a>: Swap the bytes of all 4-byte words contained in the buffer</li>
<li><a href="Trf_FlipRegisterShort.html">Trf_FlipRegisterShort</a>: Swap the bytes of all 2-byte words contained in the buffer</li>
<li><a href="Trf_FlushTransformation.html">Trf_FlushTransformation</a>: Interface to procedures used to flush buffered characters</li>
<li><a href="Trf_Init.html">Trf_Init</a>: Initialize extension in standard interpreter</li>
<li><a href="Trf_InitStubs.html">Trf_InitStubs</a>: Convenience declaration of Trf_InitStubs</li>
<li><a href="Trf_IsInitialized.html">Trf_IsInitialized</a>: Check initialization state of specified interpreter</li>
<li><a href="Trf_LoadLibrary.html">Trf_LoadLibrary</a>: General purpose library loader functionality</li>
<li><a href="Trf_MDCheck.html">Trf_MDCheck</a>: Interface to procedures for check/manipulation of the environment (shared libraries, ...)</li>
<li><a href="Trf_MDFinal.html">Trf_MDFinal</a>: Interface to procedures for generation of the final digest from a MD state</li>
<li><a href="Trf_MDStart.html">Trf_MDStart</a>: Interface to procedures for initialization of a MD context</li>
<li><a href="Trf_MDUpdate.html">Trf_MDUpdate</a>: Interface to procedures for update of a MD context</li>
<li><a href="Trf_MDUpdateBuf.html">Trf_MDUpdateBuf</a>: Interface to procedures for update of a MD context</li>
<li><a href="Trf_QueryMaxRead.html">Trf_QueryMaxRead</a>: Interface for procedures to query a transformation about the max</li>
<li><a href="Trf_QueryOptions.html">Trf_QueryOptions</a>: Interface to procedures to query an option container</li>
<li><a href="Trf_Register.html">Trf_Register</a>: Register the specified transformation at the given interpreter</li>
<li><a href="Trf_RegisterMessageDigest.html">Trf_RegisterMessageDigest</a>: Procedure to register a message digest algorithm in an interpreter</li>
<li><a href="Trf_SafeInit.html">Trf_SafeInit</a>: Initialize extension in SAFE interpreter</li>
<li><a href="Trf_SeekQueryOptions.html">Trf_SeekQueryOptions</a>: Interface to procedures to query an option container</li>
<li><a href="Trf_SetObjOption.html">Trf_SetObjOption</a>: Interface to procedures to define the value of an option</li>
<li><a href="Trf_SetOption.html">Trf_SetOption</a>: Interface to procedures to define the value of an option</li>
<li><a href="Trf_ShiftRegister.html">Trf_ShiftRegister</a>: Shift the register</li>
<li><a href="Trf_TransformBuffer.html">Trf_TransformBuffer</a>: Interface to procedures for transformation of character sequences</li>
<li><a href="Trf_TransformCharacter.html">Trf_TransformCharacter</a>: Interface to procedures for transformation of a single character</li>
<li><a href="Trf_WriteProc.html">Trf_WriteProc</a>: Interface to procedures used by an encoder/decoder to write its transformation results</li>
<li><a href="Trf_XorBuffer.html">Trf_XorBuffer</a>: XOR the bytes in a buffer with a mask</li>
</ul>
</body>
</html>
|