diff options
Diffstat (limited to 'algorithm_output_size.c')
-rw-r--r-- | algorithm_output_size.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/algorithm_output_size.c b/algorithm_output_size.c index 4457c49..8f5f4e1 100644 --- a/algorithm_output_size.c +++ b/algorithm_output_size.c @@ -2,10 +2,4 @@ #include "common.h" -/** - * Get the output size of an algorithm - * - * @param algorithm The hashing algorithm - * @return The number of bytes in the output, zero on error - */ extern inline size_t libsha2_algorithm_output_size(enum libsha2_algorithm); |