aboutsummaryrefslogblamecommitdiffstats
path: root/libhashsum_init_rawshake256_hasher.c
blob: abd7bd7e03e9dba13ed9666abfb0c4ce68501182 (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_rawshake256_hasher(struct libhashsum_hasher *this, size_t hashbits)
{
	return libhashsum_init_rawshake_hasher(this, 256, hashbits);
}