aboutsummaryrefslogtreecommitdiff
path: root/gost_grasshopper_precompiled.h
blob: eb1d7f8b5d1aba95c95805a9e88d22309c73aaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Maxim Tishkov 2016
 * This file is distributed under the same license as OpenSSL
 */

#ifndef GOST_GRASSHOPPER_PRECOMPILED_H
#define GOST_GRASSHOPPER_PRECOMPILED_H

#include "gost_grasshopper_defines.h"
#include "gost_grasshopper_math.h"

extern const grasshopper_w128_t grasshopper_pil_enc128[GRASSHOPPER_MAX_BIT_PARTS][256];

extern const grasshopper_w128_t grasshopper_l_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];

extern const grasshopper_w128_t grasshopper_pil_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];

#endif