aboutsummaryrefslogblamecommitdiffstats
path: root/libblake_blake224_init.c
blob: f133887fb46bffc52923aef674750f2a03678e3a (plain) (tree)
1
2
3
4
5
6
7
8





                                                             
                                             
 
/* See LICENSE file for copyright and license details. */
#include "common.h"

void
libblake_blake224_init(struct libblake_blake224_state *state)
{
	libblake_blake224_init2(state, NULL);
}