aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_sha3_256_hasher.c
blob: 5a89d722d001ca9c61d8e0af1be5b96cf9a28bef (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_sha3_256_hasher(struct libhashsum_hasher *this)
{
	return libhashsum_init_sha3_hasher(this, 256);
}