- code cleaned up

This commit is contained in:
Jan Hutter
2005-12-06 15:37:56 +00:00
parent 62abe4a37d
commit 6f36717843
11 changed files with 119 additions and 79 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
/**
* @file hasher.c
*
* @brief Generic constructor for hasher_t
* @brief Generic constructor for hasher_t.
*
*/
@@ -27,7 +27,7 @@
#include <transforms/hashers/md5_hasher.h>
/**
* mappings for hash_algorithm_t
* String mappings for hash_algorithm_t.
*/
mapping_t hash_algorithm_m[] = {
{HASH_MD2,"HASH_MD2"},
@@ -40,7 +40,7 @@ mapping_t hash_algorithm_m[] = {
};
/*
* Described in header
* Described in header.
*/
hasher_t *hasher_create(hash_algorithm_t hash_algorithm)
{