Add short names for hasher algorithms
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user