/usr/share/doc/libcryptokit-ocaml-dev/cryptokit/Cryptokit.Block.cipher-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 | <!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="next" href="Cryptokit.Block.cipher_padded_encrypt-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.cipher</title>
</head>
<body>
<div class="navbar"> <a href="Cryptokit.Block.html">Up</a>
<a href="Cryptokit.Block.cipher_padded_encrypt-c.html">Next</a>
</div>
<center><h1>Class <a href="type_Cryptokit.Block.cipher.html">Cryptokit.Block.cipher</a></h1></center>
<br>
<pre><span name="TYPEcipher"><span class="keyword">class</span> cipher</span> : <code class="type"><a href="Cryptokit.Block.block_cipher-c.html">block_cipher</a> -> </code><code class="type"><a href="Cryptokit.transform-c.html">Cryptokit.transform</a></code></pre>Wraps a block cipher as a general transform. The transform
has input block size and output block size equal to the
block size of the block cipher. No padding is performed.
Example: <code class="code">new cipher (new cbc_encrypt (new aes_encrypt key))</code>
returns a transform that performs AES encryption in CBC mode.<br>
<hr width="100%">
</body></html>
|