Add reference to DES, more quick links.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23039 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-18 10:02:20 +00:00
parent 870930639b
commit 09077f7e9c

View File

@@ -50,9 +50,13 @@
* *
* Sections of this manual: * Sections of this manual:
* *
* - @subpage page_evp * - @subpage page_evp, @ref hcrypto_evp
* - @subpage page_dh * - @subpage page_dh, @ref hcrypto_dh
* - @subpage page_rsa * - @subpage page_rsa, @ref hcrypto_rsa
*
* Older interfaces that you should not use:
*
* - @subpage page_des, @ref hcrypto_des
* *
* @subsection control_functions Control functions * @subsection control_functions Control functions
* *
@@ -75,4 +79,10 @@
/** @defgroup hcrypto_evp EVP generic crypto functions /** @defgroup hcrypto_evp EVP generic crypto functions
* See the @ref page_evp for description and examples. * See the @ref page_evp for description and examples.
*/ */
/** @defgroup hcrypto_rand RAND crypto functions
* See the @ref page_rand for description and examples.
*/
/** @defgroup hcrypto_des DES crypto functions
* See the @ref page_des for description and examples.
*/
/** @defgroup hcrypto_core hcrypto function controlling behavior */ /** @defgroup hcrypto_core hcrypto function controlling behavior */