- moved algorithm definitions from payloads to corresponding transforms

- cleanup of docs in transforms
This commit is contained in:
Martin Willi
2005-11-24 16:22:04 +00:00
parent 2a1d820155
commit 8277be6053
28 changed files with 413 additions and 265 deletions
+30
View File
@@ -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