From cba16944bff9d8c5dcf37be641822cd3de6d2ec1 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 14 Aug 2015 21:08:23 +0300 Subject: Initial commit providing GOST 2012 algorithms. --- gost89.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gost89.h') diff --git a/gost89.h b/gost89.h index e5b877f..13f35e1 100644 --- a/gost89.h +++ b/gost89.h @@ -92,6 +92,7 @@ extern gost_subst_block Gost28147_CryptoProParamSetA; extern gost_subst_block Gost28147_CryptoProParamSetB; extern gost_subst_block Gost28147_CryptoProParamSetC; extern gost_subst_block Gost28147_CryptoProParamSetD; +extern gost_subst_block Gost28147_TC26ParamSetZ; extern const byte CryptoProKeyMeshingKey[]; typedef unsigned int word32; -- cgit v1.1