aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_keccak_384_hasher.c
blob: 61e4f649055617ef5675c9d2a9850703a77ef074 (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_keccak_384_hasher(struct libhashsum_hasher *this)
{
	return libhashsum_init_keccak_hasher(this, KECCAKN(384));
}