X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_cipher.h;h=3a8531f454d577382cd9ced9767f956e4f8c03a7;hb=2d267382074937ce48c150799102276a8842068f;hp=34bf8cc2b8f7a76fbf83caa795004162aef1141a;hpb=6fc723c572a2df36cad8c523a66702c39f7aea5c;p=openssl-gost%2Fengine.git diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index 34bf8cc..3a8531f 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -31,7 +31,6 @@ typedef struct { typedef struct { gost_grasshopper_cipher_ctx c; - grasshopper_w128_t iv_buffer; grasshopper_w128_t partial_buffer; uint64_t counter; } gost_grasshopper_cipher_ctx_ctr;