[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openssl-gost] [gost-engine/engine] 4d72cb: gosthash2012_const: Remove unused arrays with cons...



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: 4d72cb81e2ea7dac866ed3b7e933d6585762b323
      https://github.com/gost-engine/engine/commit/4d72cb81e2ea7dac866ed3b7e933d6585762b323
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M gosthash2012_const.h

  Log Message:
  -----------
  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.