more stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22367 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-28 15:25:06 +00:00
parent 4347018333
commit 1cca7d8247

View File

@@ -37,19 +37,23 @@
/*! @mainpage Heimdal crypto library
*
* The project web page:
* http://www.h5l.org/
* @section intro Introduction
*
* Heimdal libhcrypto library is a implementation many crypto
* algorithms, among others: AES, SHA, DES, RSA, Camellia and many
* help function.
*
* hcrypto provies a OpenSSL compatible interface libcrypto interface
* and is licensed under a 3 clause BSD license (GPL compatible).
*
* The project web page: http://www.h5l.org/
*
* Sections of this manual:
*
* @subpage page_dh
* @subpage page_evp
* - @subpage page_dh
* - @subpage page_evp
*
* @section intro Introduction
*
* Heimdal libhcrypto library is a implementation many crypto algorithms
*
* @subsection control_functions Control function
* @subsection control_functions Control functions
*
* Functions controlling general behavior, like adding algorithms, are
* documented in this module: @ref hcrypto_core .
@@ -61,8 +65,6 @@
* instead of the customary 0.
*/
/** @defgroup hcrypto Core functions */
/** @defgroup hcrypto_dh Diffie-Hellman functions
* See the @ref page_dh for description and examples.
*/