Add short names for hasher algorithms

This commit is contained in:
Martin Willi
2012-07-17 17:31:55 +02:00
parent 20ec024a94
commit 4b96000833
2 changed files with 18 additions and 0 deletions
@@ -63,6 +63,11 @@ enum hash_algorithm_t {
*/
extern enum_name_t *hash_algorithm_names;
/**
* Short names for hash_algorithm_names
*/
extern enum_name_t *hash_algorithm_short_names;
/**
* Generic interface for all hash functions.
*/