From: Vitaly Chikunov Date: Mon, 23 Jul 2018 00:35:13 +0000 (+0300) Subject: grasshopper: Fix OFB implementation. X-Git-Tag: v3.0.0~406 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=1e15537d7583cdd5a4b003b5efb92f0b6e1fdcc6;hp=1e15537d7583cdd5a4b003b5efb92f0b6e1fdcc6;p=openssl-gost%2Fengine.git grasshopper: Fix OFB implementation. Previous implementation was not OFB at all, and fail tests. Note: This implementation is for fixed width 128-bit IV which makes shift regiser redundant. ---