From c6cea32ec6b799ac65f54dda6e035e6bf202f2f1 Mon Sep 17 00:00:00 2001 From: andyk555 <36532623+andyk555@users.noreply.github.com> Date: Fri, 16 Feb 2018 22:18:25 +0300 Subject: [PATCH] Update gost_grasshopper_cipher.h --- gost_grasshopper_cipher.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index 7f775a2..edd45a4 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -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, -- 2.39.2