aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-04begin makefile + fix warnings and errorsMattias Andrée10-50/+58
2014-11-04add files.oMattias Andrée3-0/+193
2014-11-04add generalised-specMattias Andrée3-0/+278
2014-11-04forgot const qualifierMattias Andrée1-1/+1
2014-11-04check that the state size is a multiple of 25Mattias Andrée1-3/+10
2014-11-04error checking for libkeccak_spec_tMattias Andrée1-0/+52
2014-11-04specs for sha3, rawshake and shakeMattias Andrée1-1/+60
2014-11-04mMattias Andrée1-3/+3
2014-11-04remove dead codeMattias Andrée1-1/+0
2014-11-04mMattias Andrée1-4/+4
2014-11-04completion of digest.c, apart from testing and fixing insecuritiesMattias Andrée1-14/+150
2014-11-04work on the hashingMattias Andrée3-45/+287
2014-11-04m gitignore + implementation of squeezersMattias Andrée2-4/+116
2014-11-04mMattias Andrée1-1/+1
2014-11-04add hex.cMattias Andrée1-0/+91
2014-11-04add digest.h and hex.hMattias Andrée4-1/+150
2014-11-04mMattias Andrée1-1/+1
2014-11-04add state.cMattias Andrée2-7/+214
2014-11-04add spec.h, state.h and libkeccak.hMattias Andrée3-0/+310