SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / lib / silccrypt / silccrypto.h.in
index af8d0a671251ba333b2e6a70be9c0b6e2b935312..43ec915693fd756d987291e4017fa5fdf66505cc 100644 (file)
@@ -17,7 +17,7 @@
 
 */
 
-/****h* silccrypt/SILC Crypto Toolkit API
+/****h* silccrypt/Crypto Toolkit Interface
  *
  * DESCRIPTION
  *
@@ -26,7 +26,7 @@
  * silc_crypto_init function.  It needs to be called only once per-process
  * but must be called before any crypto functions are used.
  *
- * In initialization all builtin ciphers, hash functions, HMACs, PKCSs
+ * In initialization all builtin ciphers, hash functions, MACs, PKCSs
  * and other algorithms will be registered to the crypto library.  If user
  * wants to register new algorithms or change the order of the automatically
  * registered algorithms, user can do this by re-registering the algorithms
@@ -89,7 +89,7 @@ extern "C" {
 #include <silccrypto.h>
 #include <silccipher.h>
 #include <silchash.h>
-#include <silchmac.h>
+#include <silcmac.h>
 #include <silcrng.h>
 #include <silcpkcs.h>
 #include <silcpk.h>
@@ -98,6 +98,7 @@ extern "C" {
 #include <silcber.h>
 #include <silcskr.h>
 #include <silcacc.h>
+#include <softacc.h>
 #ifdef SILC_DIST_SSH
 #include <silcssh.h>
 #endif /* SILC_DIST_SSH */