]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - gost_grasshopper_precompiled.h
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost_grasshopper_precompiled.h
1 /*
2  * Maxim Tishkov 2016
3  * This file is distributed under the same license as OpenSSL
4  */
5
6 #ifndef GOST_GRASSHOPPER_PRECOMPILED_H
7 #define GOST_GRASSHOPPER_PRECOMPILED_H
8
9 #include "gost_grasshopper_defines.h"
10 #include "gost_grasshopper_math.h"
11
12 extern const grasshopper_w128_t grasshopper_pil_enc128[GRASSHOPPER_MAX_BIT_PARTS][256];
13
14 extern const grasshopper_w128_t grasshopper_l_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
15
16 extern const grasshopper_w128_t grasshopper_pil_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
17
18 #endif