aboutsummaryrefslogtreecommitdiff
path: root/gost89.h
diff options
context:
space:
mode:
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