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

void
libblake_blake512_init(struct libblake_blake512_state *state)
{
	libblake_blake512_init2(state, NULL);
}