aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake256_init.c
blob: 78d1978d3c72d1f21b038203c9524880dc9d12d8 (plain) (blame)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */
#include "common.h"

void
libblake_blake256_init(struct libblake_blake256_state *state)
{
	libblake_blake256_init2(state, NULL);
}