aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_shake512_hasher.c
blob: ddaf2edeeb6b06e894eec43d9f99938ac5439b1d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "common.h"


int
libhashsum_init_shake512_hasher(struct libhashsum_hasher *this, size_t hashbits)
{
	return libhashsum_init_shake_hasher(this, 512, hashbits);
}