Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 32449aa38f56685f5309089b0886b0c4 > files > 32

ocaml-cryptgps-devel-0.2.1-9.mga5.i586.rpm

<!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="Cryptmodes_64.Make_modes_int32.html">
<link rel="Up" href="Cryptmodes_64.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Crypt_3des" rel="Chapter" href="Crypt_3des.html">
<link title="Crypt_aux" rel="Chapter" href="Crypt_aux.html">
<link title="Crypt_blowfish" rel="Chapter" href="Crypt_blowfish.html">
<link title="Crypt_blowfish32" rel="Chapter" href="Crypt_blowfish32.html">
<link title="Crypt_des" rel="Chapter" href="Crypt_des.html">
<link title="Cryptmodes_64" rel="Chapter" href="Cryptmodes_64.html">
<link title="Cryptsystem_64" rel="Chapter" href="Cryptsystem_64.html"><title>Cryptmodes_64.Make_modes</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Cryptmodes_64.html" title="Cryptmodes_64">Up</a>
&nbsp;<a class="post" href="Cryptmodes_64.Make_modes_int32.html" title="Cryptmodes_64.Make_modes_int32">Next</a>
</div>
<h1>Functor <a href="type_Cryptmodes_64.Make_modes.html">Cryptmodes_64.Make_modes</a></h1>

<pre><span class="keyword">module</span> Make_modes: <div class="sig_block"><code class="code">functor (</code><code class="code">M</code><code class="code"> : </code><code class="type"><a href="Cryptsystem_64.T.html">Cryptsystem_64.T</a></code><code class="code">) -&gt; </code><code class="type"><a href="Cryptmodes_64.T.html">T</a></code><code class="type">  with type key = M.key</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>M</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Cryptsystem_64.T.html">Cryptsystem_64.T</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">

<pre><span id="TYPEkey"><span class="keyword">type</span> <code class="type"></code>key</span> </pre>


<pre><span id="VALencrypt_cbc"><span class="keyword">val</span> encrypt_cbc</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -> string -> (int * int * int * int) * string</code></pre>
<pre><span id="VALdecrypt_cbc"><span class="keyword">val</span> decrypt_cbc</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -> string -> (int * int * int * int) * string</code></pre>
<pre><span id="VALencrypt_cfb8"><span class="keyword">val</span> encrypt_cfb8</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -> string -> (int * int * int * int) * string</code></pre>
<pre><span id="VALdecrypt_cfb8"><span class="keyword">val</span> decrypt_cfb8</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -> string -> (int * int * int * int) * string</code></pre>
<pre><span id="VALencrypt_cfb64"><span class="keyword">val</span> encrypt_cfb64</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -><br>       int -> string -> (int * int * int * int) * int * string</code></pre>
<pre><span id="VALdecrypt_cfb64"><span class="keyword">val</span> decrypt_cfb64</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -><br>       int -> string -> (int * int * int * int) * int * string</code></pre>
<pre><span id="VALcrypt_ofb"><span class="keyword">val</span> crypt_ofb</span> : <code class="type"><a href="Cryptmodes_64.T.html#TYPEkey">key</a> -><br>       int * int * int * int -><br>       int -> string -> (int * int * int * int) * int * string</code></pre></body></html>