Sophie

Sophie

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

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="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.T</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Cryptmodes_64.html" title="Cryptmodes_64">Up</a>
&nbsp;</div>
<h1>Module type <a href="type_Cryptmodes_64.T.html">Cryptmodes_64.T</a></h1>

<pre><span class="keyword">module type</span> T = <code class="code">sig</code> <a href="Cryptmodes_64.T.html">..</a> <code class="code">end</code></pre><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>