SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / doc / crypto.in / index.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  </tr>
19 </table>
20 </div>
21
22 <div id="contentwrapper">
23 <div id="navigation">
24 </div> <!-- navigation -->
25 <div id="content">
26 <h2>SILC Crypto Toolkit @VERSION@</h2>
27 <p>
28 SILC Crypto Toolkit (SCT) is a high performance multipurpose cryptographic
29 toolkit for application programmers.  It provides ciphers, hash
30 functions, public key cryptosystems, MAC algorithms, multi-precision
31 integers, cryptographic accelerators, ASN.1 encoder and decoder, and many
32 many other features.
33 </p>
34 <p>
35 SCT supports multiple platforms; Unix/Linux, Windows, Mac OS X and Symbian
36 OS.  SCT and all of its APIs are entirely reentrant and thread safe.
37 </p>
38 <p>
39 SCT is free software and is licensed with GNU GPL.
40 </p>
41
42 <p class="item_name">DOWNLOAD</p>
43 <ul class="toc_entries">
44 <li class="toc_entries"><a href="http://silcnet.org/download/sct/sources/">Download SCT sources</a>
45 <li class="toc_entries"><a href="http://silcnet.org/download/sct/rpm/">Download SCT RPM binaries</a>
46 <li class="toc_entries"><a href="http://silcnet.org/download/sct/win32/">Download SCT Windows binaries</a>
47 <li class="toc_entries"><a href="http://silcnet.org/download/sct/symbian/">Download SCT Symbian OS binaries</a>
48 <li class="toc_entries"><a href="ChangeLog">Release Notes</a>
49 </ul>
50
51 <p class="item_name">DOCUMENTATION</p>
52 <ul class="toc_entries">
53 <li class="toc_entries"><a href="manual.html">Toolkit Reference Manual</a>
54 </ul>
55
56 <p class="item_name">DEVELOPMENT</p>
57 <ul class="toc_entries">
58 <li class="toc_entries"><a href="https://lists.silcnet.org/mailman/listinfo/silc-devel">Mailing List</a>
59 <li class="toc_entries"><a href="http://git.silc.fi/gitweb/?p=crypto.git">SCT GIT Version Control</a> </ul>
60
61 <p>
62 To clone SCT repository give one of the following commands:
63 <pre>
64  git clone git://git.silc.fi/crypto
65  git clone http://git.silc.fi/crypto
66 </pre>
67 </p>
68
69 </div> <!-- content -->
70
71 </div> <!-- contentwrapper -->
72 <div id="footer">
73 <table border="0" cellspacing="0" cellpadding="6" width="100%">
74  <tr valign="top">
75   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
76     <a href="http://silc.fi">SILC Project Website</a></td>
77  </tr>
78 </table>
79 </div>
80
81 </body>
82 </html>