]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
test_grasshopper: ctr test 2 and ofb with truncated iv tests
authorVitaly Chikunov <vt@altlinux.org>
Sun, 22 Jul 2018 23:25:08 +0000 (02:25 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Sun, 22 Jul 2018 23:25:08 +0000 (02:25 +0300)
Full test of OFB to match GOST R 34.13-2015 test vectors is impossible,
due to test IVs are having size (256-bits) over the maximum openssl can
allow (128-bits).

I generated new test vectors from canonical implementation
from `PR_GOSTR_bch_v9.zip` (revision of 2016-10-28) by truncating test
IVs in half.


No differences found