diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-04 13:01:32 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-04 13:01:32 +0000 |
commit | 89e0f219d0c90210022e91470e5d881ce51df2bb (patch) | |
tree | d7dd264613f80361a2291875ad84a2f623d09874 /Source/charon/definitions.h | |
parent | 09b2bf25a953888e9194e6740cfc08f10cdda10a (diff) | |
download | strongswan-89e0f219d0c90210022e91470e5d881ce51df2bb.tar.bz2 strongswan-89e0f219d0c90210022e91470e5d881ce51df2bb.tar.xz |
- comments added
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 3ad0b1614..e3bb85fda 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -63,7 +63,7 @@ /** * @defgroup config * - * Configuration stuff. + * Classes which implement configuration related things. */ /** @@ -75,13 +75,13 @@ /** * @defgroup network * - * Low level network stuff. + * Classes for network relevant stuff. */ /** * @defgroup payloads * - * Classes representing a specific IKEv2 Payload type. + * Classes representing a specific IKEv2 Payload. * * @ingroup encoding */ @@ -128,6 +128,14 @@ */ /** + * @defgroup rsa + * + * RSA public key algorithm + * + * @ingroup transforms + */ + +/** * @defgroup prfs * * Pseudo random functions, generate a lot of pseudo |