/* See LICENSE file for copyright and license details. */ #include "common.h" int libhashsum_init_rawshake128_hasher(struct libhashsum_hasher *this, size_t hashbits) { return libhashsum_init_rawshake_hasher(this, 128, hashbits); }