blob: d8ed53e675a8ceac5b14173ab7447330c218b3c9 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
int
libhashsum_init_sha3_224_hasher(struct libhashsum_hasher *this)
{
return libhashsum_init_sha3_hasher(this, 224);
}
|