]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
gosthash2012_const: Remove unused arrays with constants
authorVitaly Chikunov <vt@altlinux.org>
Thu, 6 Feb 2020 15:11:00 +0000 (18:11 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Thu, 6 Feb 2020 15:55:12 +0000 (18:55 +0300)
commit4d72cb81e2ea7dac866ed3b7e933d6585762b323
treeaf6ec3d2cc227d2ead0b3aca6476b04bbb0b217d
parent3b827f9f3832ca8b53618ff18b5a7e0a95749986
gosthash2012_const: Remove unused arrays with constants

This probably would reduce size of the library. And remove
some 'not used' warnings (-Wunused-const-variable).

Previously `Ax' is generated dynamically from `A` and `Pi` in
`GOST3411Init', but in 2013 it is moved into `gosthash2012_precalc.h`.
`Tau' is unrolled and eliminated in 2013 too.
gosthash2012_const.h