X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost89.h;fp=gost89.h;h=1dfae9be3c9ecee35b07aeff6d5865fe25c80495;hb=53579492efb0cfa87405a7a4b1956ffec9506a22;hp=b8a947e1bdd014cf1a091c5d2745042f771234fc;hpb=6061d170c7993f943a7ee5443ed9ddc544459b9e;p=openssl-gost%2Fengine.git diff --git a/gost89.h b/gost89.h index b8a947e..1dfae9b 100644 --- a/gost89.h +++ b/gost89.h @@ -33,7 +33,8 @@ typedef struct { /* Cipher context includes key and preprocessed substitution block */ typedef struct { - u4 k[8]; + u4 key[8]; + u4 mask[8]; /* Constant s-boxes -- set up in gost_init(). */ u4 k87[256], k65[256], k43[256], k21[256]; } gost_ctx;