From 74d13288e0a664f2615014d441087792eabc5cfa Mon Sep 17 00:00:00 2001 From: Gleb Fotengauer-Malinovskiy Date: Thu, 19 Jul 2018 20:11:37 +0300 Subject: Fix grasshopper-ctr reinitialization Also, document why CTR IV size is now set to 16, so user is noted to set IV appropriately to full extent (including counter). Basically, it's for openssh (and alike) to make it copy IV from privilege separated process. --- gost_grasshopper_cipher.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gost_grasshopper_cipher.h') diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index 2486e61..c8957a0 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; } gost_grasshopper_cipher_ctx_ctr; -- cgit v1.1