This file is indexed.

/usr/share/doc/libcryptokit-ocaml-dev/cryptokit/Cryptokit.Block.cfb_encrypt-c.html is in libcryptokit-ocaml-dev 1.5-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Cryptokit.Block.cbc_decrypt-c.html">
<link rel="next" href="Cryptokit.Block.cfb_decrypt-c.html">
<link rel="Up" href="Cryptokit.Block.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Cryptokit" rel="Chapter" href="Cryptokit.html"><title>Cryptokit.Block.cfb_encrypt</title>
</head>
<body>
<div class="navbar"><a href="Cryptokit.Block.cbc_decrypt-c.html">Previous</a>
&nbsp;<a href="Cryptokit.Block.html">Up</a>
&nbsp;<a href="Cryptokit.Block.cfb_decrypt-c.html">Next</a>
</div>
<center><h1>Class <a href="type_Cryptokit.Block.cfb_encrypt.html">Cryptokit.Block.cfb_encrypt</a></h1></center>
<br>
<pre><span name="TYPEcfb_encrypt"><span class="keyword">class</span> cfb_encrypt</span> : <code class="type">?iv:string -> int -> <a href="Cryptokit.Block.block_cipher-c.html">block_cipher</a> -> </code><code class="type"><a href="Cryptokit.Block.block_cipher-c.html">block_cipher</a></code></pre>Add Cipher Feedback Block (CFB) to the given block cipher
        in encryption mode.  The integer argument <code class="code">n</code> is the number of
        bytes processed at a time; it must lie between <code class="code">1</code> and
        the block size of the underlying cipher, included.
        The returned block cipher has block size <code class="code">n</code>.<br>
<hr width="100%">
</body></html>