PKCS type added for adding other PKCS supports.
[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=silcpkcs1.html:SILC PKCS#1 API
9 @LINK=silchash.html:SILC Hash Interface
10 @LINK=silchmac.html:SILC HMAC Interface
11 -->
12
13 <big><b>SILC Crypto Library</b></big>
14 <br />
15 <small>Directory: lib/silccrypt/</small>
16 <br />
17 <small>Library: libsilc.a, libsilc.lib</small>
18 <br /><br />
19 <b>Introduction</b>
20
21 <br /><br />
22 SILC Crypto Library provides cryptographic routines for applications.  It
23 provides interfaces for ciphers, hash functions, HMACs and public key
24 cryptosystems.  In addition is also provides interfaces for cryptographically
25 strong random number generator.
26
27 <br /><br />
28 @LINKS@