aboutsummaryrefslogtreecommitdiff
path: root/gost89.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2018-12-21 20:56:35 +0300
committerVitaly Chikunov <vt@altlinux.org>2018-12-21 21:38:46 +0300
commit9b3fe585952cddaf6381f0ff54aa02dd1320f717 (patch)
treef8ba61c4bb9483fbbc64f5f78ce228ca627d3dd6 /gost89.h
parentecd98a3759889d8a34c00b559b800b107c8e5857 (diff)
downloadgost-engine-9b3fe585952cddaf6381f0ff54aa02dd1320f717.zip
gost-engine-9b3fe585952cddaf6381f0ff54aa02dd1320f717.tar.gz
gost-engine-9b3fe585952cddaf6381f0ff54aa02dd1320f717.tar.bz2
Move tests from gost89.c into test_gost89.c.
Diffstat (limited to 'gost89.h')
-rw-r--r--gost89.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gost89.h b/gost89.h
index 59a938f..b8a947e 100644
--- a/gost89.h
+++ b/gost89.h
@@ -97,5 +97,8 @@ extern gost_subst_block Gost28147_CryptoProParamSetD;
extern gost_subst_block Gost28147_TC26ParamSetZ;
extern const byte CryptoProKeyMeshingKey[];
typedef unsigned int word32;
-
+/* For tests. */
+void kboxinit(gost_ctx * c, const gost_subst_block * b);
+void magma_get_key(gost_ctx * c, byte * k);
+void acpkm_magma_key_meshing(gost_ctx * ctx);
#endif