5c089628e01a5b4618e9e58d272a4465da5c9899
[silc.git] / lib / silccore / DIRECTORY
1 <!--
2 @LIBRARY=SILC Core Library
3 @FILENAME=silccorelib.html
4 @LINK=silcauth.html:SILC Authentication Interface
5 @LINK=silcchannel.html:SILC Channel Interface
6 @LINK=silccommand.html:SILC Command Interface
7 @LINK=silcnotify.html:SILC Notify Interface
8 @LINK=silcstatus.html:SILC Status Types
9 @LINK=silcmode.html:SILC Modes
10 @LINK=silcid.html:SILC ID Interface
11 @LINK=silcidcache.html:SILC ID Cache Interface
12 @LINK=silcargument.html:SILC Argument Interface
13 @LINK=silcprivate.html:SILC Private Message Interface
14 @LINK=silcpacket.html:Packet Protocol Interface
15 -->
16
17 <big><b>SILC Core Library</b></big>
18 <br />
19 <small>Directory: lib/silccore/</small>
20 <br />
21 <small>Library: libsilc.a, libsilc.lib</small>
22 <br /><br />
23 <b>Introduction</b>
24
25 <br /><br />
26 SILC Core Library includes all the core components of the SILC Protocol.
27 It provides routines to encode and decode all SILC packet payloads defined
28 in the protocol specification.  It provides packet assembling and parsing
29 routines, and routines for sending private message and channel messages.
30
31 <br /><br />
32 @LINKS@