aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers/hasher.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-04 14:45:57 +0000
committerMartin Willi <martin@strongswan.org>2005-12-04 14:45:57 +0000
commit0743de26be9165d5f8cece84f6d5a82bf503c7d8 (patch)
treec5de1a7a047e0e4c9403bb7a433d3640de5f2773 /Source/charon/transforms/hashers/hasher.h
parentfc5b6b3b653781688bdfd80e4034962d22140f99 (diff)
downloadstrongswan-0743de26be9165d5f8cece84f6d5a82bf503c7d8.tar.bz2
strongswan-0743de26be9165d5f8cece84f6d5a82bf503c7d8.tar.xz
- doxygen constructor declaration, make default ?
Diffstat (limited to 'Source/charon/transforms/hashers/hasher.h')
-rw-r--r--Source/charon/transforms/hashers/hasher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/charon/transforms/hashers/hasher.h b/Source/charon/transforms/hashers/hasher.h
index 90cf89eff..e207b30f1 100644
--- a/Source/charon/transforms/hashers/hasher.h
+++ b/Source/charon/transforms/hashers/hasher.h
@@ -51,6 +51,11 @@ typedef struct hasher_t hasher_t;
/**
* @brief Generic interface for all hash functions.
*
+ * @b Constructors:
+ * - hasher_create()
+ *
+ * @see md5_hasher_t, sha1_hasher_t
+ *
* @ingroup hashers
*/
struct hasher_t {