aboutsummaryrefslogblamecommitdiffstats
path: root/libhashsum_init_sha3_512_hasher.c
blob: 029968bb15710b62156fc6e5f8a16499449bff93 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                               
/* See LICENSE file for copyright and license details. */
#include "common.h"


int
libhashsum_init_sha3_512_hasher(struct libhashsum_hasher *this)
{
	return libhashsum_init_sha3_hasher(this, 512);
}