diff options
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 |