Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / lib / silccrypt / DIRECTORY
1 <!--
2 @LIBRARY=SILC Crypto Library
3 @FILENAME=silccryptlib.html
4 @LINK=silcrng_intro.html:Introduction to SILC RNG
5 @LINK=silcrng.html:SILC RNG Interface
6 @LINK=silccipher.html:SILC Cipher API
7 @LINK=silcpkcs.html:SILC PKCS API
8 @LINK=silcpk.html:SILC Public Key API
9 @LINK=silcpkcs1.html:SILC PKCS #1 API
10 @LINK=silchash.html:SILC Hash Interface
11 @LINK=silchmac.html:SILC HMAC Interface
12 -->
13
14 <big><b>SILC Crypto Library</b></big>
15 <br />
16 <small>Directory: lib/silccrypt/</small>
17 <br />
18 <small>Library: libsilc.a, libsilc.lib</small>
19 <br /><br />
20 <b>Introduction</b>
21
22 <br /><br />
23 SILC Crypto Library provides cryptographic routines for applications.  It
24 provides interfaces for ciphers, hash functions, HMACs and public key
25 cryptosystems.  In addition is also provides interfaces for cryptographically
26 strong random number generator.
27
28 <br /><br />
29 @LINKS@