aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-15m + split out implemenation for w=8,16,32,64Mattias Andrée1-9/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15Optimisation for w=8,16,32Mattias Andrée1-0/+27
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15Organise filesMattias Andrée1-0/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15Split libkeccak.h and fix support for architectures that do not allow misaligned memoryMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Fix clang warningsMattias Andrée1-1/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30common.h: macOS needs alloca.h tooCaleb Xu1-1/+1
2021-07-27Add ALLOCA_LIMIT to fix bug #13 on GitHub reported by Justin GottulaMattias Andrée1-6/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-06-10Style fixMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-06-10support WIN32hackyminer1-0/+7
2019-02-11General improvementsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Split most .c files into one per function and flatten file hierarchyMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10General API improvementsMattias Andrée1-14/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14General improvementsMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-13Change style and licenseMattias Andrée1-20/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-02-10bump year and change e-mailMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-10-02attributes are gcc specificMattias Andrée1-9/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-07-25beginning of hmac implementationMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-07-25bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05mMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04begin makefile + fix warnings and errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04add files.oMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04add generalised-specMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04add digest.h and hex.hMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04add spec.h, state.h and libkeccak.hMattias Andrée1-0/+28
Signed-off-by: Mattias Andrée <maandree@operamail.com>