aboutsummaryrefslogtreecommitdiff
path: root/gosthash2012_const.h
AgeCommit message (Collapse)AuthorFilesLines
2020-02-06gosthash2012_const: Remove unused arrays with constantsVitaly Chikunov1-98/+0
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.
2015-08-14Initial commit providing GOST 2012 algorithms.Dmitry Belyavskiy1-0/+352