]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Update gost_grasshopper_cipher.h 52/head
authorandyk555 <36532623+andyk555@users.noreply.github.com>
Fri, 16 Feb 2018 19:18:25 +0000 (22:18 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2018 19:18:25 +0000 (22:18 +0300)
gost_grasshopper_cipher.h

index 7f775a24b8ff2f7576c4d1317f79e70566d581e0..edd45a42af8cfb77dda134b700e3a23e2b3123dd 100644 (file)
@@ -35,7 +35,6 @@ 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;
 
 typedef int (* grasshopper_init_cipher_func)(EVP_CIPHER_CTX* ctx, const unsigned char* key, const unsigned char* iv,