From ae390d45207aadb69eb96d8c11c1ee888f70815f Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Sat, 28 Jul 2018 10:36:29 +0300 Subject: Optimize out skip_sections and add tests for ACPKM-Master ACPKM-Master is from R 23565.1.017-2018, it will be required for ACPKM-OMAC for TLS 1.2. --- 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 0ab17c1..cc67795 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -32,7 +32,6 @@ typedef struct { typedef struct { gost_grasshopper_cipher_ctx c; grasshopper_w128_t partial_buffer; - unsigned int skip_sections; /* 1 or 0, used to skip meshing for a first section */ unsigned int section_size; /* After how much bytes mesh the key, if 0 never mesh and work like plain ctr. */ } gost_grasshopper_cipher_ctx_ctr; -- cgit v1.1