aboutsummaryrefslogtreecommitdiffstats
path: root/algorithm_output_size.c
blob: c91c23dc4eb4ad25ab29cda06f92d6d6f7161d63 (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 libsha1_algorithm_output_size(enum libsha1_algorithm);