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

#ifndef GOST_GRASSHOPPER_H
#define GOST_GRASSHOPPER_H

#if defined(__cplusplus)
extern "C" {
#endif

#include "gost_grasshopper_defines.h"
#include "gost_grasshopper_math.h"
#include "gost_grasshopper_cipher.h"
#include "gost_grasshopper_precompiled.h"
#include "gost_grasshopper_core.h"

#if defined(__cplusplus)
}
#endif

#endif