X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_cipher.h;h=31dc0210e1e57f488e798be6ca7a375672366ed6;hb=7b2a422a50c4e1b620f30fe5e9bc658cfa8f5d3d;hp=cc67795d125f0ab41152a349257bb9b3f4701bc8;hpb=ebb91ec8c33ce9f259d455605a884ffbd72996db;p=openssl-gost%2Fengine.git diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index cc67795..31dc021 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -18,6 +18,7 @@ extern "C" { // because of buffers typedef struct { uint8_t type; + grasshopper_key_t master_key; grasshopper_key_t key; grasshopper_round_keys_t encrypt_round_keys; grasshopper_round_keys_t decrypt_round_keys;