SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / doc / crypto.in / manual.html.in
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <meta http-equiv="Content-Style-Type" content="text/css" />
7 <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
8 <link rel="stylesheet" href="./crypto.css" type="text/css" />
9 <title>SILC Crypto Toolkit</title>
10 </head>
11 <body>
12
13 <div id="logo">
14 <table border="0" cellspacing="0" cellpadding="6" width="100%">
15  <tr valign="top">
16   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
17     <a href="http://silc.fi">SILC Project Website</a></td>
18   <td align="right">
19    <a href="index.html">SILC Crypto Toolkit Manual</a><br />
20    <a href="masterindex.html">Index</a></small></td>
21  </tr>
22 </table>
23 </div>
24
25 <div id="contentwrapper">
26 <div id="navigation">
27 </div> <!-- navigation -->
28 <div id="content">
29 <h2>SILC Crypto Toolkit Reference Manual</h2>
30 <p>
31 Version: @VERSION@<br />
32 Copyright &copy; 1997 - 2008 The SILC Project<br />
33 Updated: @DATE@
34 </p>
35 <p>
36 Welcome to the SILC Crypto Toolkit Reference Manual.  The manual is a
37 complete developer guide and reference for the application programmer.
38 The manual is intended for programmers who would like to use the SILC
39 Crypto Toolkit as their primary cryptographic library in their application.</p>
40 <p>
41 The application programming interfaces are automatically generated from the
42 Toolkit sources, and the documentation is constantly evolving.  New versions
43 of the Toolkit always delivers the latest version of this reference manual.
44 </p>
45
46 <p class="item_name">GUIDES</p>
47 <ul class="toc_entries">
48
49 <li class="toc_entries"><a href="intro.html">Introduction</a><br />
50 <li class="toc_entries"><a href="platforms.html">Supported Platforms</a>
51 <li class="toc_entries"><a href="building.html">Building the Toolkit</a>
52 </ul>
53
54 <p class="item_name">TOOLKIT REFERENCE</p>
55 <ul class="toc_entries">
56
57 <li class="toc_entries"><a href="./silccrypto_hsilccrypt2FCrypto20Toolkit20Interface.html">Crypto Toolkit Interface</a>
58 <li class="toc_entries"><a href="./silcasn1_hsilcasn12FASN2E120Interface.html">ASN.1 Interface</a>
59 <li class="toc_entries"><a href="./silcber_hsilcasn12FBER20Interface.html#robo60"  >BER Interface</a>
60 <li class="toc_entries"><a href="./silccipher_hsilccrypt2FCipher20Interface.html">Cipher Interface</a>
61 <li class="toc_entries"><a href="./silcacc_hsilcacc2FCrypto20Accelerator20Interface.html">Crypto Accelerator Interface</a>
62 <li class="toc_entries"><a href="./silchash_hsilccrypt2FHash20Function20Interface.html">Hash Function Interface</a>
63 <li class="toc_entries"><a href="./silcskr_hsilcskr2FKey20Manager20and20Repository.html">Key Manager and Repository</a>
64 <li class="toc_entries"><a href="./silcmac_hsilccrypt2FMAC20Interface.html">MAC Interface</a>
65 <li class="toc_entries"><a href="./silcmath_hsilcmath2FMath20Interface.html">Math Interface</a>
66 <li class="toc_entries"><a href="./silcmp_hsilcmath2FMP20Integer20Interface.html">MP Integer Interface</a>
67 <li class="toc_entries"><a href="./silcpgp_hsilcpgp2FOpenPGP20Interface.html">OpenPGP Interface</a>
68 <li class="toc_entries"><a href="./silcpkcs_hsilccrypt2FPKCS20Interface.html">PKCS Interface</a>
69 <li class="toc_entries"><a href="./silcpkcs1_hsilccrypt2FPKCS23120Interface.html">PKCS#1 Interface</a>
70 <li class="toc_entries"><a href="./silcrng_hsilccrypt2FRNG20Interface.html">RNG Interface</a>
71 <li class="toc_entries"><a href="./silcpk_hsilccrypt2FSILC20Interface.html">SILC Interface</a>
72 <li class="toc_entries"><a href="./softacc_hsilcacc2FSoftware20Accelerator.html">Software Accelerator</a>
73 <li class="toc_entries"><a href="./silcssh_hsilcssh2FSSH20Interface.html">SSH Interface</a>
74
75 <li class="toc_entries"><a href="masterindex.html">Toolkit Index</a><br />
76 </ul>
77
78 </div> <!-- content -->
79
80 </div> <!-- contentwrapper -->
81 <div id="footer">
82 <table border="0" cellspacing="0" cellpadding="6" width="100%">
83  <tr valign="top">
84   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
85     <a href="http://silc.fi">SILC Project Website</a></td>
86   <td align="right">
87    <a href="index.html">SILC Crypto Toolkit Manual</a><br />
88    <a href="masterindex.html">Index</a></small></td>
89  </tr>
90 </table>
91 </div>
92
93 </body>
94 </html>