aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General improvementsMattias Andrée2019-02-111-19/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* tests: use quotes when including libkeccak.hLeo Izen2017-10-151-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.
* General improvementsMattias Andrée2017-10-141-0/+139
Signed-off-by: Mattias Andrée <maandree@kth.se>