X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_cipher.h;h=31dc0210e1e57f488e798be6ca7a375672366ed6;hb=refs%2Fheads%2Fgost_provider;hp=cc67795d125f0ab41152a349257bb9b3f4701bc8;hpb=ae390d45207aadb69eb96d8c11c1ee888f70815f;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;