blob: c91c23dc4eb4ad25ab29cda06f92d6d6f7161d63 (
plain) (
tree)
|
|
/* 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);
|