updates.
[silc.git] / lib / silccrypt / DIRECTORY
1 <!--
2 @LIBRARY=SILC Crypto Library
3 @FILENAME=silccryptlib.html
4 -->
5
6 <OL>
7 <FONT SIZE="+3">SILC Crypto Library</FONT><BR><BR>
8 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
9 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
10 SILC Crypto Library provides cryptographic routines for applications.  It
11 provides interfaces for ciphers, hash functions, HMACs and public key
12 cryptosystems.  In addition is also provides interfaces for cryptographically
13 strong random number generator.
14 </FONT>
15 </PRE>
16
17 <LI><A HREF="silccipher.html">SILC Cipher API</A>
18 <LI><A HREF="silchash.html">SILC Hash API</A>
19 <LI><A HREF="silchmac.html">SILC HMAC API</A>
20 <LI><A HREF="silcpkcs.html">SILC PKCS API</A>
21 <LI><A HREF="silcrng.html">SILC RNG API</A>
22 </OL>