aboutsummaryrefslogtreecommitdiffstats
path: root/algorithm_output_size.c
blob: 4457c4994e1cbcebbd9991881d13bc4eb34d0816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#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);