]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_grasshopper_precompiled.h
Grasshopper && CMake
[openssl-gost/engine.git] / gost_grasshopper_precompiled.h
diff --git a/gost_grasshopper_precompiled.h b/gost_grasshopper_precompiled.h
new file mode 100644 (file)
index 0000000..cadf442
--- /dev/null
@@ -0,0 +1,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 grasshopper_w128_t grasshopper_pil_enc128[GRASSHOPPER_MAX_BIT_PARTS][256];
+
+extern grasshopper_w128_t grasshopper_l_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
+
+extern grasshopper_w128_t grasshopper_pil_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
+
+#endif