gost_grasshopper_precompiled.c
gost_grasshopper_cipher.h
gost_grasshopper_cipher.c
- gost_grasshopper_mac.h
- gost_grasshopper_mac.c
)
set(GOST_CORE_SOURCE_FILES
+++ /dev/null
-/*
- * Maxim Tishkov 2016
- * This file is distributed under the same license as OpenSSL
- */
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-#include "gost_grasshopper_mac.h"
-
-
-
-#if defined(__cplusplus)
-}
-#endif
-
+++ /dev/null
-/*
- * Maxim Tishkov 2016
- * This file is distributed under the same license as OpenSSL
- */
-
-#ifndef GOST_GRASSHOPPER_MAC_H
-#define GOST_GRASSHOPPER_MAC_H
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-
-
-#if defined(__cplusplus)
-}
-#endif
-
-#endif