aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-04-08benchmark.c: fix minor bugMattias Andrée1-1/+1
Found by sitd2813 Signed-off-by: Mattias Andrée <m@maandree.se>
2024-09-15m + split out implemenation for w=8,16,32,64Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15mMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11General improvementsMattias Andrée1-19/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Deprecate typedefsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15tests: use quotes when including libkeccak.hLeo Izen1-1/+1
If libkeccak is not already installed in the system, then test.c and benchmark.c will fail to compile. This is because they previously used `#include <libkeccak.h>` with angled brackets, which doesn't search `.` by default. Using `#include "libkeccak.h"` will search `.` so these will compile.
2017-10-14General improvementsMattias Andrée1-8/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-13Change style and licenseMattias Andrée1-97/+75
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>
2016-04-01Fix spellingBen Wiederhake1-1/+1
Credits go to the authors of codespell. Discovered while preparing for a release of 'ohno' an esoteric language based on (ab)using keccak as a compiler.
2015-07-25bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-12whitespaceMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-12benchmark with cpu-timeMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-12add secure variants of update and digestMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05m + benchmark-flagsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05make it possible to select file to benchmark overMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add benchmark programMattias Andrée1-0/+152
Signed-off-by: Mattias Andrée <maandree@operamail.com>