Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c0a90583db43da36bbbf75b70f4812be > files > 34

ocaml-sha-devel-1.8-3.mga4.x86_64.rpm

<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 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="Sha1" rel="Chapter" href="Sha1.html">
<link title="Sha256" rel="Chapter" href="Sha256.html">
<link title="Sha512" rel="Chapter" href="Sha512.html"><title>Index of values</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Index of values</h1>
<table>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Sha512.html#VALchannel">channel</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
If len is nonnegative, Sha512.channel ic len reads len characters from
channel ic and returns their digest, or raises End_of_file if end-of-file is
reached before len characters are read.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALchannel">channel</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
If len is nonnegative, Sha256.channel ic len reads len characters from
channel ic and returns their digest, or raises End_of_file if end-of-file is
reached before len characters are read.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALchannel">channel</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
If len is nonnegative, Sha1.channel ic len reads len characters from
channel ic and returns their digest, or raises End_of_file if end-of-file is
reached before len characters are read.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Sha512.html#VALfile">file</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALfile">file</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALfile">file</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given.
</div>
</td></tr>
<tr><td><a href="Sha512.html#VALfile_fast">file_fast</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given using fast C function
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALfile_fast">file_fast</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given using fast C function
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALfile_fast">file_fast</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Return the digest of the file whose name is given using fast C function
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Sha512.html#VALinput">input</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Read a digest from the given input channel.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALinput">input</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Read a digest from the given input channel.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALinput">input</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Read a digest from the given input channel.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Sha512.html#VALoutput">output</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Write a digest on the given output channel.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALoutput">output</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Write a digest on the given output channel.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALoutput">output</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Write a digest on the given output channel.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Sha512.html#VALstring">string</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Return the digest of the given string.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALstring">string</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Return the digest of the given string.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALstring">string</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Return the digest of the given string.
</div>
</td></tr>
<tr><td><a href="Sha512.html#VALsubstring">substring</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
Sha512.substring s ofs len returns the digest of the substring of s starting
at character number ofs and containing len characters.
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALsubstring">substring</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
Sha256.substring s ofs len returns the digest of the substring of s starting
at character number ofs and containing len characters.
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALsubstring">substring</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
Sha1.substring s ofs len returns the digest of the substring of s starting
at character number ofs and containing len characters.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="Sha512.html#VALto_bin">to_bin</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
return a binary representation of the given digest
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALto_bin">to_bin</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
return a binary representation of the given digest
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALto_bin">to_bin</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
return a binary representation of the given digest
</div>
</td></tr>
<tr><td><a href="Sha512.html#VALto_hex">to_hex</a> [<a href="Sha512.html">Sha512</a>]</td>
<td><div class="info">
return a printable hexadecimal representation of the given digest
</div>
</td></tr>
<tr><td><a href="Sha256.html#VALto_hex">to_hex</a> [<a href="Sha256.html">Sha256</a>]</td>
<td><div class="info">
return a printable hexadecimal representation of the given digest
</div>
</td></tr>
<tr><td><a href="Sha1.html#VALto_hex">to_hex</a> [<a href="Sha1.html">Sha1</a>]</td>
<td><div class="info">
return a printable hexadecimal representation of the given digest
</div>
</td></tr>
</table>
</body>
</html>