Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use quotes when including libkeccak.h | Leo Izen | 2017-10-15 | 1 | -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 improvements | Mattias Andrée | 2017-10-14 | 1 | -0/+662 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |