]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_grasshopper_cipher.h
Optimize out skip_sections and add tests for ACPKM-Master
[openssl-gost/engine.git] / gost_grasshopper_cipher.h
index 0ab17c1f2bca06a1096e4665566800337fbc87e4..cc67795d125f0ab41152a349257bb9b3f4701bc8 100644 (file)
@@ -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;