singe/thirdparty/openssl/gost-engine/gost_grasshopper.h
2023-11-16 22:15:24 -06:00

23 lines
423 B
C

/*
* 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