From 77551c5d97feeceed87b10e66070e8004ffb0135 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Sat, 22 Feb 2020 16:43:42 +0300 Subject: No need for special OFB context --- gost_grasshopper_cipher.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gost_grasshopper_cipher.h') diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index 31dc021..8d32dfa 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -27,11 +27,6 @@ typedef struct { typedef struct { gost_grasshopper_cipher_ctx c; - grasshopper_w128_t buffer1; -} gost_grasshopper_cipher_ctx_ofb; - -typedef struct { - gost_grasshopper_cipher_ctx c; grasshopper_w128_t partial_buffer; unsigned int section_size; /* After how much bytes mesh the key, if 0 never mesh and work like plain ctr. */ -- cgit v1.1