diff options
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 784d1643a..db9ed524c 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -66,14 +66,44 @@ /** * @addtogroup transforms + * + * Transform algorithms of different kind. */ /** * @addtogroup prfs * + * Pseudo random functions, generate a lot of pseudo + * randomness using random numbers. + * + * @ingroup transforms + */ + +/** + * @addtogroup signers + * + * Symmetric signing algorithms, used to ensure + * message integrity. + * + * @ingroup transforms + */ + +/** + * @addtogroup crypters + * + * Symmetric encryption algorithms, used to en- + * and decrypt. + * * @ingroup transforms */ +/** + * @addtogroup hashers + * + * Hash algorithms + * + * @ingroup transforms + */ /** * macro gives back larger of two values |