summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-03-12Update .gitignoreJussi Kivilinna1-0/+19
-- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
2015-12-27doc: Typo fix and .gitignore addition.Werner Koch1-0/+1
--
2014-06-28cipher/gost28147: generate optimized s-boxes from compact onesDmitry Eremin-Solenikov1-0/+2
* cipher/gost-s-box.c: New. Outputs optimized expanded representation of s-boxes (4x256) from compact 16x8 representation. * cipher/Makefile.am: Add gost-sb.h dependency to gost28147.lo * cipher/gost.h: Add sbox to the GOST28147_context structure. * cipher/gost28147.c (gost_setkey): Set default s-box to test s-box from GOST R 34.11 (this was the only one S-box before). * cipher/gost28147.c (gost_val): Use sbox from the context. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2014-03-04Add an utility to calculate hashes over a set of filesDmitry Eremin-Solenikov1-0/+1
* tests/gchash.c: New. -- An utility like rhash that has the ability to calculate different hashes over a set of files it usefull. Add gchash utility to calculate hashes supported by libgcrypt. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-01-27Extend ignore file for non-vpath buildsWerner Koch1-1/+76
2011-01-07Add a list of files to ignore.Werner Koch1-0/+8